public class MeResourceManager extends AbstractResourceManager
| Constructor and Description |
|---|
MeResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
SCIMResponse |
create(String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
SCIMResponse |
delete(String userName,
UserManager userManager) |
SCIMResponse |
get(String userName,
UserManager userManager,
String attributes,
String excludeAttributes) |
String |
getUserName(String scimObjectString) |
String |
getUserName(UserManager userManager,
String scimObjectString) |
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)
Update the user resource by sequence of operations.
|
SCIMResponse |
updateWithPUT(String userName,
String scimObjectString,
UserManager userManager,
String attributes,
String excludeAttributes) |
encodeSCIMException, getDecoder, getEncoder, getResourceEndpointURL, setEndpointURLMap, setResourceURLBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateRole, deleteRole, getRole, listWithGET, listWithGETRole, listWithPOSTRole, updateWithPATCH, updateWithPATCHRole, updateWithPUTRolepublic SCIMResponse get(String userName, UserManager userManager, String attributes, String excludeAttributes)
public SCIMResponse create(String scimObjectString, UserManager userManager, String attributes, String excludeAttributes)
public SCIMResponse delete(String userName, 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 listWithPOST(String resourceString, UserManager userManager)
public SCIMResponse updateWithPUT(String userName, String scimObjectString, UserManager userManager, String attributes, String excludeAttributes)
public SCIMResponse updateWithPATCH(String existingId, String scimObjectString, UserManager userManager, String attributes, String excludeAttributes)
existingId - scimObjectString - userManager - attributes - excludeAttributes - public String getUserName(String scimObjectString) throws CharonException
CharonExceptionpublic String getUserName(UserManager userManager, String scimObjectString) throws CharonException
CharonExceptionCopyright © 2023 WSO2. All rights reserved.