|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
OpensslTrustAnchorStore.getGlobusNsStore()
|
NamespacesStore |
OpensslTrustAnchorStoreImpl.getGlobusNsStore()
|
NamespacesStore |
LazyOpensslTrustAnchorStoreImpl.getGlobusNsStore()
|
NamespacesStore |
OpensslTrustAnchorStore.getPmaNsStore()
|
NamespacesStore |
OpensslTrustAnchorStoreImpl.getPmaNsStore()
|
NamespacesStore |
LazyOpensslTrustAnchorStoreImpl.getPmaNsStore()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |