Class GroupRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.AbstractAnyRestClient<GroupTO>
org.apache.syncope.client.console.rest.GroupRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking Rest Group's services.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
protected Class
<? extends AnyService<GroupTO>> void
provisionMembers
(String key, ProvisionAction actionType) Methods inherited from class org.apache.syncope.client.console.rest.AbstractAnyRestClient
associate, batch, deassociate, delete, parseBatchResponse, read
Methods inherited from class org.apache.syncope.client.console.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
-
count
- Specified by:
count
in classAbstractAnyRestClient<GroupTO>
-
search
public List<GroupTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type) - Specified by:
search
in classAbstractAnyRestClient<GroupTO>
-
provisionMembers
-