Class CachedJwtProvider

java.lang.Object
no.unit.nva.auth.CachedValueProvider<com.auth0.jwt.interfaces.DecodedJWT>
no.unit.nva.auth.CachedJwtProvider

public class CachedJwtProvider extends CachedValueProvider<com.auth0.jwt.interfaces.DecodedJWT>
  • Constructor Details

  • Method Details

    • isExpired

      protected boolean isExpired()
      Specified by:
      isExpired in class CachedValueProvider<com.auth0.jwt.interfaces.DecodedJWT>
    • getNewValue

      protected com.auth0.jwt.interfaces.DecodedJWT getNewValue()
      Specified by:
      getNewValue in class CachedValueProvider<com.auth0.jwt.interfaces.DecodedJWT>