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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprotected 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, readMethods 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:
getAnyServiceClassin classAbstractAnyRestClient<UserTO>
-
create
-
update
-
count
- Specified by:
countin classAbstractAnyRestClient<UserTO>
-
search
public List<UserTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type) - Specified by:
searchin classAbstractAnyRestClient<UserTO>
-
mustChangePassword
-
suspend
-
reactivate
-