Class AnyTypeRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.AnyTypeRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public class AnyTypeRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<String>KEY_COMPARATOR-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AnyTypeRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreate(org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)static voiddelete(String key)static List<String>list()static List<org.apache.syncope.common.lib.to.AnyTypeTO>listAnyTypes()static org.apache.syncope.common.lib.to.AnyTypeTOread(String key)static voidupdate(org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Field Detail
-
KEY_COMPARATOR
public static final Comparator<String> KEY_COMPARATOR
-
-
Method Detail
-
read
public static org.apache.syncope.common.lib.to.AnyTypeTO read(String key)
-
listAnyTypes
public static List<org.apache.syncope.common.lib.to.AnyTypeTO> listAnyTypes()
-
create
public static void create(org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)
-
update
public static void update(org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)
-
delete
public static void delete(String key)
-
-