Uses of Class
com.nimbusds.jose.jwk.source.OutageTolerantJWKSetSource
Packages that use OutageTolerantJWKSetSource
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of OutageTolerantJWKSetSource in com.nimbusds.jose.jwk.source
Method parameters in com.nimbusds.jose.jwk.source with type arguments of type OutageTolerantJWKSetSourceModifier and TypeMethodDescriptionJWKSourceBuilder.outageTolerant(long timeToLive, EventListener<OutageTolerantJWKSetSource<C>, C> eventListener) Enables outage tolerance by serving a non-expiring cached JWK set in case of outage.Constructor parameters in com.nimbusds.jose.jwk.source with type arguments of type OutageTolerantJWKSetSourceModifierConstructorDescriptionOutageTolerantJWKSetSource(JWKSetSource<C> source, long timeToLive, EventListener<OutageTolerantJWKSetSource<C>, C> eventListener) Creates a new outage tolerant JWK set source.