public abstract class AbstractAuthenticatedUser extends Object implements AuthenticatedUser
Constructor and Description |
---|
AbstractAuthenticatedUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Returns the unique identifier assigned to this object.
|
int |
hashCode() |
void |
setIdentifier(String username)
Sets the identifier assigned to this object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAuthenticationProvider, getCredentials
public String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public void setIdentifier(String username)
Identifiable
setIdentifier
in interface Identifiable
username
- The identifier to assign.Copyright © 2017. All rights reserved.