public abstract class BaseRestClient extends Object implements org.apache.syncope.client.ui.commons.rest.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 <T> T |
getService(Class<T> serviceClass) |
protected static <T> T |
getService(String etag,
Class<T> serviceClass) |
static org.apache.syncope.common.rest.api.service.SyncopeService |
getSyncopeService() |
protected static <T> void |
resetClient(Class<T> serviceClass) |
protected static String |
toOrderBy(org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) |
Copyright © 2020–2022. All rights reserved.