Class GroupRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.AbstractAnyRestClient<GroupTO>
-
- org.apache.syncope.client.enduser.rest.GroupRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class GroupRestClient extends AbstractAnyRestClient<GroupTO>
Enduser client for invoking Rest Group's services.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description GroupRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
count(String realm, String fiql, String type)
ProvisioningResult<GroupTO>
create(GroupCR groupTO)
protected Class<? extends AnyService<GroupTO>>
getAnyServiceClass()
List<GroupTO>
searchAssignableGroups(String realm, String term, int page, int size)
ProvisioningResult<GroupTO>
update(String etag, GroupUR groupPatch)
-
Methods inherited from class org.apache.syncope.client.enduser.rest.AbstractAnyRestClient
read
-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
getAnyServiceClass
protected Class<? extends AnyService<GroupTO>> getAnyServiceClass()
- Specified by:
getAnyServiceClass
in classAbstractAnyRestClient<GroupTO>
-
create
public ProvisioningResult<GroupTO> create(GroupCR groupTO)
-
update
public ProvisioningResult<GroupTO> update(String etag, GroupUR groupPatch)
-
searchAssignableGroups
public List<GroupTO> searchAssignableGroups(String realm, String term, int page, int size)
-
-