Uses of Interface
net.shibboleth.oidc.metadata.BatchBackingStore
Packages that use BatchBackingStore
Package
Description
Metadata cache implementation.
Implementation classes related to resolution of OIDC metadata (or client information).
-
Uses of BatchBackingStore in net.shibboleth.oidc.metadata.cache.impl
Methods in net.shibboleth.oidc.metadata.cache.impl that return BatchBackingStoreModifier and TypeMethodDescriptionprotected BatchBackingStore<IdentifierType,MetadataType> BatchMetadataCache.getBackingStore()Get the backing store.Constructors in net.shibboleth.oidc.metadata.cache.impl with parameters of type BatchBackingStoreModifierConstructorDescriptionprotectedConstructor.protectedBatchMetadataCache(BatchBackingStore<IdentifierType, MetadataType> store, ScheduledExecutorService executor) Protected constructor. -
Uses of BatchBackingStore in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement BatchBackingStore