org.syncope.console.rest
Class AbstractBaseRestClient

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractBaseRestClient()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.slf4j.Logger LOG
Logger.


restTemplate

protected org.springframework.web.client.RestTemplate restTemplate

baseURL

protected String baseURL
Constructor Detail

AbstractBaseRestClient

public AbstractBaseRestClient()


Copyright © 2011. All Rights Reserved.