Class Authentication


  • public class Authentication
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJWT()  
      boolean isExpired()  
      boolean isValid()  
      java.lang.String refresh()  
      void setJWT​(java.lang.String JWT)  
      • Methods inherited from class java.lang.Object

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

      • Authentication

        public Authentication​(Authenticator authenticator)
    • Method Detail

      • isValid

        public boolean isValid()
      • isExpired

        public boolean isExpired()
      • getJWT

        public java.lang.String getJWT()
      • setJWT

        public void setJWT​(java.lang.String JWT)