public interface User
UserHandler.saveUser(User, boolean)
to persist the change.Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFirstName() |
String |
getFullName()
Deprecated.
This method call getDiplayName
|
Date |
getLastLoginTime() |
String |
getLastName() |
String |
getOrganizationId() |
String |
getPassword() |
String |
getUserName()
This method should return the username of the user.
|
void |
setCreatedDate(Date t)
Deprecated.
The third party should not used this method.
|
void |
setDisplayName(String displayName) |
void |
setEmail(String s) |
void |
setFirstName(String s) |
void |
setFullName(String s)
Deprecated.
This method call setDiplayName
|
void |
setLastLoginTime(Date t)
Deprecated.
The third party developer should not aware of this method
|
void |
setLastName(String s) |
void |
setOrganizationId(String organizationId)
sets the organizationId
|
void |
setPassword(String s)
This method is used to change the user account password.
|
void |
setUserName(String s)
Deprecated.
The third party developer should not used this method
|
String getUserName()
void setUserName(String s)
s
- the name of the user accountString getPassword()
void setPassword(String s)
s
- the password of the user accountString getFirstName()
void setFirstName(String s)
s
- the new first nameString getLastName()
void setLastName(String s)
s
- The new last name of the userString getFullName()
void setFullName(String s)
s
- The name that should show in the full nameString getEmail()
void setEmail(String s)
s
- The new user email addressDate getCreatedDate()
void setCreatedDate(Date t)
t
- the creation date of the user accountDate getLastLoginTime()
void setLastLoginTime(Date t)
t
- the date corresponding to the last time that the user signed in to the platformString getDisplayName()
void setDisplayName(String displayName)
displayName
- The name that should show in the display nameString getOrganizationId()
void setOrganizationId(String organizationId)
organizationId
- the id of organization to which the user belongCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.