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 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.
|
Modifier and Type | Class and 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 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.
|
Constructor and Description |
---|
NamespaceChecker(NamespaceCheckingMode mode,
NamespacesStore pmaStore,
NamespacesStore globusStore) |
Modifier and Type | Method and Description |
---|---|
NamespacesStore |
LazyOpensslTrustAnchorStoreImpl.getGlobusNsStore() |
NamespacesStore |
OpensslTrustAnchorStoreImpl.getGlobusNsStore() |
NamespacesStore |
OpensslTrustAnchorStore.getGlobusNsStore() |
NamespacesStore |
LazyOpensslTrustAnchorStoreImpl.getPmaNsStore() |
NamespacesStore |
OpensslTrustAnchorStoreImpl.getPmaNsStore() |
NamespacesStore |
OpensslTrustAnchorStore.getPmaNsStore() |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.