| 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 | Description |
|---|---|
| BasicAuth |
author Pascal Knueppel
created at: 11.12.2019 - 15:51 wrapper class for basic auth details |
| HttpResponse |
author Pascal Knueppel
created at: 09.12.2019 - 20:39 represents a response object that will be returned by the ScimHttpClient if a response from a
server was received |
| ParameterBuilder |
author Pascal Knueppel
created at: 09.12.2019 - 22:22 this class is used to add parameters to http requests with the ScimHttpClient |
| ProxyHelper |
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 class
|
| ScimHttpClient |
author: Pascal Knueppel
created at: 09.12.2019 - 12:26 will provide a service for creating pre-configured apache CloseableHttpClientsthe configuration added to the created clients are the following proxy authentication for a configured proxy (see ProxyHelper)
a pre-configured SSLContext. |
| SSLContextHelper |
author: Pascal Knueppel
created at: 09.12.2019 - 12:26 a builder for creating SSLContexts with help of KeyStoreWrapper |
Copyright © 2020. All rights reserved.