Package com.nimbusds.jose.jwk.source
Class RetryingJWKSetSource.RetrialEvent<C extends SecurityContext>
java.lang.Object
com.nimbusds.jose.jwk.source.RetryingJWKSetSource.RetrialEvent<C>
- All Implemented Interfaces:
Event<RetryingJWKSetSource<C>,
C>
- Enclosing class:
- RetryingJWKSetSource<C extends SecurityContext>
Retrial event.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the optional context.Returns the exception that caused the retrial.Returns the event source.
-
Method Details
-
getException
Returns the exception that caused the retrial.- Returns:
- The exception.
-
getSource
Description copied from interface:Event
Returns the event source.- Specified by:
getSource
in interfaceEvent<S extends JWKSetSource<C>,
C extends SecurityContext> - Returns:
- The event source.
-
getContext
Description copied from interface:Event
Returns the optional context.- Specified by:
getContext
in interfaceEvent<S extends JWKSetSource<C>,
C extends SecurityContext> - Returns:
- The optional context,
null
if not specified.
-