Uses of Enum
eu.emi.security.authn.x509.NamespaceCheckingMode
Packages that use NamespaceCheckingMode
Package
Description
Contains API of the library.
Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
Contains implementation classes of the library.
-
Uses of NamespaceCheckingMode in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 that return NamespaceCheckingModeModifier and TypeMethodDescriptionstatic NamespaceCheckingMode
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 NamespaceCheckingModeModifierConstructorDescriptionNamespaceChecker
(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 NamespaceCheckingModeModifier and TypeMethodDescriptionOpensslCertChainValidator.getNamespaceCheckingMode()
Returns the namespace checking mode.Constructors in eu.emi.security.authn.x509.impl with parameters of type NamespaceCheckingModeModifierConstructorDescriptionOpensslCertChainValidator
(String directory, boolean openssl1Mode, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params) Constructs a new validator instance.OpensslCertChainValidator
(String directory, boolean openssl1Mode, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params, boolean lazyMode) Constructs a new validator instance.OpensslCertChainValidator
(String directory, NamespaceCheckingMode namespaceMode, long updateInterval) Constructs a new validator instance with default additional settings (seeValidatorParams()
).OpensslCertChainValidator
(String directory, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params) Constructs a new validator instance.