| Package | Description |
|---|---|
| org.wso2.charon3.core.objects.bulk | |
| org.wso2.charon3.core.protocol.endpoints |
| Modifier and Type | Method and Description |
|---|---|
SCIMResponse |
BulkResponseContent.getScimResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkResponseContent.setScimResponse(SCIMResponse scimResponse) |
| Modifier and Type | Method and Description |
|---|---|
SCIMResponse |
ResourceTypeResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
GroupResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
ResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
SchemaResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
BulkResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
RoleResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
MeResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
ServiceProviderConfigResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
UserResourceManager.create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
default SCIMResponse |
ResourceManager.createRole(String postRequest,
RoleManager roleManager)
POST method to create a new role.
|
SCIMResponse |
RoleResourceManager.createRole(String postRequest,
RoleManager roleManager) |
SCIMResponse |
ResourceTypeResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
GroupResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
ResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
SchemaResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
BulkResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
RoleResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
MeResourceManager.delete(String userName,
UserManager userManager) |
SCIMResponse |
ServiceProviderConfigResourceManager.delete(String id,
UserManager userManager) |
SCIMResponse |
UserResourceManager.delete(String id,
UserManager userManager) |
default SCIMResponse |
ResourceManager.deleteRole(String id,
RoleManager roleManager)
DELETE method to delete a specific role.
|
SCIMResponse |
RoleResourceManager.deleteRole(String id,
RoleManager roleManager) |
static SCIMResponse |
AbstractResourceManager.encodeSCIMException(AbstractCharonException exception) |
SCIMResponse |
ResourceTypeResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
GroupResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
ResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
SchemaResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes)
Retrieves a SCIM schemas definition.
|
SCIMResponse |
BulkResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
RoleResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
MeResourceManager.get(String userName,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
ServiceProviderConfigResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
UserResourceManager.get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
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) |
SCIMResponse |
ResourceTypeResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
GroupResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes)
Method to list groups at the Groups endpoint.
|
default SCIMResponse |
ResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
SchemaResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
RoleResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
ServiceProviderConfigResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
UserResourceManager.listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes)
Method to list users at the Users endpoint.
|
SCIMResponse |
ResourceTypeResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
GroupResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
ResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes)
Deprecated.
Method does not differenticate when the count paramter is not set in the request. Use
ResourceManager.listWithGET(UserManager, String, Integer,
Integer, String, String, String, String, String) |
SCIMResponse |
SchemaResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
BulkResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
RoleResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
MeResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
ServiceProviderConfigResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
UserResourceManager.listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
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) |
SCIMResponse |
ResourceTypeResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
GroupResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
ResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
SchemaResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
BulkResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
RoleResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
MeResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
ServiceProviderConfigResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
UserResourceManager.listWithPOST(String resourceString,
UserManager userManager) |
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) |
SCIMResponse |
BulkResourceManager.processBulkData(String data,
UserManager userManager,
RoleManager roleManager) |
SCIMResponse |
GroupResourceManager.updateWithPATCH(String existingGroupId,
String patchRequest,
UserManager userManager)
Updates the group based on the operations defined in the patchRequest.
|
default SCIMResponse |
ResourceManager.updateWithPATCH(String existingId,
String patchRequest,
UserManager userManager) |
SCIMResponse |
RoleResourceManager.updateWithPATCH(String existingId,
String patchRequest,
UserManager userManager) |
SCIMResponse |
ResourceTypeResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
GroupResourceManager.updateWithPATCH(String existingId,
String patchRequest,
UserManager userManager,
String attributes,
String excludeAttributes)
Updates the group based on the operations defined in the patchRequest.
|
SCIMResponse |
ResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
SchemaResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
BulkResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
RoleResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
MeResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes)
Update the user resource by sequence of operations.
|
SCIMResponse |
ServiceProviderConfigResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
UserResourceManager.updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes)
Update the user resource by sequence of operations.
|
SCIMResponse |
GroupResourceManager.updateWithPatchForAddRemoveOperations(String existingGroupId,
List<PatchOperation> opList,
UserManager userManager,
String attributes,
String excludeAttributes)
Updates the group based on the operations defined in the patchRequest.
|
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) |
SCIMResponse |
ResourceTypeResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
GroupResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
ResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
SchemaResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
BulkResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
RoleResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
MeResourceManager.updateWithPUT(String userName,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
ServiceProviderConfigResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
UserResourceManager.updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
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 © 2023 WSO2. All rights reserved.