Class DelegationRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.DelegationRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public class DelegationRestClient 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 DelegationRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(DelegationTO applicationTO)voiddelete(String key)List<DelegationTO>list()DelegationTOread(String key)voidupdate(DelegationTO applicationTO)-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
delete
public void delete(String key)
-
read
public DelegationTO read(String key)
-
update
public void update(DelegationTO applicationTO)
-
create
public void create(DelegationTO applicationTO)
-
list
public List<DelegationTO> list()
-
-