public class UserRightsReportGet.UserModel extends Object
| Constructor and Description |
|---|
UserModel(String userName,
String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(String groupName) |
void |
addRole(String roleName) |
String |
getFirstName() |
Set<String> |
getGroups() |
String |
getLastName() |
Set<String> |
getRoles() |
String |
getUserName() |
Copyright © 2005–2018 Alfresco Software. All rights reserved.