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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprotected Class<? extends AnyService<GroupTO>> voidprovisionMembers(String key, ProvisionAction actionType) Methods inherited from class org.apache.syncope.client.console.rest.AbstractAnyRestClient
associate, batch, deassociate, delete, parseBatchResponse, readMethods 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:
getAnyServiceClassin classAbstractAnyRestClient<GroupTO>
-
create
-
update
-
count
- Specified by:
countin classAbstractAnyRestClient<GroupTO>
-
search
public List<GroupTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type) - Specified by:
searchin classAbstractAnyRestClient<GroupTO>
-
provisionMembers
-