Uses of Class
com.nimbusds.jose.jwk.source.RetryingJWKSetSource
Packages that use RetryingJWKSetSource
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of RetryingJWKSetSource in com.nimbusds.jose.jwk.source
Method parameters in com.nimbusds.jose.jwk.source with type arguments of type RetryingJWKSetSourceModifier and TypeMethodDescriptionJWKSourceBuilder.retrying
(EventListener<RetryingJWKSetSource<C>, C> eventListener) Enables single retrial to retrieve the JWK set to work around transient network issues.Constructor parameters in com.nimbusds.jose.jwk.source with type arguments of type RetryingJWKSetSourceModifierConstructorDescriptionRetryingJWKSetSource
(JWKSetSource<C> source, EventListener<RetryingJWKSetSource<C>, C> eventListener) Creates a new JWK set source with support for retrial.