Class ImplementationRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.ImplementationRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class ImplementationRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description ImplementationRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(org.apache.syncope.common.lib.to.ImplementationTO implementation)
static void
delete(String type, String key)
static List<org.apache.syncope.common.lib.to.ImplementationTO>
list(String type)
static org.apache.syncope.common.lib.to.ImplementationTO
read(String type, String key)
static void
update(org.apache.syncope.common.lib.to.ImplementationTO implementation)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-