public class DataHubRequestCreator extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
DataHubRequestCreator.BasicAuthorizationInterceptor |
| Constructor and Description |
|---|
DataHubRequestCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected RestTemplate |
addBasicAuthentication(RestTemplate template) |
protected String |
getDataHubPassword() |
protected String |
getDataHubUserName() |
void |
sendRequest(Y2YSyncContext syncContext) |
void |
setRestTemplate(RestTemplate restTemplate) |
void |
setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO) |
public void sendRequest(Y2YSyncContext syncContext)
public void setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)
public void setRestTemplate(RestTemplate restTemplate)
protected RestTemplate addBasicAuthentication(RestTemplate template)
protected String getDataHubUserName()
protected String getDataHubPassword()
Copyright © 2017 SAP SE. All Rights Reserved.