Class FetchThroughMetadataCacheTest
- java.lang.Object
-
- net.shibboleth.oidc.metadata.cache.impl.FetchThroughMetadataCacheTest
-
public class FetchThroughMetadataCacheTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.metadata.cache.impl.FetchThroughMetadataCache<com.nimbusds.oauth2.sdk.id.Issuer,com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata>cacheThe cache.private Function<CriteriaSet,com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata>defaultFetchStrategyA default fetching strategy.
-
Constructor Summary
Constructors Constructor Description FetchThroughMetadataCacheTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidsetup()voidtestCriteriaToIdentifierNull()voidtestFilteredMetadata()voidtestIdentifierExtractionFailed()voidtestMetadataNotValid()voidtestNotInitialized()voidtestSuccessfullFetch()voidtestUnSuccessfullFetch()
-
-
-
Field Detail
-
cache
private net.shibboleth.oidc.metadata.cache.impl.FetchThroughMetadataCache<com.nimbusds.oauth2.sdk.id.Issuer,com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata> cache
The cache.
-
defaultFetchStrategy
@Nonnull private Function<CriteriaSet,com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata> defaultFetchStrategy
A default fetching strategy.
-
-