Package com.nimbusds.jose.jwk.source
Class RefreshAheadCachingJWKSetSource.ScheduledRefreshCompletedEvent<C extends SecurityContext>
java.lang.Object
com.nimbusds.jose.jwk.source.RefreshAheadCachingJWKSetSource.ScheduledRefreshCompletedEvent<C>
- All Implemented Interfaces:
Event<CachingJWKSetSource<C>,C>
- Enclosing class:
- RefreshAheadCachingJWKSetSource<C extends SecurityContext>
public static class RefreshAheadCachingJWKSetSource.ScheduledRefreshCompletedEvent<C extends SecurityContext>
extends Object
Scheduled JWK set cache refresh completed event.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the optional context.Returns the refreshed JWK set.Returns the event source.
-
Method Details
-
getJWKSet
Returns the refreshed JWK set.- Returns:
- The refreshed JWK set.
-
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.
-