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