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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetContext()Returns the optional context.SgetSource()Returns the event source.
-
-
-
Method Detail
-
getContext
C getContext()
Returns the optional context.- Returns:
- The optional context,
nullif not specified.
-
-