Class OIDCMapMetadataResolverTest.TestableBatchMetadataCache<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.BatchMetadataCache<IdentifierType,MetadataType>
-
- net.shibboleth.oidc.metadata.impl.OIDCMapMetadataResolverTest.TestableBatchMetadataCache<IdentifierType,MetadataType>
-
- All Implemented Interfaces:
net.shibboleth.oidc.metadata.cache.MetadataCache<MetadataType>,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- Enclosing class:
- OIDCMapMetadataResolverTest
class OIDCMapMetadataResolverTest.TestableBatchMetadataCache<IdentifierType,MetadataType> extends net.shibboleth.oidc.metadata.cache.impl.BatchMetadataCache<IdentifierType,MetadataType>Extension of theBatchMetadataCacheto expose certain internals.
-
-
Constructor Summary
Constructors Constructor Description TestableBatchMetadataCache(net.shibboleth.oidc.metadata.BatchBackingStore<IdentifierType,MetadataType> store, ScheduledExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.shibboleth.oidc.metadata.BatchBackingStore<IdentifierType,MetadataType>getBackingStore()-
Methods inherited from class net.shibboleth.oidc.metadata.cache.impl.BatchMetadataCache
doInitialize, get, getLoadingStrategy, getMaxRefreshDelay, getMinRefreshDelay, getParsingStrategy, getSourceMetadataExpiryStrategy, getSourceMetadataValidPredicate, isMatchOnIdentifierRequired, setLoadingStrategy, setMatchOnIdentifierRequired, setMaxRefreshDelay, setMinRefreshDelay, setParsingStrategy, setSourceMetadataExpiryStrategy, setSourceMetadataValidPredicate
-
Methods inherited from class net.shibboleth.oidc.metadata.cache.impl.AbstractMetadataCache
doDestroy, 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
-
TestableBatchMetadataCache
TestableBatchMetadataCache(@Nonnull net.shibboleth.oidc.metadata.BatchBackingStore<IdentifierType,MetadataType> store, @Nullable ScheduledExecutorService executor)
-
-
Method Detail
-
getBackingStore
public net.shibboleth.oidc.metadata.BatchBackingStore<IdentifierType,MetadataType> getBackingStore()
- Overrides:
getBackingStorein classnet.shibboleth.oidc.metadata.cache.impl.BatchMetadataCache<IdentifierType,MetadataType>
-
-