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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprotected Class<? extends AnyService<GroupTO>> searchAssignableGroups(String realm, String term, int page, int size) Methods inherited from class org.apache.syncope.client.enduser.rest.AbstractAnyRestClient
readMethods 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:
getAnyServiceClassin classAbstractAnyRestClient<GroupTO>
-
create
-
update
-
searchAssignableGroups
-
count
- Specified by:
countin classAbstractAnyRestClient<GroupTO>
-