public class UserInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<org.flowable.idm.api.Group> |
groups |
protected List<String> |
privileges |
protected org.flowable.idm.api.User |
user |
| Constructor and Description |
|---|
UserInformation() |
UserInformation(org.flowable.idm.api.User user,
List<org.flowable.idm.api.Group> groups,
List<String> privileges) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.idm.api.Group> |
getGroups() |
List<String> |
getPrivileges() |
org.flowable.idm.api.User |
getUser() |
void |
setGroups(List<org.flowable.idm.api.Group> groups) |
void |
setPrivileges(List<String> privileges) |
void |
setUser(org.flowable.idm.api.User user) |
protected org.flowable.idm.api.User user
protected List<org.flowable.idm.api.Group> groups
Copyright © 2021 Flowable. All rights reserved.