Uses of Class
eu.emi.security.authn.x509.NamespaceCheckingMode
-
Packages that use NamespaceCheckingMode Package Description eu.emi.security.authn.x509 Contains API of the library.eu.emi.security.authn.x509.helpers.ns Contains implementation of local namespace policy rules for trusted certificate authorities (using Globus and EuGridPMA syntax), which are exclusively used by theOpensslCertChainValidator
eu.emi.security.authn.x509.impl Contains implementation classes of the library. -
-
Uses of NamespaceCheckingMode in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 that return NamespaceCheckingMode Modifier and Type Method Description static NamespaceCheckingMode
NamespaceCheckingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NamespaceCheckingMode[]
NamespaceCheckingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NamespaceCheckingMode in eu.emi.security.authn.x509.helpers.ns
Constructors in eu.emi.security.authn.x509.helpers.ns with parameters of type NamespaceCheckingMode Constructor Description NamespaceChecker(NamespaceCheckingMode mode, NamespacesStore pmaStore, NamespacesStore globusStore)
-
Uses of NamespaceCheckingMode in eu.emi.security.authn.x509.impl
Methods in eu.emi.security.authn.x509.impl that return NamespaceCheckingMode Modifier and Type Method Description NamespaceCheckingMode
OpensslCertChainValidator. getNamespaceCheckingMode()
Returns the namespace checking mode.Constructors in eu.emi.security.authn.x509.impl with parameters of type NamespaceCheckingMode Constructor Description OpensslCertChainValidator(java.lang.String directory, boolean openssl1Mode, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params)
Constructs a new validator instance.OpensslCertChainValidator(java.lang.String directory, boolean openssl1Mode, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params, boolean lazyMode)
Constructs a new validator instance.OpensslCertChainValidator(java.lang.String directory, NamespaceCheckingMode namespaceMode, long updateInterval)
Constructs a new validator instance with default additional settings (seeValidatorParams()
).OpensslCertChainValidator(java.lang.String directory, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params)
Constructs a new validator instance.
-