Package org.wso2.charon.impl.resources
Class GroupResource
java.lang.Object
org.wso2.charon.impl.resources.GroupResource
JAX-RS Service that exposes the Group Resource in SCIM Service Provider/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsecreateGroup(String inputFormat, String outputFormat, String authorization, String resourceString) javax.ws.rs.core.ResponsedeleteGroup(String id, String format, String authorization) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponsegetGroup(String format, String authorization, String searchAttribute, String filter, String startIndex, String count, String sortBy, String sortOrder) javax.ws.rs.core.ResponseupdateGroup(String id, String inputFormat, String outputFormat, String authorization, String resourceString)
-
Constructor Details
-
GroupResource
public GroupResource()
-
-
Method Details
-
getGroup
-
createGroup
-
deleteGroup
-
getGroup
-
updateGroup
-