public class User extends Object
| Constructor and Description |
|---|
User(String username,
UUID guid,
List<Role> roles) |
User(String username,
UUID guid,
List<Role> roles,
UUID orgGuid) |
User(String username,
UUID guid,
Role... roles) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendRole(Role role) |
boolean |
equals(Object o) |
UUID |
getGuid() |
UUID |
getOrgGuid() |
List<Role> |
getRoles() |
String |
getUsername() |
int |
hashCode() |
void |
setOrgGuid(UUID orgGuid) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.