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 theOpensslCertChainValidator
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 Modifier and Type Class Description 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 ofNamespacePolicy
objects.class
GlobusNamespacesStore
Provides an in-memory store ofNamespacePolicy
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 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 NamespacesStore
LazyOpensslTrustAnchorStoreImpl. getGlobusNsStore()
NamespacesStore
OpensslTrustAnchorStore. getGlobusNsStore()
NamespacesStore
OpensslTrustAnchorStoreImpl. getGlobusNsStore()
NamespacesStore
LazyOpensslTrustAnchorStoreImpl. getPmaNsStore()
NamespacesStore
OpensslTrustAnchorStore. getPmaNsStore()
NamespacesStore
OpensslTrustAnchorStoreImpl. getPmaNsStore()
-