Uses of Interface
net.shibboleth.oidc.metadata.cache.MetadataCache
Packages that use MetadataCache
Package
Description
Metadata cache implementation.
Implementation classes related to resolution of OIDC metadata (or client information).
Metadata policy implementation.
-
Uses of MetadataCache in net.shibboleth.oidc.metadata.cache.impl
Classes in net.shibboleth.oidc.metadata.cache.impl that implement MetadataCacheModifier and TypeClassDescriptionclassAbstractMetadataCache<IdentifierType,MetadataType> A baseMetadataCacheimplementation.classBatchMetadataCache<IdentifierType,MetadataType> Ametadata cacheimplementation that supports 'refresh-ahead' semantics for batch cache updates.classDynamicMetadataCache<IdentifierType,MetadataType> A metadata cache implementation that supports 'read-through' semantics.classFetchThroughMetadataCache<IdentifierType,MetadataType> Ametadata cacheimplementation that does not support reading and writing to a backing store.Methods in net.shibboleth.oidc.metadata.cache.impl that return MetadataCacheModifier and TypeMethodDescriptionMetadataCacheBuilder.Builder.build(MetadataCacheBuilderSpec<IdentifierType, MetadataType> specification) Build the metadata cache from the given specification. -
Uses of MetadataCache in net.shibboleth.oidc.metadata.impl
Fields in net.shibboleth.oidc.metadata.impl declared as MetadataCacheModifier and TypeFieldDescriptionprivate final MetadataCache<MetadataType>AbstractOIDCMetadataResolver.cacheThe metadata cache.Methods in net.shibboleth.oidc.metadata.impl that return MetadataCacheModifier and TypeMethodDescriptionprotected MetadataCache<MetadataType>AbstractOIDCMetadataResolver.getCache()Get the metadata cache currently in use by the metadata resolver.Constructors in net.shibboleth.oidc.metadata.impl with parameters of type MetadataCacheModifierConstructorDescriptionprotectedAbstractOIDCMetadataResolver(MetadataCache<MetadataType> metadataCache) Constructor.JSONMapMetadataResolver(MetadataCache<Map<String, Object>> metadataCache) Constructor.protectedOIDCMapBasedMetadataResolver(MetadataCache<Map<String, Object>> metadataCache) Constructor.OIDCProviderMetadataResolver(MetadataCache<OIDCProviderMetadata> metadataCache) Constructor. -
Uses of MetadataCache in net.shibboleth.oidc.metadata.policy.impl
Constructors in net.shibboleth.oidc.metadata.policy.impl with parameters of type MetadataCacheModifierConstructorDescriptionOIDCMetadataPolicyResolver(MetadataCache<Map<String, MetadataPolicy>> metadataCache) Constructor.