Package com.nimbusds.jose.jwk.source
Class CachingJWKSetSource.UnableToRefreshEvent<C extends SecurityContext>
- java.lang.Object
-
- com.nimbusds.jose.jwk.source.CachingJWKSetSource.UnableToRefreshEvent<C>
-
- All Implemented Interfaces:
Event<CachingJWKSetSource<C>,C>
- Enclosing class:
- CachingJWKSetSource<C extends SecurityContext>
public static class CachingJWKSetSource.UnableToRefreshEvent<C extends SecurityContext> extends Object
Unable to refresh the JWK set cache event.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetContext()Returns the optional context.SgetSource()Returns the event source.
-
-
-
Method Detail
-
getSource
public S 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
public C 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.
-
-