Uses of Interface
net.shibboleth.oidc.metadata.cache.MetadataCache
-
Packages that use MetadataCache Package Description net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation.net.shibboleth.oidc.metadata.impl Implementation classes related to resolution of OIDC metadata (or client information).net.shibboleth.oidc.metadata.policy.impl Metadata policy implementation. -
-
Uses of MetadataCache in net.shibboleth.oidc.metadata.cache.impl
Classes in net.shibboleth.oidc.metadata.cache.impl that implement MetadataCache Modifier and Type Class Description classAbstractMetadataCache<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 MetadataCache Modifier and Type Method Description MetadataCache<MetadataType>MetadataCacheBuilder.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 MetadataCache Modifier and Type Field Description private MetadataCache<MetadataType>AbstractOIDCMetadataResolver. cacheThe metadata cache.Methods in net.shibboleth.oidc.metadata.impl that return MetadataCache Modifier and Type Method Description protected 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 MetadataCache Constructor Description AbstractOIDCMetadataResolver(MetadataCache<MetadataType> metadataCache)Constructor.JSONMapMetadataResolver(MetadataCache<Map<String,Object>> metadataCache)Constructor.OIDCMapBasedMetadataResolver(MetadataCache<Map<String,Object>> metadataCache)Constructor.OIDCProviderMetadataResolver(MetadataCache<com.nimbusds.openid.connect.sdk.op.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 MetadataCache Constructor Description OIDCMetadataPolicyResolver(MetadataCache<Map<String,MetadataPolicy>> metadataCache)Constructor.
-