Uses of Class
com.nimbusds.jose.jwk.source.JWKSetSourceWrapper
-
Packages that use JWKSetSourceWrapper Package Description com.nimbusds.jose.jwk.source 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.source Modifier and Type Class Description classCachingJWKSetSource<C extends SecurityContext>Caching JWKSetSource.classJWKSetSourceWithHealthStatusReporting<C extends SecurityContext>Decorates 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.
-