Class JwtConfig

java.lang.Object
io.extact.rms.platform.jwt.JwtConfig

public class JwtConfig extends Object
  • Field Details

  • Method Details

    • of

      public static JwtConfig of(org.eclipse.microprofile.config.Config config)
    • getSecretPhrase

      public String getSecretPhrase()
    • getSecretKey

      public Key getSecretKey(Function<String,Key> keyCreator)
    • getIssuer

      public String getIssuer()
    • isIssuedAtToNow

      public boolean isIssuedAtToNow()
    • getIssuedAt

      public long getIssuedAt()
    • getExpirationTime

      public float getExpirationTime()
    • getAllowedClockSeconds

      public int getAllowedClockSeconds()
    • enableFilter

      public boolean enableFilter()