Uses of Class
com.nimbusds.jose.jwk.source.RateLimitedJWKSetSource
Packages that use RateLimitedJWKSetSource
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of RateLimitedJWKSetSource in com.nimbusds.jose.jwk.source
Method parameters in com.nimbusds.jose.jwk.source with type arguments of type RateLimitedJWKSetSourceModifier and TypeMethodDescriptionJWKSourceBuilder.rateLimited
(long minTimeInterval, EventListener<RateLimitedJWKSetSource<C>, C> eventListener) Enables rate limiting of the JWK set retrieval.Constructor parameters in com.nimbusds.jose.jwk.source with type arguments of type RateLimitedJWKSetSourceModifierConstructorDescriptionRateLimitedJWKSetSource
(JWKSetSource<C> source, long minTimeInterval, EventListener<RateLimitedJWKSetSource<C>, C> eventListener) Creates a new JWK set source that limits the number of requests.