public class GroupResource extends AbstractResource
| Constructor and Description |
|---|
GroupResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createGroup(String attribute,
String excludedAttributes,
String resourceString) |
javax.ws.rs.core.Response |
deleteGroup(String id) |
javax.ws.rs.core.Response |
getGroup(String id,
String attribute,
String excludedAttributes) |
javax.ws.rs.core.Response |
getGroup(String attribute,
String excludedAttributes,
String filter,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName) |
javax.ws.rs.core.Response |
getGroupsByPost(String resourceString) |
javax.ws.rs.core.Response |
updateGroup(String id,
String attribute,
String excludedAttributes,
String resourceString) |
buildResponse, handleCharonException, handleFormatNotSupportedException, isValidInputFormat, isValidOutputFormatpublic javax.ws.rs.core.Response getGroup(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 createGroup(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 deleteGroup(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 updateGroup(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.CharonExceptionpublic javax.ws.rs.core.Response getGroupsByPost(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 getGroup(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.CharonExceptionCopyright © 2021 WSO2. All rights reserved.