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 Static Methods Concrete Methods Modifier and Type Method Description static void
create(ApplicationTO applicationTO)
static void
delete(String key)
static List<ApplicationTO>
list()
static ApplicationTO
read(String key)
static 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 static void delete(String key)
-
read
public static ApplicationTO read(String key)
-
update
public static void update(ApplicationTO applicationTO)
-
create
public static void create(ApplicationTO applicationTO)
-
list
public static List<ApplicationTO> list()
-
-