Uses of Interface
net.shibboleth.oidc.metadata.cache.LoadingStrategy
Packages that use LoadingStrategy
-
Uses of LoadingStrategy in net.shibboleth.oidc.metadata.cache.impl
Classes in net.shibboleth.oidc.metadata.cache.impl that implement LoadingStrategyModifier and TypeClassDescriptionclassDefault strategy for loading information from a file.Fields in net.shibboleth.oidc.metadata.cache.impl declared as LoadingStrategyModifier and TypeFieldDescriptionprivate 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 LoadingStrategyModifier and TypeMethodDescriptionprotected 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 LoadingStrategyModifier and TypeMethodDescriptionvoidBatchMetadataCache.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.