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 JWKSetCacheRefreshEvaluatorJWKSetCacheRefreshEvaluator. forceRefresh()Returns a force-refresh evaluator.static JWKSetCacheRefreshEvaluatorJWKSetCacheRefreshEvaluator. noRefresh()Returns a no-refresh evaluator.static JWKSetCacheRefreshEvaluatorJWKSetCacheRefreshEvaluator. 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 JWKSetCachingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)Gets the JWK set.JWKSetJWKSetSourceWithHealthStatusReporting. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetOutageTolerantJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetRateLimitedJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetRefreshAheadCachingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetRetryingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetURLBasedJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)
-