Class SstGoodDataRestProvider

java.lang.Object
com.gooddata.sdk.service.httpcomponents.SingleEndpointGoodDataRestProvider
com.gooddata.sdk.service.httpcomponents.SstGoodDataRestProvider
All Implemented Interfaces:
GoodDataRestProvider

public final class SstGoodDataRestProvider
extends SingleEndpointGoodDataRestProvider
The GoodDataRestProvider, which provides configured single endpoint REST connection using standard pre created SST to authenticate.
  • Constructor Details

  • Method Details

    • createHttpClient

      public static org.apache.http.client.HttpClient createHttpClient​(org.apache.http.impl.client.HttpClientBuilder builder, GoodDataEndpoint endpoint, java.lang.String sst)
      Creates http client using given builder and endpoint, authenticating by sst.
      Parameters:
      builder - builder to build client from
      endpoint - API endpoint to connect client to
      sst - token used for authentication
      Returns:
      configured http client