Package com.nimbusds.jose.util.events
Interface Event<S,C extends SecurityContext>
- All Known Implementing Classes:
CachingJWKSetSource.RefreshCompletedEvent
,CachingJWKSetSource.RefreshInitiatedEvent
,CachingJWKSetSource.RefreshTimedOutEvent
,CachingJWKSetSource.UnableToRefreshEvent
,CachingJWKSetSource.WaitingForRefreshEvent
,HealthReport
,OutageTolerantJWKSetSource.OutageEvent
,RateLimitedJWKSetSource.RateLimitedEvent
,RefreshAheadCachingJWKSetSource.RefreshNotScheduledEvent
,RefreshAheadCachingJWKSetSource.RefreshScheduledEvent
,RefreshAheadCachingJWKSetSource.ScheduledRefreshCompletedEvent
,RefreshAheadCachingJWKSetSource.ScheduledRefreshFailed
,RefreshAheadCachingJWKSetSource.ScheduledRefreshInitiatedEvent
,RefreshAheadCachingJWKSetSource.UnableToRefreshAheadOfExpirationEvent
,RetryingJWKSetSource.RetrialEvent
public interface Event<S,C extends SecurityContext>
Source and context aware event.
- Version:
- 2022-08-28
- Author:
- Vladimir Dzhuvinov
-
Method Summary
Modifier and TypeMethodDescriptionReturns the optional context.Returns the event source.
-
Method Details
-
getSource
Returns the event source.- Returns:
- The event source.
-
getContext
C getContext()Returns the optional context.- Returns:
- The optional context,
null
if not specified.
-