Class ApplicationRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.ApplicationRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class ApplicationRestClient 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 ApplicationRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(ApplicationTO applicationTO)
void
delete(String key)
List<ApplicationTO>
list()
ApplicationTO
read(String key)
void
update(ApplicationTO 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 ApplicationTO read(String key)
-
update
public void update(ApplicationTO applicationTO)
-
create
public void create(ApplicationTO applicationTO)
-
list
public List<ApplicationTO> list()
-
-