Package com.nimbusds.jose.jwk.source
Class RefreshAheadCachingJWKSetSource.ScheduledRefreshFailed<C extends SecurityContext>
java.lang.Object
com.nimbusds.jose.jwk.source.RefreshAheadCachingJWKSetSource.ScheduledRefreshFailed<C>
- All Implemented Interfaces:
Event<CachingJWKSetSource<C>,
C>
- Enclosing class:
- RefreshAheadCachingJWKSetSource<C extends SecurityContext>
public static class RefreshAheadCachingJWKSetSource.ScheduledRefreshFailed<C extends SecurityContext>
extends Object
Scheduled JWK refresh failed event.
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledRefreshFailed
(CachingJWKSetSource<C> source, Exception exception, C context) -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional context.Returns the event source.
-
Constructor Details
-
ScheduledRefreshFailed
-
-
Method Details
-
getException
-
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.
-