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, wait
getActiveConnectionPermissions, getAttributes, getConnectionGroupPermissions, getConnectionPermissions, getSystemPermissions, getUserPermissions, setAttributes
public String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public void setIdentifier(String username)
Identifiable
setIdentifier
in interface Identifiable
username
- The identifier to assign.public String getPassword()
User
getPassword
in interface User
public void setPassword(String password)
User
setPassword
in interface User
password
- The password to set.Copyright © 2015. All rights reserved.