Package com.gooddata
Interface Authentication
-
- All Known Implementing Classes:
LoginPasswordAuthentication,SstAuthentication
public interface AuthenticationUser authentication strategy. See https://developer.gooddata.com/api#/reference/authentication/log-in
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.client.HttpClientcreateHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)Authenticate user
-
-
-
Method Detail
-
createHttpClient
org.apache.http.client.HttpClient createHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
Authenticate user- Parameters:
endpoint- GoodData Platform's endpointhttpClientBuilder- http client builder- Returns:
- Http client with provided authentication means
-
-