Interface ClientAuthenticationStrategy

    • Method Detail

      • configureHttpClient

        void configureHttpClient​(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
        Configure the Apache HTTP client if necessary.
      • login

        <T> T login​(org.apache.http.impl.client.CloseableHttpClient httpClient,
                    ClientAuthenticationStrategy.PostLoginAction<T> andThen)
        Login to the EDG server if necessary and then perform some action, usually executing an API request.