public abstract class AbstractUser extends AbstractIdentifiable implements User
User.Attribute| 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, setIdentifierclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetActiveConnectionPermissions, getAttributes, getConnectionGroupPermissions, getConnectionPermissions, getSharingProfilePermissions, getSystemPermissions, getUserPermissions, setAttributesgetIdentifier, setIdentifierpublic String getPassword()
UsergetPassword in interface Userpublic void setPassword(String password)
UsersetPassword in interface Userpassword - The password to set.Copyright © 2017. All rights reserved.