public static class Config.Editor.User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstname
The firstname.
|
protected String |
id
The id.
|
protected String |
lastname
The lastname.
|
protected String |
lockToken
Deprecated.
|
protected String |
username
The username.
|
| Modifier | Constructor and Description |
|---|---|
protected |
User(String id,
String firstname,
String lastname)
Instantiates a new user.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstname()
Gets the firstname.
|
String |
getId()
Gets the id.
|
String |
getLastname()
Gets the lastname.
|
protected String |
getLockToken()
Deprecated.
|
String |
getUsername()
Gets the username.
|
protected void |
setLockToken(String lockToken)
Deprecated.
|
protected final String id
protected final String firstname
protected final String lastname
protected final String username
@Deprecated protected transient String lockToken
public String getId()
public String getUsername()
public String getFirstname()
public String getLastname()
@Deprecated protected String getLockToken()
@Deprecated protected void setLockToken(String lockToken)
lockToken - the lockToken to setCopyright © 2003–2019 eXo Platform SAS. All rights reserved.