Uses of Interface
eu.emi.security.authn.x509.helpers.ns.NamespacesStore
Packages that use NamespacesStore
Package
Description
Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
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 NamespacesStoreModifier and TypeClassDescriptionclass
EuGridPMA policy store common code.class
Globus EACL policy store common code.class
Policy store common code.class
Provides an in-memory store ofNamespacePolicy
objects.class
Provides an in-memory store ofNamespacePolicy
objects.class
EuGridPMA namespace policies are loaded on demand by this store and are cached in memory.class
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 NamespacesStoreModifierConstructorDescriptionNamespaceChecker
(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 NamespacesStoreModifier and TypeMethodDescriptionLazyOpensslTrustAnchorStoreImpl.getGlobusNsStore()
OpensslTrustAnchorStore.getGlobusNsStore()
OpensslTrustAnchorStoreImpl.getGlobusNsStore()
LazyOpensslTrustAnchorStoreImpl.getPmaNsStore()
OpensslTrustAnchorStore.getPmaNsStore()
OpensslTrustAnchorStoreImpl.getPmaNsStore()