|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hyper9.simdk.db.impls.UserImpl
public class UserImpl
Constructor Summary | |
---|---|
UserImpl()
|
Method Summary | |
---|---|
String |
getMD5PassphraseHash()
Gets the MD5-encoded passphrase hash. |
List<Role> |
getRoles()
Gets a list of this user's roles. |
String |
getUserName()
Gets the the user name. |
void |
setMD5PassphraseHash(String toSet)
Sets the MD5-encoded passphrase hash. |
void |
setRoles(List<Role> toSet)
Sets a list of this user's roles. |
void |
setUserName(String toSet)
Gets the user name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserImpl()
Method Detail |
---|
public String getMD5PassphraseHash()
User
getMD5PassphraseHash
in interface User
public List<Role> getRoles()
User
getRoles
in interface User
public String getUserName()
User
getUserName
in interface User
public void setMD5PassphraseHash(String toSet)
User
setMD5PassphraseHash
in interface User
toSet
- The MD5-encoded passphrase hash.public void setRoles(List<Role> toSet)
User
setRoles
in interface User
toSet
- A list of this user's roles.public void setUserName(String toSet)
User
setUserName
in interface User
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |