Class CachingJWKSetSource.RefreshCompletedEvent<C extends SecurityContext>

java.lang.Object
com.nimbusds.jose.jwk.source.CachingJWKSetSource.RefreshCompletedEvent<C>
All Implemented Interfaces:
Event<CachingJWKSetSource<C>,C>
Enclosing class:
CachingJWKSetSource<C extends SecurityContext>

JWK set cache refresh completed event.
  • Method Details

    • getJWKSet

      public JWKSet getJWKSet()
      Returns the refreshed JWK set.
      Returns:
      The refreshed JWK set.
    • getThreadQueueLength

      public int getThreadQueueLength()
      Returns an estimate of the number of queued threads.
      Returns:
      An estimate of the number of queued threads.
    • getSource

      public CachingJWKSetSource<C> 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.