Class RefreshAheadCachingJWKSetSource.ScheduledRefreshFailed<C extends SecurityContext>

    • Constructor Detail

      • ScheduledRefreshFailed

        public ScheduledRefreshFailed​(CachingJWKSetSource<C> source,
                                      java.lang.Exception exception,
                                      C context)
    • Method Detail

      • getException

        public java.lang.Exception getException()
      • getSource

        public S getSource()
        Description copied from interface: Event
        Returns the event source.
        Specified by:
        getSource in interface Event<S extends JWKSetSource<C>,​C extends SecurityContext>
        Returns:
        The event source.
      • getContext

        public C getContext()
        Description copied from interface: Event
        Returns the optional context.
        Specified by:
        getContext in interface Event<S extends JWKSetSource<C>,​C extends SecurityContext>
        Returns:
        The optional context, null if not specified.