public class UserResource extends AbstractResource
| Constructor and Description |
|---|
UserResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createUser(String attribute,
String excludedAttributes,
String resourceString) |
javax.ws.rs.core.Response |
deleteUser(String id) |
javax.ws.rs.core.Response |
getUser(String id,
String attribute,
String excludedAttributes) |
javax.ws.rs.core.Response |
getUser(String attribute,
String excludedAttributes,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName) |
javax.ws.rs.core.Response |
getUsersByPost(String resourceString) |
javax.ws.rs.core.Response |
updateUser(String id,
String attribute,
String excludedAttributes,
String resourceString) |
buildResponse, handleCharonException, handleFormatNotSupportedException, isValidInputFormat, isValidOutputFormatpublic javax.ws.rs.core.Response getUser(String id, String attribute, String excludedAttributes) throws org.wso2.charon3.core.exceptions.FormatNotSupportedException, org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionorg.wso2.charon3.core.exceptions.CharonExceptionpublic javax.ws.rs.core.Response createUser(String attribute, String excludedAttributes, String resourceString) throws org.wso2.charon3.core.exceptions.CharonException, org.wso2.charon3.core.exceptions.FormatNotSupportedException
org.wso2.charon3.core.exceptions.CharonExceptionorg.wso2.charon3.core.exceptions.FormatNotSupportedExceptionpublic javax.ws.rs.core.Response deleteUser(String id) throws org.wso2.charon3.core.exceptions.FormatNotSupportedException, org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionorg.wso2.charon3.core.exceptions.CharonExceptionpublic javax.ws.rs.core.Response getUser(String attribute, String excludedAttributes, String filter, int startIndex, int count, String sortBy, String sortOrder, String domainName) throws org.wso2.charon3.core.exceptions.FormatNotSupportedException, org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionorg.wso2.charon3.core.exceptions.CharonExceptionpublic javax.ws.rs.core.Response getUsersByPost(String resourceString) throws org.wso2.charon3.core.exceptions.FormatNotSupportedException, org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionorg.wso2.charon3.core.exceptions.CharonExceptionpublic javax.ws.rs.core.Response updateUser(String id, String attribute, String excludedAttributes, String resourceString) throws org.wso2.charon3.core.exceptions.FormatNotSupportedException, org.wso2.charon3.core.exceptions.CharonException
org.wso2.charon3.core.exceptions.FormatNotSupportedExceptionorg.wso2.charon3.core.exceptions.CharonExceptionCopyright © 2019 WSO2. All rights reserved.