Package org.nuxeo.ecm.tokenauth.io
Class AuthenticationToken
- java.lang.Object
-
- org.nuxeo.ecm.tokenauth.io.AuthenticationToken
-
public class AuthenticationToken extends Object
- Since:
- 8.3
-
-
Field Summary
Fields Modifier and Type Field Description protected String
applicationName
protected String
deviceDescription
protected String
deviceId
protected String
permission
protected String
token
protected String
userName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getApplicationName()
Calendar
getCreationDate()
String
getDeviceDescription()
String
getDeviceId()
String
getPermission()
String
getToken()
String
getUserName()
int
hashCode()
void
setCreationDate(Calendar creationDate)
String
toString()
-
-
-
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)
-
-