Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack | |
com.cultofbits.integrationm.service.dictionary.userm |
Modifier and Type | Method and Description |
---|---|
ReusableResponse<Group> |
UsermActionPack.addRolesToGroup(String group,
String product,
List<String> roles)
Adds multiple roles of a specific product to the specified group.
|
ReusableResponse<Group> |
UsermActionPack.addRolesToGroup(String group,
String product,
List<String> roles,
String runAsUser)
Adds multiple roles of a specific product to the specified group.
|
ReusableResponse<Group> |
UsermActionPack.createGroup(Map<String,String> groupData)
Creates a new Group with the provided information.
|
ReusableResponse<Group> |
UsermActionPack.createGroup(Map<String,String> groupData,
Map<String,List<String>> roles)
Creates a new Group with the provided information.
|
ReusableResponse<Group> |
UsermActionPack.createGroup(Map<String,String> groupData,
Map<String,List<String>> roles,
String runAsUser)
Creates a new Group with the provided information.
|
ReusableResponse<Group> |
UsermActionPack.createGroup(Map<String,String> groupData,
String runAsUser)
Creates a new Group with the provided information.
|
ReusableResponse<Group> |
UsermActionPack.getGroup(Integer groupId)
Retrieves information about a group with the specified ID.
|
ReusableResponse<Group> |
UsermActionPack.getGroup(Integer groupId,
String runAsUser)
Retrieves information about a group with the specified ID.
|
ReusableResponse<Group> |
UsermActionPack.getGroup(String name)
Retrieves information about a group with the specified group name.
|
ReusableResponse<Group> |
UsermActionPack.getGroup(String name,
String runAsUser)
Retrieves information about a group with the specified group name.
|
ReusableResponse<Group> |
UsermActionPack.removeRolesFromGroup(String group,
String product,
List<String> roles)
Removes multiple roles of a specific product from the specified group.
|
ReusableResponse<Group> |
UsermActionPack.removeRolesFromGroup(String group,
String product,
List<String> roles,
String runAsUser)
Removes multiple roles of a specific product from the specified group.
|
SearchResult<Group> |
UsermActionPack.searchGroups(String query)
Searches for groups based on the provided query.
|
SearchResult<Group> |
UsermActionPack.searchGroups(String query,
Map<String,String> options)
Searches for groups based on the provided query.
|
ReusableResponse<Group> |
UsermActionPack.updateGroup(String name,
Map<String,Object> groupData)
Updates an existing group with the provided information.
|
ReusableResponse<Group> |
UsermActionPack.updateGroup(String name,
Map<String,Object> groupData,
String runAsUser)
Updates an existing group with the provided information.
|
Modifier and Type | Field and Description |
---|---|
List<Group> |
User.groups |
Copyright © 2021 Cult Of Bits, lda