Package com.gooddata.authentication
Class SstAuthentication
- java.lang.Object
-
- com.gooddata.authentication.SstAuthentication
-
- All Implemented Interfaces:
Authentication
public class SstAuthentication extends Object implements Authentication
SST authentication, see https://developer.gooddata.com/article/gooddata-token-types#Authentication
-
-
Constructor Summary
Constructors Constructor Description SstAuthentication(String sst)Create SST authentication
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.client.HttpClientcreateHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder builder)Authenticate user
-
-
-
Constructor Detail
-
SstAuthentication
public SstAuthentication(String sst)
Create SST authentication- Parameters:
sst- sst
-
-
Method Detail
-
createHttpClient
public org.apache.http.client.HttpClient createHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder builder)
Description copied from interface:AuthenticationAuthenticate user- Specified by:
createHttpClientin interfaceAuthentication- Parameters:
endpoint- GoodData Platform's endpointbuilder- http client builder- Returns:
- Http client with provided authentication means
-
-