public class DefaultCharonManager extends Object
| Modifier and Type | Method and Description |
|---|---|
org.wso2.charon3.core.encoder.JSONDecoder |
getDecoder()
Obtain the encoder for the given format.
|
org.wso2.charon3.core.encoder.JSONEncoder |
getEncoder()
Obtain the decoder for the given format.
|
static DefaultCharonManager |
getInstance()
Should return the static instance of CharonManager implementation.
|
org.wso2.charon3.core.extensions.UserManager |
getUserManager() |
public static DefaultCharonManager getInstance() throws org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.CharonExceptionpublic org.wso2.charon3.core.encoder.JSONDecoder getDecoder()
throws org.wso2.charon3.core.exceptions.FormatNotSupportedException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionpublic org.wso2.charon3.core.encoder.JSONEncoder getEncoder()
throws org.wso2.charon3.core.exceptions.FormatNotSupportedException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionpublic org.wso2.charon3.core.extensions.UserManager getUserManager()
throws org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.CharonExceptionCopyright © 2019 WSO2. All rights reserved.