org.cumulus4j.keymanager.front.shared
Class UserWithPassword
java.lang.Object
org.cumulus4j.keymanager.front.shared.User
org.cumulus4j.keymanager.front.shared.UserWithPassword
- All Implemented Interfaces:
- Serializable
public class UserWithPassword
- extends User
DTO representing a user (with a password).
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserWithPassword
public UserWithPassword()
getPassword
public char[] getPassword()
- Get the password.
- Returns:
- the password.
setPassword
public void setPassword(char[] password)
- Set the password.
- Parameters:
password
- the password.
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.