Uses of Interface
net.shibboleth.oidc.metadata.cache.LoadingStrategy
-
Packages that use LoadingStrategy Package Description net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation. -
-
Uses of LoadingStrategy in net.shibboleth.oidc.metadata.cache.impl
Classes in net.shibboleth.oidc.metadata.cache.impl that implement LoadingStrategy Modifier and Type Class Description classDefaultFileLoadingStrategyDefault strategy for loading information from a file.Fields in net.shibboleth.oidc.metadata.cache.impl declared as LoadingStrategy Modifier and Type Field Description private LoadingStrategyBatchMetadataCache. loadingStrategyThe function to use to load metadata.private LoadingStrategyBatchMetadataCacheBuilderSpec. loadingStrategyThe function to use to load metadata.Methods in net.shibboleth.oidc.metadata.cache.impl that return LoadingStrategy Modifier and Type Method Description protected LoadingStrategyBatchMetadataCache. getLoadingStrategy()Get the loading strategy.protected LoadingStrategyBatchMetadataCacheBuilderSpec. getLoadingStrategy()Get the batch metadata loading strategy.Methods in net.shibboleth.oidc.metadata.cache.impl with parameters of type LoadingStrategy Modifier and Type Method Description voidBatchMetadataCache. setLoadingStrategy(LoadingStrategy strategy)Set the strategy used to batch load metadata from a source.voidBatchMetadataCacheBuilderSpec. setLoadingStrategy(LoadingStrategy strategy)Set the batch metadata loading strategy, applies to theBatchMetadataCachetype.
-