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
Enduser client for invoking Rest Group's services.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
protected Class
<? extends AnyService<GroupTO>> searchAssignableGroups
(String realm, String term, int page, int size) 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
-
Constructor Details
-
GroupRestClient
public GroupRestClient()
-
-
Method Details
-
getAnyServiceClass
- Specified by:
getAnyServiceClass
in classAbstractAnyRestClient<GroupTO>
-
create
-
update
-
searchAssignableGroups
-
count
- Specified by:
count
in classAbstractAnyRestClient<GroupTO>
-