Uses of Class
eu.emi.security.authn.x509.helpers.CachedElement
Packages that use CachedElement
Package
Description
Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
Contains implementations of trust stores, which provide access to trusted root
certificates.
-
Uses of CachedElement in eu.emi.security.authn.x509.helpers.ns
Fields in eu.emi.security.authn.x509.helpers.ns with type parameters of type CachedElementModifier and TypeFieldDescriptionprotected Map<String,
CachedElement<Map<String, List<NamespacePolicy>>>> LazyGlobusNamespacesStore.policiesByName
This structure holds the namespaces cache.Method parameters in eu.emi.security.authn.x509.helpers.ns with type arguments of type CachedElementModifier and TypeMethodDescriptionprotected List<NamespacePolicy>
AbstractNamespacesStore.getCachedPolicies
(Map<String, CachedElement<Map<String, List<NamespacePolicy>>>> policies, String definedForHash, String issuer, String path, long maxTTL) Utility method useful for lazy stores. -
Uses of CachedElement in eu.emi.security.authn.x509.helpers.trust
Fields in eu.emi.security.authn.x509.helpers.trust declared as CachedElementModifier and TypeFieldDescriptionprotected CachedElement<Set<TrustAnchorExt>>
LazyOpensslTrustAnchorStoreImpl.cachedAnchors
Fields in eu.emi.security.authn.x509.helpers.trust with type parameters of type CachedElementModifier and TypeFieldDescriptionprotected Map<X500Principal,
CachedElement<Set<TrustAnchorExt>>> LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer