Class AuthenticationToken

java.lang.Object
org.nuxeo.ecm.tokenauth.io.AuthenticationToken

public class AuthenticationToken extends Object
Since:
8.3
  • Field Details

    • token

      protected String token
    • userName

      protected String userName
    • applicationName

      protected String applicationName
    • deviceId

      protected String deviceId
    • deviceDescription

      protected String deviceDescription
    • permission

      protected String permission
  • Constructor Details

  • Method Details

    • getToken

      public String getToken()
    • getUserName

      public String getUserName()
    • getApplicationName

      public String getApplicationName()
    • getDeviceId

      public String getDeviceId()
    • getDeviceDescription

      public String getDeviceDescription()
    • getPermission

      public String getPermission()
    • getCreationDate

      public Calendar getCreationDate()
    • setCreationDate

      public void setCreationDate(Calendar creationDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object