Class AbstractIdpClient
java.lang.Object
org.projecthusky.xua.communication.clients.impl.AbstractIdpClient
- All Implemented Interfaces:
IdpClient
- Direct Known Subclasses:
AbstractHttpFormIdpClient
,IdpSoapBindingClientByBasicAuth
Abstract class implementing common methods for the concrete IdpClient implementations.
Abstrakte Klasse die die gemeinsamen Methoden für die konkreten IdpClient Implementationen implementiert.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.http.impl.client.CloseableHttpClient
Method to get http clientabstract org.apache.http.client.config.RequestConfig
Method to get request config
-
Constructor Details
-
AbstractIdpClient
public AbstractIdpClient()
-
-
Method Details
-
getHttpClient
public abstract org.apache.http.impl.client.CloseableHttpClient getHttpClient() throws ClientSendExceptionMethod 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
-