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 theOpensslCertChainValidatoreu.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 Map<String,CachedElement<Map<String,List<NamespacePolicy>>>>LazyGlobusNamespacesStore. policiesByNameThis 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 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 CachedElement Modifier and Type Field Description protected CachedElement<Set<TrustAnchorExt>>LazyOpensslTrustAnchorStoreImpl. cachedAnchorsFields in eu.emi.security.authn.x509.helpers.trust with type parameters of type CachedElement Modifier and Type Field Description protected Map<X500Principal,CachedElement<Set<TrustAnchorExt>>>LazyOpensslTrustAnchorStoreImpl. cachedAnchorsPerIssuer
-