Uses of Interface
eu.emi.security.authn.x509.helpers.ns.NamespacesStore

Packages that use NamespacesStore
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.helpers.trust Contains implementations of trust stores, which provide access to trusted root certificates. 
 

Uses of NamespacesStore in eu.emi.security.authn.x509.helpers.ns
 

Classes in eu.emi.security.authn.x509.helpers.ns that implement NamespacesStore
 class AbstractEuGridPmaNamespacesStore
          EuGridPMA policy store common code.
 class AbstractGlobusNamespacesStore
          Globus EACL policy store common code.
 class AbstractNamespacesStore
          Policy store common code.
 class EuGridPmaNamespacesStore
          Provides an in-memory store of NamespacePolicy objects.
 class GlobusNamespacesStore
          Provides an in-memory store of NamespacePolicy objects.
 class LazyEuGridPmaNamespacesStore
          EuGridPMA namespace policies are loaded on demand by this store and are cached in memory.
 class LazyGlobusNamespacesStore
          Globus EACL policies are loaded on demand by this store and are cached in memory.
 

Constructors in eu.emi.security.authn.x509.helpers.ns with parameters of type NamespacesStore
NamespaceChecker(NamespaceCheckingMode mode, NamespacesStore pmaStore, NamespacesStore globusStore)
           
 

Uses of NamespacesStore in eu.emi.security.authn.x509.helpers.trust
 

Methods in eu.emi.security.authn.x509.helpers.trust that return NamespacesStore
 NamespacesStore LazyOpensslTrustAnchorStoreImpl.getGlobusNsStore()
           
 NamespacesStore OpensslTrustAnchorStoreImpl.getGlobusNsStore()
           
 NamespacesStore OpensslTrustAnchorStore.getGlobusNsStore()
           
 NamespacesStore LazyOpensslTrustAnchorStoreImpl.getPmaNsStore()
           
 NamespacesStore OpensslTrustAnchorStoreImpl.getPmaNsStore()
           
 NamespacesStore OpensslTrustAnchorStore.getPmaNsStore()
           
 



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