Uses of Class
com.nimbusds.jose.jwk.source.JWKSetCacheRefreshEvaluator
-
Packages that use JWKSetCacheRefreshEvaluator Package Description com.nimbusds.jose.jwk.source JSON Web Key (JWK) sourcing interface and utilities. -
-
Uses of JWKSetCacheRefreshEvaluator in com.nimbusds.jose.jwk.source
Methods in com.nimbusds.jose.jwk.source that return JWKSetCacheRefreshEvaluator Modifier and Type Method Description static JWKSetCacheRefreshEvaluator
JWKSetCacheRefreshEvaluator. forceRefresh()
Returns a force-refresh evaluator.static JWKSetCacheRefreshEvaluator
JWKSetCacheRefreshEvaluator. noRefresh()
Returns a no-refresh evaluator.static JWKSetCacheRefreshEvaluator
JWKSetCacheRefreshEvaluator. referenceComparison(JWKSet jwtSet)
Returns a reference comparison evaluator for the specified JWK set.Methods in com.nimbusds.jose.jwk.source with parameters of type JWKSetCacheRefreshEvaluator Modifier and Type Method Description JWKSet
CachingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
JWKSet
JWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
Gets the JWK set.JWKSet
JWKSetSourceWithHealthStatusReporting. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
JWKSet
OutageTolerantJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
JWKSet
RateLimitedJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
JWKSet
RefreshAheadCachingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
JWKSet
RetryingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
JWKSet
URLBasedJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
-