org.syncope.console.rest
Class AbstractBaseRestClient
java.lang.Object
org.syncope.console.rest.AbstractBaseRestClient
- Direct Known Subclasses:
- ConfigurationRestClient, ConnectorRestClient, EntitlementRestClient, ResourceRestClient, RoleRestClient, SchemaRestClient, TaskRestClient, UserRestClient
public abstract class AbstractBaseRestClient
- extends Object
|
Field Summary |
protected String |
baseURL
|
protected static org.slf4j.Logger |
LOG
Logger. |
protected org.springframework.web.client.RestTemplate |
restTemplate
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final org.slf4j.Logger LOG
- Logger.
restTemplate
protected org.springframework.web.client.RestTemplate restTemplate
baseURL
protected String baseURL
AbstractBaseRestClient
public AbstractBaseRestClient()
Copyright © 2011. All Rights Reserved.