Class BaseRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.RestClient
- Direct Known Subclasses:
BpmnProcessRestClient,UserRequestRestClient
public abstract class BaseRestClient extends Object implements org.apache.syncope.client.ui.commons.rest.RestClient
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description BaseRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <T> TgetService(Class<T> serviceClass)protected static <T> TgetService(String etag, Class<T> serviceClass)static SyncopeServicegetSyncopeService()protected static <T> voidresetClient(Class<T> serviceClass)protected static StringtoOrderBy(org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort)
-
-
-
Method Detail
-
getSyncopeService
public static SyncopeService getSyncopeService()
-
getService
protected static <T> T getService(Class<T> serviceClass)
-
resetClient
protected static <T> void resetClient(Class<T> serviceClass)
-
-