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 Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(AnyTypeTO anyTypeTO)voiddelete(String key)List<String>list()List<AnyTypeTO>listAnyTypes()AnyTypeTOread(String key)voidupdate(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
-
-