Uses of Class
eu.emi.security.authn.x509.NamespaceCheckingMode

Packages that use NamespaceCheckingMode
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 the OpensslCertChainValidator Warning: this package contains internal implementation of the library. 
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
static NamespaceCheckingMode NamespaceCheckingMode.valueOf(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
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
 NamespaceCheckingMode OpensslCertChainValidator.getNamespaceCheckingMode()
          Returns the namespace checking mode.
 

Constructors in eu.emi.security.authn.x509.impl with parameters of type NamespaceCheckingMode
OpensslCertChainValidator(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 (see ValidatorParams.ValidatorParams()).
OpensslCertChainValidator(String directory, NamespaceCheckingMode namespaceMode, long updateInterval, ValidatorParams params)
          Constructs a new validator instance.
 



Copyright © 2012-2014 European Middleware Initiative. All Rights Reserved.