Uses of Class
com.nimbusds.jose.jwk.source.JWKSetCacheRefreshEvaluator
Packages that use JWKSetCacheRefreshEvaluator
Package
Description
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 JWKSetCacheRefreshEvaluatorModifier and TypeMethodDescriptionstatic 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 JWKSetCacheRefreshEvaluatorModifier and TypeMethodDescriptionCachingJWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) JWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) Gets the JWK set.JWKSetSourceWithHealthStatusReporting.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) OutageTolerantJWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) RateLimitedJWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) RefreshAheadCachingJWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) RetryingJWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) URLBasedJWKSetSource.getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)