| Package | Description |
|---|---|
| org.wso2.charon3.core.protocol | |
| org.wso2.charon3.core.protocol.endpoints |
| Modifier and Type | Method and Description |
|---|---|
RoleManager |
BulkRequestProcessor.getRoleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkRequestProcessor.setRoleManager(RoleManager roleManager) |
| Modifier and Type | Method and Description |
|---|---|
default SCIMResponse |
ResourceManager.createRole(String postRequest,
RoleManager roleManager)
POST method to create a new role.
|
SCIMResponse |
RoleResourceManager.createRole(String postRequest,
RoleManager roleManager) |
default SCIMResponse |
ResourceManager.deleteRole(String id,
RoleManager roleManager)
DELETE method to delete a specific role.
|
SCIMResponse |
RoleResourceManager.deleteRole(String id,
RoleManager roleManager) |
default SCIMResponse |
ResourceManager.getRole(String id,
RoleManager roleManager,
String attributes,
String excludeAttributes)
GET method to retrieve a specific role.
|
SCIMResponse |
RoleResourceManager.getRole(String id,
RoleManager roleManager,
String attributes,
String excludeAttributes) |
default SCIMResponse |
ResourceManager.listWithGETRole(RoleManager roleManager,
String filter,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder)
GET method to list roles.
|
SCIMResponse |
RoleResourceManager.listWithGETRole(RoleManager roleManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder) |
default SCIMResponse |
ResourceManager.listWithPOSTRole(String searchRequest,
RoleManager roleManager)
POST method to search roles.
|
SCIMResponse |
RoleResourceManager.listWithPOSTRole(String searchRequest,
RoleManager roleManager) |
SCIMResponse |
BulkResourceManager.processBulkData(String data,
UserManager userManager,
RoleManager roleManager) |
default SCIMResponse |
ResourceManager.updateWithPATCHRole(String id,
String patchRequest,
RoleManager roleManager)
PATCH method to partially updates a role.
|
SCIMResponse |
RoleResourceManager.updateWithPATCHRole(String id,
String patchRequest,
RoleManager roleManager) |
default SCIMResponse |
ResourceManager.updateWithPUTRole(String id,
String putRequest,
RoleManager roleManager)
PUT method To update a role by giving entire attributes set.
|
SCIMResponse |
RoleResourceManager.updateWithPUTRole(String id,
String putRequest,
RoleManager roleManager) |
Copyright © 2021 WSO2. All rights reserved.