public class CcUserEntity extends Object
| Constructor and Description |
|---|
CcUserEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRoles() |
String |
getUsername() |
boolean |
isActive() |
boolean |
isAdmin() |
void |
setActive(boolean active) |
void |
setAdmin(boolean admin) |
void |
setRoles(List<String> roles) |
void |
setUsername(String username) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.