|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupModel | |
|---|---|
| it.eng.rdlab.soa3.um.rest | |
| it.eng.rdlab.soa3.um.rest.impl | |
| Uses of GroupModel in it.eng.rdlab.soa3.um.rest |
|---|
| Methods in it.eng.rdlab.soa3.um.rest that return GroupModel | |
|---|---|
GroupModel |
IUserManagementService.GroupManager.getGroup(String groupName,
String organizationName,
String adminUserId,
String adminPassword)
Gets the group by groupName (and by organizatioName) |
| Methods in it.eng.rdlab.soa3.um.rest that return types with arguments of type GroupModel | |
|---|---|
HashMap<UserModel,List<GroupModel>> |
IUserManagementService.UserManager.listAllUsersAndGroups(String organizationName,
String adminUserId,
String adminPassword)
Lists all users with the associated groups (by organizationName) |
List<GroupModel> |
IUserManagementService.GroupManager.listGroupsByOrganization(String organizationName,
String adminUserId,
String adminPassword)
Lists all groups under an organization by organizationName |
| Methods in it.eng.rdlab.soa3.um.rest with parameters of type GroupModel | |
|---|---|
boolean |
IUserManagementService.GroupManager.updateGroup(GroupModel group,
String organizationName,
String adminUserId,
String adminPassword)
Updates group's attribute |
| Uses of GroupModel in it.eng.rdlab.soa3.um.rest.impl |
|---|
| Methods in it.eng.rdlab.soa3.um.rest.impl that return GroupModel | |
|---|---|
GroupModel |
GroupManagerImpl.getGroup(String groupName,
String organizationName,
String adminUserId,
String password)
|
| Methods in it.eng.rdlab.soa3.um.rest.impl that return types with arguments of type GroupModel | |
|---|---|
HashMap<UserModel,List<GroupModel>> |
UserManagerImpl.listAllUsersAndGroups(String organizationName,
String adminUserId,
String password)
|
List<GroupModel> |
GroupManagerImpl.listGroupsByOrganization(String organizationName,
String adminUserId,
String password)
|
List<GroupModel> |
GroupManagerImpl.listGroupsByUser(String userId,
String organizationName,
String adminUserId,
String password)
|
| Methods in it.eng.rdlab.soa3.um.rest.impl with parameters of type GroupModel | |
|---|---|
boolean |
GroupManagerImpl.updateGroup(GroupModel group,
String organizationName,
String adminUserId,
String password)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||