Class AbstractIdpClient

java.lang.Object
org.projecthusky.xua.communication.clients.impl.AbstractIdpClient
All Implemented Interfaces:
IdpClient
Direct Known Subclasses:
AbstractHttpFormIdpClient, IdpSoapBindingClientByBasicAuth

public abstract class AbstractIdpClient extends Object implements IdpClient
Abstract class implementing common methods for the concrete IdpClient implementations.
Abstrakte Klasse die die gemeinsamen Methoden für die konkreten IdpClient Implementationen implementiert.
  • Constructor Details

    • AbstractIdpClient

      public AbstractIdpClient()
  • Method Details

    • getHttpClient

      public abstract org.apache.http.impl.client.CloseableHttpClient getHttpClient() throws ClientSendException
      Method to get http client
      Returns:
      closeable http client
      Throws:
      ClientSendException - will be thrown if an error occures.
    • getRequestConfig

      public abstract org.apache.http.client.config.RequestConfig getRequestConfig()
      Method to get request config
      Returns:
      request config