Interface AuthStrategy

All Known Implementing Classes:
BasicAuthStrategy, OAuth2AuthStrategy

public interface AuthStrategy
Auth specific logic for the rest executor
Since:
7.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.HttpResponse
    executeRequest(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.impl.client.CloseableHttpClient client, org.apache.http.HttpHost httpHost)
     
  • Method Details

    • executeRequest

      org.apache.http.HttpResponse executeRequest(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.impl.client.CloseableHttpClient client, org.apache.http.HttpHost httpHost) throws IOException
      Throws:
      IOException