Package 

Interface IJwtUpdateListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onJwtUpdated(String externalId) Fired when a JWT was added or refreshed (putJwt), or when stale entries are pruned.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onJwtUpdated

         abstract Unit onJwtUpdated(String externalId)

        Fired when a JWT was added or refreshed (putJwt), or when stale entries are pruned.