Uses of Class
com.nimbusds.jose.jwk.source.JWKSetSourceWrapper
Packages that use JWKSetSourceWrapper
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of JWKSetSourceWrapper in com.nimbusds.jose.jwk.source
Subclasses of JWKSetSourceWrapper in com.nimbusds.jose.jwk.sourceModifier and TypeClassDescriptionclassCachingJWKSetSource<C extends SecurityContext>Caching JWKSetSource.classDecorates a JWKSetSource with health status reporting.classOutageTolerantJWKSetSource<C extends SecurityContext>JWKSetSource with outage tolerance to handle temporary network issues and endpoint downtime, potentially running into minutes or hours.classRateLimitedJWKSetSource<C extends SecurityContext>JWKSetSource that limits the number of requests in a time period.classRefreshAheadCachingJWKSetSource<C extends SecurityContext>Caching JWKSetSource that refreshes the JWK set prior to its expiration.classRetryingJWKSetSource<C extends SecurityContext>JWKSetSource with with retry capability to work around transient network issues.