Uses of Interface
net.shibboleth.oidc.metadata.DynamicBackingStore
-
Packages that use DynamicBackingStore 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 DynamicBackingStore in net.shibboleth.oidc.metadata.cache.impl
Methods in net.shibboleth.oidc.metadata.cache.impl that return DynamicBackingStore Modifier and Type Method Description protected DynamicBackingStore<IdentifierType,MetadataType>DynamicMetadataCache. getBackingStore()Get the backing store.Constructors in net.shibboleth.oidc.metadata.cache.impl with parameters of type DynamicBackingStore Constructor Description DynamicMetadataCache(DynamicBackingStore<IdentifierType,MetadataType> store)Constructor.DynamicMetadataCache(DynamicBackingStore<IdentifierType,MetadataType> store, ScheduledExecutorService executor)Protected constructor. -
Uses of DynamicBackingStore in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement DynamicBackingStore Modifier and Type Class Description classDefaultDynamicBackingStore<I,T>Default implementation of aDynamicBackingStore.
-