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, setName
String getPassword()
UserManager.authenticate(User,String)
.void setPassword(String password)
getPassword()
. See also
UserManager.changePassword(User,String,String)
.password
- The new password.Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.