Class AnyTypeRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.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.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AnyTypeRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(AnyTypeTO anyTypeTO)
static void
delete(String key)
static List<String>
list()
static List<AnyTypeTO>
listAnyTypes()
static AnyTypeTO
read(String key)
static void
update(AnyTypeTO anyTypeTO)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Field Detail
-
KEY_COMPARATOR
public static final Comparator<String> KEY_COMPARATOR
-
-