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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, get, listWithGET, listWithPOST, updateWithPATCH, updateWithPUTpublic static JSONEncoder getEncoder() throws CharonException
CharonExceptionpublic static JSONDecoder getDecoder() throws CharonException
CharonExceptionpublic static String getResourceEndpointURL(String resource) throws NotFoundException
NotFoundExceptionpublic static SCIMResponse encodeSCIMException(AbstractCharonException exception)
Copyright © 2019 WSO2. All rights reserved.