| |
|
| java.lang.Object org.jboss.test.hibernate.model.User
serialVersionUID | final static long serialVersionUID(Code) | | |
changePassword | public boolean changePassword(String newPassword)(Code) | | Change the password, as long as the new password has not already been
used.
|
getPreviousPasswords | public Set getPreviousPasswords()(Code) | | |
getRoles | public List getRoles()(Code) | | Many-to-many association to Role. This is a collection of Roles (if we
don't want the extra information defined by UserRole).
|
getUserRoles | public List getUserRoles()(Code) | | Many-to-many association to Role. This is a collection of UserRoles, the
association class.
|
hashCode | public int hashCode()(Code) | | |
removeRole | public void removeRole(int selectedRole)(Code) | | |
setTimeOfCreation | public void setTimeOfCreation(Calendar timeOfCreation)(Code) | | |
|
|
|