| java.lang.Object org.apache.roller.pojos.PersistentObject org.apache.roller.pojos.UserData
serialVersionUID | final static long serialVersionUID(Code) | | |
UserData | public UserData()(Code) | | |
getEmailAddress | public String getEmailAddress()(Code) | | E-mail address of the user.
|
getFullName | public String getFullName()(Code) | | Full name of the user.
|
getId | public String getId()(Code) | | Id of the User.
Not remote since primary key may be extracted by other means.
|
getLocale | public String getLocale()(Code) | | Locale of the user.
|
getPassword | public String getPassword()(Code) | | Get password.
If password encryption is enabled, will return encrypted password.
|
getTimeZone | public String getTimeZone()(Code) | | Timezone of the user.
|
getUserName | public String getUserName()(Code) | | User name of the user.
|
hasRole | public boolean hasRole(String roleName)(Code) | | Returns true if user has role specified.
|
hashCode | public int hashCode()(Code) | | |
resetPassword | public void resetPassword(Roller roller, String new1, String new2) throws RollerException(Code) | | Reset this user's password.
Parameters: roller - Roller instance to use for configuration information Parameters: new1 - New password Parameters: new2 - Confirm this matches new password author: Dave Johnson |
setDateCreated | public void setDateCreated(Date date)(Code) | | |
setEmailAddress | public void setEmailAddress(String emailAddress)(Code) | | |
setPassword | public void setPassword(String password)(Code) | | Set password.
If password encryption is turned on, then pass in an encrypted password.
|
setPermissions | public void setPermissions(List perms)(Code) | | |
|
|