Package de.captaingoldfish.scim.sdk.client.http
-
Interface Summary Interface Description ConfigManipulator author Pascal Knueppel
created at: 09.01.2020 - 10:27
an optional interface that may be used to manipulate the apache http client configuration before the http client is created -
Class Summary Class Description BasicAuth author Pascal Knueppel
created at: 11.12.2019 - 15:51
wrapper class for basic auth detailsBasicAuth.BasicAuthBuilder HttpResponse author Pascal Knueppel
created at: 09.12.2019 - 20:39
represents a response object that will be returned by theScimHttpClientif a response from a server was receivedHttpResponse.HttpResponseBuilder ParameterBuilder author Pascal Knueppel
created at: 09.12.2019 - 22:22
this class is used to add parameters to http requests with theScimHttpClientProxyHelper author: Pascal Knueppel
created at: 09.12.2019 - 12:17
this helper can be used with the apache http-client to create an http client that will use a proxy.ProxyHelper.ProxyHelperBuilder overriding lombok builder classScimHttpClient author: Pascal Knueppel
created at: 09.12.2019 - 12:26
will provide a service for creating pre-configured apacheCloseableHttpClients
the configuration added to the created clients are the following proxy authentication for a configured proxy (seeProxyHelper) a pre-configuredSSLContext.SSLContextHelper author: Pascal Knueppel
created at: 09.12.2019 - 12:26
a builder for creatingSSLContexts with help ofKeyStoreWrapper