| Package | Description |
|---|---|
| com.gooddata | |
| com.gooddata.authentication | |
| com.gooddata.export |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.HttpClient |
Authentication.createHttpClient(GoodDataEndpoint endpoint,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
Authenticate user
|
| Constructor and Description |
|---|
GoodData(GoodDataEndpoint endpoint,
Authentication authentication)
Create instance configured to communicate with GoodData Platform running on given endpoint and using
given http client factory.
|
GoodData(GoodDataEndpoint endpoint,
Authentication authentication,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given endpoint and using
given http client factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.HttpClient |
SstAuthentication.createHttpClient(GoodDataEndpoint endpoint,
org.apache.http.impl.client.HttpClientBuilder builder) |
org.apache.http.client.HttpClient |
LoginPasswordAuthentication.createHttpClient(GoodDataEndpoint endpoint,
org.apache.http.impl.client.HttpClientBuilder builder) |
| Constructor and Description |
|---|
ExportService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataEndpoint endpoint)
Deprecated.
use ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) constructor instead
|
ExportService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataEndpoint endpoint,
GoodDataSettings settings)
Service for data export
|
Copyright © 2019. All rights reserved.