public class ResourceTypeResourceManager extends AbstractResourceManager
| Constructor and Description |
|---|
ResourceTypeResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
SCIMResponse |
create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
delete(String id,
UserManager userManager) |
SCIMResponse |
get(String id,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
listWithGET(UserManager userManager,
String filter,
Integer startIndexInt,
Integer countInt,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes) |
SCIMResponse |
listWithGET(UserManager userManager,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
String attributes,
String excludeAttributes)
This method is deprecated
|
SCIMResponse |
listWithPOST(String resourceString,
UserManager userManager) |
SCIMResponse |
updateWithPATCH(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
updateWithPUT(String existingId,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
encodeSCIMException, getDecoder, getEncoder, getResourceEndpointURL, setEndpointURLMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateWithPATCHpublic SCIMResponse get(String id, UserManager userManager, String attributes, String excludeAttributes)
public SCIMResponse create(String scimObjectString, UserManager userManager, String attributes, String excludeAttributes)
public SCIMResponse delete(String id, UserManager userManager)
public SCIMResponse listWithGET(UserManager userManager, String filter, int startIndex, int count, String sortBy, String sortOrder, String domainName, String attributes, String excludeAttributes)
ResourceManagerpublic SCIMResponse listWithGET(UserManager userManager, String filter, Integer startIndexInt, Integer countInt, String sortBy, String sortOrder, String domainName, String attributes, String excludeAttributes)
userManager - User managerfilter - Filter to be executedstartIndexInt - Starting index value of the filtercountInt - Number of required resultssortBy - SortBysortOrder - Sorting orderdomainName - Domain nameattributes - Attributes in the requestexcludeAttributes - Exclude attributespublic SCIMResponse listWithPOST(String resourceString, UserManager userManager)
public SCIMResponse updateWithPUT(String existingId, String scimObjectString, UserManager userManager, String attributes, String excludeAttributes)
public SCIMResponse updateWithPATCH(String existingId, String scimObjectString, UserManager userManager, String attributes, String excludeAttributes)
Copyright © 2020 WSO2. All rights reserved.