Class GroupRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.AbstractAnyRestClient<org.apache.syncope.common.lib.to.GroupTO>
-
- org.apache.syncope.client.enduser.rest.GroupRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public class GroupRestClient extends AbstractAnyRestClient<org.apache.syncope.common.lib.to.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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount(String realm, String fiql, String type)static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.GroupTO>create(org.apache.syncope.common.lib.request.GroupCR groupTO)protected Class<? extends org.apache.syncope.common.rest.api.service.AnyService<org.apache.syncope.common.lib.to.GroupTO>>getAnyServiceClass()static List<org.apache.syncope.common.lib.to.GroupTO>searchAssignableGroups(String realm, String term, int page, int size)org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.GroupTO>update(String etag, org.apache.syncope.common.lib.request.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 org.apache.syncope.common.rest.api.service.AnyService<org.apache.syncope.common.lib.to.GroupTO>> getAnyServiceClass()
- Specified by:
getAnyServiceClassin classAbstractAnyRestClient<org.apache.syncope.common.lib.to.GroupTO>
-
create
public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.GroupTO> create(org.apache.syncope.common.lib.request.GroupCR groupTO)
-
update
public org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.GroupTO> update(String etag, org.apache.syncope.common.lib.request.GroupUR groupPatch)
-
searchAssignableGroups
public static List<org.apache.syncope.common.lib.to.GroupTO> searchAssignableGroups(String realm, String term, int page, int size)
-
count
public int count(String realm, String fiql, String type)
- Specified by:
countin classAbstractAnyRestClient<org.apache.syncope.common.lib.to.GroupTO>
-
-