Class ClientAppRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.ClientAppRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.RestClient
public class ClientAppRestClient 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 ClientAppRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends org.apache.syncope.common.lib.to.ClientAppTO>
voidcreate(org.apache.syncope.common.lib.types.ClientAppType type, T policy)static voiddelete(org.apache.syncope.common.lib.types.ClientAppType type, String key)static <T extends org.apache.syncope.common.lib.to.ClientAppTO>
List<T>list(org.apache.syncope.common.lib.types.ClientAppType type)static <T extends org.apache.syncope.common.lib.to.ClientAppTO>
Tread(org.apache.syncope.common.lib.types.ClientAppType type, String key)static <T extends org.apache.syncope.common.lib.to.ClientAppTO>
voidupdate(org.apache.syncope.common.lib.types.ClientAppType type, T policy)-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
read
public static <T extends org.apache.syncope.common.lib.to.ClientAppTO> T read(org.apache.syncope.common.lib.types.ClientAppType type, String key)
-
list
public static <T extends org.apache.syncope.common.lib.to.ClientAppTO> List<T> list(org.apache.syncope.common.lib.types.ClientAppType type)
-
create
public static <T extends org.apache.syncope.common.lib.to.ClientAppTO> void create(org.apache.syncope.common.lib.types.ClientAppType type, T policy)
-
update
public static <T extends org.apache.syncope.common.lib.to.ClientAppTO> void update(org.apache.syncope.common.lib.types.ClientAppType type, T policy)
-
delete
public static void delete(org.apache.syncope.common.lib.types.ClientAppType type, String key)
-
-