Uses of Class
eu.emi.security.authn.x509.helpers.CachedElement
-
Packages that use CachedElement 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 CachedElement in eu.emi.security.authn.x509.helpers.ns
Fields in eu.emi.security.authn.x509.helpers.ns with type parameters of type CachedElement Modifier and Type Field Description protected java.util.Map<java.lang.String,CachedElement<java.util.Map<java.lang.String,java.util.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 CachedElement Modifier and Type Method Description protected java.util.List<NamespacePolicy>
AbstractNamespacesStore. getCachedPolicies(java.util.Map<java.lang.String,CachedElement<java.util.Map<java.lang.String,java.util.List<NamespacePolicy>>>> policies, java.lang.String definedForHash, java.lang.String issuer, java.lang.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 CachedElement Modifier and Type Field Description protected CachedElement<java.util.Set<TrustAnchorExt>>
LazyOpensslTrustAnchorStoreImpl. cachedAnchors
Fields in eu.emi.security.authn.x509.helpers.trust with type parameters of type CachedElement Modifier and Type Field Description protected java.util.Map<javax.security.auth.x500.X500Principal,CachedElement<java.util.Set<TrustAnchorExt>>>
LazyOpensslTrustAnchorStoreImpl. cachedAnchorsPerIssuer
-