See: Description
| Class | Description | 
|---|---|
| CurrentWindowsCredentials | Returns the current Windows user credentials | 
| WindowsCredentialsProvider | CredentialsProviderimplementation that always returnsCurrentWindowsCredentialsinstance to NTLM
 and SPNego authentication challenges. | 
| WindowsNegotiateScheme | Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms. | 
| WindowsNegotiateSchemeFactory | AuthSchemeProviderimplementation that creates and initializesWindowsNegotiateSchemeusing JNA to Negotiate credentials | 
| WindowsNTLMSchemeFactory | AuthSchemeProviderimplementation that creates and initializesWindowsNegotiateSchemeusing JNA to implement NTLM | 
Please note this class is considered experimental and may be discontinued or removed in the future.
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.