Class OIDCProviderMetadataResolverTest.TestableDynamicMetadataCache<IdentifierType,MetadataType>
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- net.shibboleth.oidc.metadata.cache.impl.AbstractMetadataCache<IdentifierType,MetadataType>
-
- net.shibboleth.oidc.metadata.cache.impl.DynamicMetadataCache<IdentifierType,MetadataType>
-
- net.shibboleth.oidc.metadata.impl.OIDCProviderMetadataResolverTest.TestableDynamicMetadataCache<IdentifierType,MetadataType>
-
- All Implemented Interfaces:
net.shibboleth.oidc.metadata.cache.MetadataCache<MetadataType>,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- Enclosing class:
- OIDCProviderMetadataResolverTest
class OIDCProviderMetadataResolverTest.TestableDynamicMetadataCache<IdentifierType,MetadataType> extends net.shibboleth.oidc.metadata.cache.impl.DynamicMetadataCache<IdentifierType,MetadataType>Extension of theDynamicMetadataCacheto expose certain internals.
-
-
Constructor Summary
Constructors Constructor Description TestableDynamicMetadataCache(net.shibboleth.oidc.metadata.DynamicBackingStore<IdentifierType,MetadataType> store, ScheduledExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.shibboleth.oidc.metadata.DynamicBackingStore<IdentifierType,MetadataType>getBackingStore()-
Methods inherited from class net.shibboleth.oidc.metadata.cache.impl.DynamicMetadataCache
createExpirationTimeContext, doDestroy, doInitialize, get, getMetadataExpirationTimeStrategy, setCleanupTaskInterval, setFetchStrategy, setInitialCleanupTaskDelay, setMaxCacheDuration, setMaxIdleEntityData, setMetadataExpirationTimeStrategy, setMetricsBaseName, setMinCacheDuration, setRemoveIdleEntityData
-
Methods inherited from class net.shibboleth.oidc.metadata.cache.impl.AbstractMetadataCache
errorHandlingWrapper, freshLoad, getCriteriaToIdentifierStrategy, getExecutorService, getIdentifierExtractionStrategy, getLogPrefix, getMetadataFilterStrategy, getMetadataValidPredicate, getRefreshDelayFactor, hasExpired, invalidate, invalidateAll, lookupIdentifier, lookupIndexedIdentifier, newFilterContext, setCriteriaToIdentifierStrategy, setIdentifierExtractionStrategy, setMetadataBeforeRemovalHook, setMetadataFilterStrategy, setMetadataValidPredicate, setRefreshDelayFactor, shouldAttemptRefresh, writeToBackingStore
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-
-
-
Constructor Detail
-
TestableDynamicMetadataCache
TestableDynamicMetadataCache(net.shibboleth.oidc.metadata.DynamicBackingStore<IdentifierType,MetadataType> store, ScheduledExecutorService executor)
-
-
Method Detail
-
getBackingStore
public net.shibboleth.oidc.metadata.DynamicBackingStore<IdentifierType,MetadataType> getBackingStore()
- Overrides:
getBackingStorein classnet.shibboleth.oidc.metadata.cache.impl.DynamicMetadataCache<IdentifierType,MetadataType>
-
-