public interface User extends Serializable, SecurityEntity
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the user's password.
|
void |
setPassword(String password)
Set password.
|
getId, getName, setId, setNameString getPassword()
UserManager.authenticate(User,String)
.void setPassword(String password)
getPassword(). See also
UserManager.changePassword(User,String,String)
.password - The new password.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.