Class RefreshAheadCachingJWKSetSource.ScheduledRefreshCompletedEvent<C extends SecurityContext>

    • Method Detail

      • getJWKSet

        public JWKSet getJWKSet()
        Returns the refreshed JWK set.
        Returns:
        The refreshed JWK set.
      • 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.