Uses of Interface
net.shibboleth.oidc.metadata.BackingStore
-
Packages that use BackingStore Package Description net.shibboleth.oidc.metadata Interfaces and common classes related to resolution of OIDC metadata (or client information).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 BackingStore in net.shibboleth.oidc.metadata
Subinterfaces of BackingStore in net.shibboleth.oidc.metadata Modifier and Type Interface Description interfaceBatchBackingStore<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 BackingStore Modifier and Type Field Description private BackingStore<IdentifierType,MetadataType>AbstractMetadataCache. backingStoreBacking store for runtime metadata.Methods in net.shibboleth.oidc.metadata.cache.impl that return BackingStore Modifier and Type Method Description protected BackingStore<IdentifierType,MetadataType>AbstractMetadataCache. getBackingStore()Get the backing store.Constructors in net.shibboleth.oidc.metadata.cache.impl with parameters of type BackingStore Constructor Description AbstractMetadataCache(BackingStore<IdentifierType,MetadataType> store)Package private constructor.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 BackingStore Modifier and Type Class Description classAbstractBackingStore<I,T>A base backing store implementation.classDefaultBatchBackingStore<I,T>Default implementation of aBatchBackingStore.classDefaultDynamicBackingStore<I,T>Default implementation of aDynamicBackingStore.
-