Class 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 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: Authentication
        Authenticate user
        Specified by:
        createHttpClient in interface Authentication
        Parameters:
        endpoint - GoodData Platform's endpoint
        builder - http client builder
        Returns:
        Http client with provided authentication means