Uses of Interface
net.shibboleth.oidc.metadata.BackingStore
Packages that use BackingStore
Package
Description
Interfaces and common classes related to resolution of OIDC metadata (or client information).
Metadata cache implementation.
Implementation classes related to resolution of OIDC metadata (or client information).
-
Uses of BackingStore in net.shibboleth.oidc.metadata
Subinterfaces of BackingStore in net.shibboleth.oidc.metadataModifier and TypeInterfaceDescriptioninterfaceBatchBackingStore<I,T> A specialisation of aBackingStorethat deals with batch metadata.interfaceDynamicBackingStore<I,T> A dynamic version of aBackingStore. -
Uses of BackingStore in net.shibboleth.oidc.metadata.cache.impl
Fields in net.shibboleth.oidc.metadata.cache.impl declared as BackingStoreModifier and TypeFieldDescriptionprivate final BackingStore<IdentifierType,MetadataType> AbstractMetadataCache.backingStoreBacking store for runtime metadata.Methods in net.shibboleth.oidc.metadata.cache.impl that return BackingStoreModifier and TypeMethodDescriptionprotected BackingStore<IdentifierType,MetadataType> AbstractMetadataCache.getBackingStore()Get the backing store.Constructors in net.shibboleth.oidc.metadata.cache.impl with parameters of type BackingStoreModifierConstructorDescription(package private)Package private constructor.(package private)AbstractMetadataCache(BackingStore<IdentifierType, MetadataType> store, ScheduledExecutorService executor) Package private constructor. -
Uses of BackingStore in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement BackingStoreModifier and TypeClassDescriptionclassAbstractBackingStore<I,T> A base backing store implementation.classDefault implementation of aBatchBackingStore.classDefault implementation of aDynamicBackingStore.final classEmptyBackingStore<I,T> A backing store which provides no functionality other than to return empty unmodifiable lists.