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
OpensslCertChainValidatorContains 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 TypeClassDescriptionclassEuGridPMA policy store common code.classGlobus EACL policy store common code.classPolicy store common code.classProvides an in-memory store ofNamespacePolicyobjects.classProvides an in-memory store ofNamespacePolicyobjects.classEuGridPMA namespace policies are loaded on demand by this store and are cached in memory.classGlobus 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()