Class TokenMetadataRepresentation

All Implemented Interfaces:
Serializable, Token

public class TokenMetadataRepresentation extends AccessToken
Author:
Pedro Igor
See Also:
  • Constructor Details

    • TokenMetadataRepresentation

      public TokenMetadataRepresentation()
  • Method Details

    • isActive

      public boolean isActive()
      Description copied from class: JsonWebToken
      Tests that the token is not expired and is not-before.
      Overrides:
      isActive in class JsonWebToken
      Returns:
    • setActive

      public void setActive(boolean active)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)