Class AuthenticationToken


  • public class AuthenticationToken
    extends Object
    Since:
    8.3
    • Field Detail

      • 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 Detail

    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object