Package com.nimbusds.jose.jwk.source
Class RefreshAheadCachingJWKSetSource.UnableToRefreshAheadOfExpirationEvent<C extends SecurityContext>
java.lang.Object
com.nimbusds.jose.jwk.source.RefreshAheadCachingJWKSetSource.UnableToRefreshAheadOfExpirationEvent<C>
- All Implemented Interfaces:
Event<CachingJWKSetSource<C>,C>
- Enclosing class:
- RefreshAheadCachingJWKSetSource<C extends SecurityContext>
public static class RefreshAheadCachingJWKSetSource.UnableToRefreshAheadOfExpirationEvent<C extends SecurityContext>
extends Object
Unable to refresh the JWK set cache ahead of expiration event.
-
Constructor Summary
ConstructorsConstructorDescriptionUnableToRefreshAheadOfExpirationEvent(CachingJWKSetSource<C> source, C context) -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional context.Returns the event source.
-
Constructor Details
-
UnableToRefreshAheadOfExpirationEvent
-
-
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.
-