Class UserRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.AbstractAnyRestClient<UserTO>
org.apache.syncope.client.console.rest.UserRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking rest users 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<UserTO>> mustChangePassword
(String etag, boolean value, String key) reactivate
(String etag, String userKey, List<StatusBean> statuses) suspend
(String etag, String userKey, List<StatusBean> statuses) 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
-
UserRestClient
public UserRestClient()
-
-
Method Details
-
getAnyServiceClass
- Specified by:
getAnyServiceClass
in classAbstractAnyRestClient<UserTO>
-
create
-
update
-
count
- Specified by:
count
in classAbstractAnyRestClient<UserTO>
-
search
public List<UserTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type) - Specified by:
search
in classAbstractAnyRestClient<UserTO>
-
mustChangePassword
-
suspend
-
reactivate
-