public abstract class AbstractResourceManager extends Object implements ResourceManager
| Constructor and Description |
|---|
AbstractResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
static SCIMResponse |
encodeSCIMException(AbstractCharonException exception) |
static JSONDecoder |
getDecoder() |
static JSONEncoder |
getEncoder() |
static String |
getResourceEndpointURL(String resource) |
static void |
setEndpointURLMap(Map<String,String> endpointURLMap) |
static void |
setResourceURLBuilder(ResourceURLBuilder resourceURLBuilder)
Sets the resource URL builder implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createRole, delete, deleteRole, get, getRole, listWithGET, listWithGET, listWithGETRole, listWithPOST, listWithPOSTRole, updateWithPATCH, updateWithPATCH, updateWithPATCHRole, updateWithPUT, updateWithPUTRolepublic static JSONEncoder getEncoder() throws CharonException
CharonExceptionpublic static JSONDecoder getDecoder() throws CharonException
CharonExceptionpublic static void setResourceURLBuilder(ResourceURLBuilder resourceURLBuilder)
resourceURLBuilder - ResourceURLBuilder.public static String getResourceEndpointURL(String resource) throws NotFoundException
NotFoundExceptionpublic static SCIMResponse encodeSCIMException(AbstractCharonException exception)
Copyright © 2021 WSO2. All rights reserved.