Uses of Interface
net.shibboleth.oidc.metadata.cache.impl.MetadataCacheBuilderSpec
-
Packages that use MetadataCacheBuilderSpec Package Description net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation. -
-
Uses of MetadataCacheBuilderSpec in net.shibboleth.oidc.metadata.cache.impl
Classes in net.shibboleth.oidc.metadata.cache.impl that implement MetadataCacheBuilderSpec Modifier and Type Class Description classBatchMetadataCacheBuilderSpec<IdentifierType,MetadataType>A specification for building a batch based read-ahead metadata cache.classDynamicMetadataCacheBuilderSpec<IdentifierType,MetadataType>A specification for building a dynamic read-through metadata cache.classFetchThroughMetadataCacheBuilderSpec<IdentifierType,MetadataType>A specification for building a fetch-through metadata cache.Methods in net.shibboleth.oidc.metadata.cache.impl with parameters of type MetadataCacheBuilderSpec Modifier and Type Method Description MetadataCache<MetadataType>MetadataCacheBuilder.Builder. build(MetadataCacheBuilderSpec<IdentifierType,MetadataType> specification)Build the metadata cache from the given specification.
-