Uses of Interface
net.shibboleth.oidc.metadata.DynamicBackingStore
Packages that use DynamicBackingStore
Package
Description
Metadata cache implementation.
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 DynamicBackingStoreModifier and TypeMethodDescriptionprotected DynamicBackingStore<IdentifierType,MetadataType> DynamicMetadataCache.getBackingStore()Get the backing store.Constructors in net.shibboleth.oidc.metadata.cache.impl with parameters of type DynamicBackingStoreModifierConstructorDescriptionprotectedConstructor.protectedDynamicMetadataCache(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