| org.sakaiproject.user.api.User
checkPassword | boolean checkPassword(String pw)(Code) | | Check if this is the user's password.
Parameters: pw - The clear text password to check. true if the password matches, false if not. |
getCreatedBy | User getCreatedBy()(Code) | | the user who created this. |
getCreatedTime | Time getCreatedTime()(Code) | | the time created. |
getDisplayId | String getDisplayId()(Code) | | Access a string portraying the user's enterprise identity, for display purposes.
Use this, not getEid(), when displaying the user's id, probably along with the user's sort or display name, for disambiguating purposes.
The user's display id string. |
getDisplayName | String getDisplayName()(Code) | | Access the user's name for display purposes.
The user's name for display purposes. |
getEid | String getEid()(Code) | | Access the user's enterprise id; the id they and the enterprise know as belonging to them.
The Enterprise id, like the User id, is unique among all defined users.
The EID may be used by the user to login, and will be used when communicating with the user directory provider.
The user's enterprise id. |
getEmail | String getEmail()(Code) | | Access the email address.
The email address string. |
getFirstName | String getFirstName()(Code) | | Access the user's first name.
The user's first name. |
getLastName | String getLastName()(Code) | | Access the user's last name.
The user's last name. |
getModifiedBy | User getModifiedBy()(Code) | | the user who last modified this. |
getModifiedTime | Time getModifiedTime()(Code) | | the time last modified. |
getSortName | String getSortName()(Code) | | Access the user's name for sorting purposes.
The user's name for sorting purposes. |
getType | String getType()(Code) | | Access the user type.
The user type. |
|
|