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 void
create(DelegationTO applicationTO)
void
delete(String key)
List<DelegationTO>
list()
DelegationTO
read(String key)
void
update(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()
-
-