Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack | |
com.cultofbits.integrationm.service.dictionary.userm |
Modifier and Type | Method and Description |
---|---|
ReusableResponse<Role> |
UsermActionPack.addPermissionsToRole(String product,
String role,
List<String> permissions)
Adds multiple permissions to a specified role for a specific product.
|
ReusableResponse<Role> |
UsermActionPack.addPermissionsToRole(String product,
String role,
List<String> permissions,
String runAsUser)
Adds multiple permissions to a specified role for a specific product.
|
ReusableResponse<Role> |
UsermActionPack.createRole(Map<String,String> roleData)
Creates a new Role with the provided information.
|
ReusableResponse<Role> |
UsermActionPack.createRole(Map<String,String> roleData,
List<String> permissions)
Creates a new Role with the provided information.
|
ReusableResponse<Role> |
UsermActionPack.createRole(Map<String,String> roleData,
List<String> permissions,
String runAsUser)
Creates a new Role with the provided information.
|
ReusableResponse<Role> |
UsermActionPack.createRole(Map<String,String> roleData,
String runAsUser)
Creates a new Role with the provided information.
|
ReusableResponse<Role> |
UsermActionPack.getRole(Integer roleId)
Retrieves information about a role with the specified ID.
|
ReusableResponse<Role> |
UsermActionPack.getRole(Integer roleId,
String runAsUser)
Retrieves information about a role with the specified ID.
|
ReusableResponse<Role> |
UsermActionPack.getRole(String product,
String name)
Retrieves information about a role with the specified name for a specific product.
|
ReusableResponse<Role> |
UsermActionPack.getRole(String product,
String name,
String runAsUser)
Retrieves information about a role with the specified name for a specific product.
|
ReusableResponse<Role> |
UsermActionPack.removePermissionsFromRole(String product,
String role,
List<String> permissions)
Removes multiple permissions from a specified role for a specific product.
|
ReusableResponse<Role> |
UsermActionPack.removePermissionsFromRole(String product,
String role,
List<String> permissions,
String runAsUser)
Removes multiple permissions from a specified role for a specific product.
|
SearchResult<Role> |
UsermActionPack.searchRoles(String query)
Searches for roles based on the provided query.
|
SearchResult<Role> |
UsermActionPack.searchRoles(String query,
Map<String,String> options)
Searches for roles based on the provided query.
|
ReusableResponse<Role> |
UsermActionPack.updateRole(String product,
String name,
Map<String,Object> roleData)
Updates an existing role with the provided information.
|
ReusableResponse<Role> |
UsermActionPack.updateRole(String product,
String name,
Map<String,Object> roleData,
String runAsUser)
Updates an existing role with the provided information.
|
Modifier and Type | Field and Description |
---|---|
List<Role> |
Group.roles |
Copyright © 2021 Cult Of Bits, lda