|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.terracotta.management.user.impl.DfltUserInfo
public final class DfltUserInfo
The default implementation of the UserInfo model interface.
| Constructor Summary | |
|---|---|
DfltUserInfo(String username,
String passwordHash,
Set<UserRole> roles)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getPasswordHash()
Gets the stringified representation of this user's hashed password. |
Set<UserRole> |
getRoles()
Gets the set of roles associated with this user. |
String |
getUsername()
Gets the primary principal associated with this user. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DfltUserInfo(String username,
String passwordHash,
Set<UserRole> roles)
| Method Detail |
|---|
public String getUsername()
getUsername in interface UserInfopublic String getPasswordHash()
getPasswordHash in interface UserInfopublic Set<UserRole> getRoles()
getRoles in interface UserInfopublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||