Package com.nimbusds.jose.jwk.source
Class RateLimitedJWKSetSource.RateLimitedEvent<C extends SecurityContext>
java.lang.Object
com.nimbusds.jose.jwk.source.RateLimitedJWKSetSource.RateLimitedEvent<C>
- All Implemented Interfaces:
Event<RateLimitedJWKSetSource<C>,C>
- Enclosing class:
- RateLimitedJWKSetSource<C extends SecurityContext>
public static class RateLimitedJWKSetSource.RateLimitedEvent<C extends SecurityContext>
extends Object
Rate limited event.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the optional context.Returns the event source.
-
Method Details
-
getSource
Description copied from interface:EventReturns the event source.- Specified by:
getSourcein interfaceEvent<S extends JWKSetSource<C>,C extends SecurityContext> - Returns:
- The event source.
-
getContext
Description copied from interface:EventReturns the optional context.- Specified by:
getContextin interfaceEvent<S extends JWKSetSource<C>,C extends SecurityContext> - Returns:
- The optional context,
nullif not specified.
-