Class AbstractAnyRestClient<TO extends AnyTO>
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.AbstractAnyRestClient<TO>
-
- All Implemented Interfaces:
Serializable
,RestClient
- Direct Known Subclasses:
GroupRestClient
public abstract class AbstractAnyRestClient<TO extends AnyTO> extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AbstractAnyRestClient()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
count(String realm, String fiql, String type)
protected abstract Class<? extends AnyService<TO>>
getAnyServiceClass()
TO
read(String key)
-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-