Class ClientAppRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.ClientAppRestClient
- All Implemented Interfaces:
Serializable
,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ClientAppTO>
voidcreate
(ClientAppType type, T policy) void
delete
(ClientAppType type, String key) <T extends ClientAppTO>
List<T> list
(ClientAppType type) <T extends ClientAppTO>
Tread
(ClientAppType type, String key) <T extends ClientAppTO>
voidupdate
(ClientAppType type, T policy) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Field Details
-
COMPARATOR
-
-
Constructor Details
-
ClientAppRestClient
public ClientAppRestClient()
-
-
Method Details
-
read
-
list
-
create
-
update
-
delete
-