com.hyper9.simdk.db.impls
Class UserImpl

java.lang.Object
  extended by com.hyper9.simdk.db.impls.UserImpl
All Implemented Interfaces:
User, Serializable

public class UserImpl
extends Object
implements User

See Also:
Serialized Form

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

UserImpl

public UserImpl()
Method Detail

getMD5PassphraseHash

public String getMD5PassphraseHash()
Description copied from interface: User
Gets the MD5-encoded passphrase hash.

Specified by:
getMD5PassphraseHash in interface User
Returns:
The MD5-encoded passphrase hash.

getRoles

public List<Role> getRoles()
Description copied from interface: User
Gets a list of this user's roles.

Specified by:
getRoles in interface User
Returns:
A list of this user's roles.

getUserName

public String getUserName()
Description copied from interface: User
Gets the the user name.

Specified by:
getUserName in interface User
Returns:
The the user name.

setMD5PassphraseHash

public void setMD5PassphraseHash(String toSet)
Description copied from interface: User
Sets the MD5-encoded passphrase hash.

Specified by:
setMD5PassphraseHash in interface User
Parameters:
toSet - The MD5-encoded passphrase hash.

setRoles

public void setRoles(List<Role> toSet)
Description copied from interface: User
Sets a list of this user's roles.

Specified by:
setRoles in interface User
Parameters:
toSet - A list of this user's roles.

setUserName

public void setUserName(String toSet)
Description copied from interface: User
Gets the user name.

Specified by:
setUserName in interface User


Copyright © 2009-2010 Hyper9. All Rights Reserved.