Uses of Interface
net.shibboleth.oidc.metadata.cache.impl.MetadataCacheBuilderSpec
Packages that use MetadataCacheBuilderSpec
-
Uses of MetadataCacheBuilderSpec in net.shibboleth.oidc.metadata.cache.impl
Classes in net.shibboleth.oidc.metadata.cache.impl that implement MetadataCacheBuilderSpecModifier and TypeClassDescriptionclassBatchMetadataCacheBuilderSpec<IdentifierType,MetadataType> A specification for building a batch 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 MetadataCacheBuilderSpecModifier and TypeMethodDescriptionMetadataCacheBuilder.Builder.build(MetadataCacheBuilderSpec<IdentifierType, MetadataType> specification) Build the metadata cache from the given specification.