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.classDefault strategy for loading information from a resource.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 TypeMethodDescriptionprotected Function<ProfileRequestContext,Map<String, MetadataPolicy>> MetadataPolicyLookupStrategyFactory.buildMetadataPolicyResolver(LoadingStrategy loadingStrategy, BatchMetadataCacheBuilderSpec<String, Map<String, MetadataPolicy>> cacheSpec, Function<ProfileRequestContext, CriteriaSet> criteriaSetLookupStrategy, String id) Build a Function that maps a profile request context to a map of metadata policies.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.