public class AuthenticationToken extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
applicationName |
protected String |
deviceDescription |
protected String |
deviceId |
protected String |
permission |
protected String |
token |
protected String |
userName |
Constructor and Description |
---|
AuthenticationToken(String token,
String userName,
String applicationName,
String deviceId,
String deviceDescription,
String permission) |
Modifier and Type | Method and 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() |
protected String applicationName
protected String deviceDescription
protected String permission
public String getUserName()
public String getApplicationName()
public String getDeviceId()
public String getDeviceDescription()
public String getPermission()
public Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
Copyright © 2016 Nuxeo SA. All rights reserved.