Uses of Interface
net.shibboleth.oidc.metadata.BatchBackingStore
-
Packages that use BatchBackingStore Package Description net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation.net.shibboleth.oidc.metadata.impl 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 BatchBackingStore Modifier and Type Method Description protected BatchBackingStore<IdentifierType,MetadataType>BatchMetadataCache. getBackingStore()Get the backing store.Constructors in net.shibboleth.oidc.metadata.cache.impl with parameters of type BatchBackingStore Constructor Description BatchMetadataCache(BatchBackingStore<IdentifierType,MetadataType> store)Constructor.BatchMetadataCache(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 Modifier and Type Class Description classDefaultBatchBackingStore<I,T>Default implementation of aBatchBackingStore.
-