public abstract class AbstractUser extends AbstractIdentifiable implements User
Constructor and Description |
---|
AbstractUser() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns this user's password.
|
void |
setPassword(String password)
Sets this user's password.
|
equals, getIdentifier, hashCode, setIdentifier
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getActiveConnectionPermissions, getAttributes, getConnectionGroupPermissions, getConnectionPermissions, getSharingProfilePermissions, getSystemPermissions, getUserPermissions, setAttributes
getIdentifier, setIdentifier
public String getPassword()
User
getPassword
in interface User
public void setPassword(String password)
User
setPassword
in interface User
password
- The password to set.Copyright © 2016. All rights reserved.