public class GroupRestClient extends AbstractAnyRestClient<GroupTO>
LOG
Constructor and Description |
---|
GroupRestClient() |
Modifier and Type | Method and Description |
---|---|
int |
count(String realm,
String fiql,
String type) |
ProvisioningResult<GroupTO> |
create(GroupTO groupTO) |
protected Class<? extends AnyService<GroupTO>> |
getAnyServiceClass() |
void |
provisionMembers(String key,
ProvisionAction actionType) |
List<GroupTO> |
search(String realm,
String fiql,
int page,
int size,
SortParam<String> sort,
String type) |
ProvisioningResult<GroupTO> |
update(String etag,
GroupPatch patch) |
associate, batch, deassociate, delete, read
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
protected Class<? extends AnyService<GroupTO>> getAnyServiceClass()
getAnyServiceClass
in class AbstractAnyRestClient<GroupTO>
public ProvisioningResult<GroupTO> create(GroupTO groupTO)
public ProvisioningResult<GroupTO> update(String etag, GroupPatch patch)
public int count(String realm, String fiql, String type)
count
in class AbstractAnyRestClient<GroupTO>
public List<GroupTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)
search
in class AbstractAnyRestClient<GroupTO>
public void provisionMembers(String key, ProvisionAction actionType)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.