See: Description
| Class | Description |
|---|---|
| WindowsNegotiateScheme |
Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.
|
| WindowsNegotiateSchemeFactory |
AuthSchemeFactory implementation that creates and initializes
WindowsNegotiateScheme using JNA to Negotiate credentials |
| WindowsNTLMSchemeFactory |
AuthSchemeFactory implementation that creates and initializes
WindowsNegotiateScheme using JNA to implement NTLM |
| WinHttpClients |
Factory methods for
org.apache.hc.client5.http.impl.classic.CloseableHttpClient instances configured to use integrated
Windows authentication by default. |
Please note this class is considered experimental and may be discontinued or removed in the future.