public abstract class AbstractUser extends Object implements User
| Constructor and Description |
|---|
AbstractUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Returns the unique identifier assigned to this object.
|
String |
getPassword()
Returns this user's password.
|
int |
hashCode() |
void |
setIdentifier(String username)
Sets the identifier assigned to this object.
|
void |
setPassword(String password)
Sets this user's password.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetActiveConnectionPermissions, getAttributes, getConnectionGroupPermissions, getConnectionPermissions, getSystemPermissions, getUserPermissions, setAttributespublic String getIdentifier()
IdentifiablegetIdentifier in interface Identifiablepublic void setIdentifier(String username)
IdentifiablesetIdentifier in interface Identifiableusername - The identifier to assign.public String getPassword()
UsergetPassword in interface Userpublic void setPassword(String password)
UsersetPassword in interface Userpassword - The password to set.Copyright © 2015. All rights reserved.