Class PolicyRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.PolicyRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking Rest Policy services.
- 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 PolicyTO>
voidcreate
(PolicyType type, T policy) void
delete
(PolicyType type, String key) list
(PolicyType type) <T extends PolicyTO>
Tread
(PolicyType type, String key) <T extends PolicyTO>
voidupdate
(PolicyType 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
-
PolicyRestClient
public PolicyRestClient()
-
-
Method Details
-
read
-
list
-
create
-
update
-
delete
-