|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 Userpublic List<Role> getRoles()
User
getRoles in interface Userpublic String getUserName()
User
getUserName in interface Userpublic void setMD5PassphraseHash(String toSet)
User
setMD5PassphraseHash in interface UsertoSet - The MD5-encoded passphrase hash.public void setRoles(List<Role> toSet)
User
setRoles in interface UsertoSet - 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 | |||||||||