public abstract class BaseRestClient extends Object implements RestClient
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
BaseRestClient() |
| Modifier and Type | Method and Description |
|---|---|
protected static <E extends org.apache.syncope.common.rest.api.service.JAXRSService,T> |
getObject(E service,
URI location,
Class<T> resultClass) |
protected static <T> T |
getService(Class<T> serviceClass) |
protected static <T> T |
getService(String etag,
Class<T> serviceClass) |
protected static String |
getStatus(int httpStatus) |
static org.apache.syncope.common.rest.api.service.SyncopeService |
getSyncopeService() |
protected static <T> void |
resetClient(Class<T> serviceClass) |
static String |
toOrderBy(org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) |
public static org.apache.syncope.common.rest.api.service.SyncopeService getSyncopeService()
protected static <T> T getService(Class<T> serviceClass)
protected static <T> void resetClient(Class<T> serviceClass)
public static String toOrderBy(org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort)
protected static <E extends org.apache.syncope.common.rest.api.service.JAXRSService,T> T getObject(E service,
URI location,
Class<T> resultClass)
protected static String getStatus(int httpStatus)
Copyright © 2020–2021. All rights reserved.