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