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 Instance Methods Concrete Methods Modifier and Type Method Description void
create(ImplementationTO implementation)
void
delete(String type, String key)
List<ImplementationTO>
list(String type)
ImplementationTO
read(String type, String key)
void
update(ImplementationTO implementation)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<ImplementationTO> list(String type)
-
read
public ImplementationTO read(String type, String key)
-
create
public void create(ImplementationTO implementation)
-
update
public void update(ImplementationTO implementation)
-
-