Uses of Interface
eu.emi.security.authn.x509.helpers.ns.NamespacesStore
-
Packages that use NamespacesStore Package Description 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 theOpensslCertChainValidatoreu.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 Modifier and Type Class Description classAbstractEuGridPmaNamespacesStoreEuGridPMA policy store common code.classAbstractGlobusNamespacesStoreGlobus EACL policy store common code.classAbstractNamespacesStorePolicy store common code.classEuGridPmaNamespacesStoreProvides an in-memory store ofNamespacePolicyobjects.classGlobusNamespacesStoreProvides an in-memory store ofNamespacePolicyobjects.classLazyEuGridPmaNamespacesStoreEuGridPMA namespace policies are loaded on demand by this store and are cached in memory.classLazyGlobusNamespacesStoreGlobus 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 Constructor Description 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 Modifier and Type Method Description NamespacesStoreLazyOpensslTrustAnchorStoreImpl. getGlobusNsStore()NamespacesStoreOpensslTrustAnchorStore. getGlobusNsStore()NamespacesStoreOpensslTrustAnchorStoreImpl. getGlobusNsStore()NamespacesStoreLazyOpensslTrustAnchorStoreImpl. getPmaNsStore()NamespacesStoreOpensslTrustAnchorStore. getPmaNsStore()NamespacesStoreOpensslTrustAnchorStoreImpl. getPmaNsStore()
-