org.cumulus4j.keymanager.front.shared
Class UserWithPassword
java.lang.Object
   org.cumulus4j.keymanager.front.shared.User
org.cumulus4j.keymanager.front.shared.User
       org.cumulus4j.keymanager.front.shared.UserWithPassword
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 String getPassword()
- Get the password.
 
 Note: we do not use directly a char array for storing the password (we use a String) 
 because it is not possible to pass a char array via JSON.
 
- 
- Returns:
- the password.
 
setPassword
public void setPassword(String password)
- Set the password.
 
 Note: we do not use directly a char array for storing the password (we use a String) 
 because it is not possible to pass a char array via JSON.
 
- 
- Parameters:
- password- the password.
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.