Interface AuthenticationClient

All Known Implementing Classes:
AuthClientForIntegration

public interface AuthenticationClient
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, org.apache.hc.client5.http.classic.methods.HttpUriRequest request)
     
  • Method Details

    • configure

      void configure(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, org.apache.hc.client5.http.classic.methods.HttpUriRequest request) throws IOException
      Throws:
      IOException