Package org.apache.http.impl.auth.win

Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.

See:
          Description

Class Summary
CurrentWindowsCredentials Returns the current Windows user credentials
WindowsCredentialsProvider CredentialsProvider implementation that always returns CurrentWindowsCredentials instance to NTLM and SPNego authentication challenges.
WindowsNegotiateScheme Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.
WindowsNegotiateSchemeFactory AuthSchemeProvider implementation that creates and initializes WindowsNegotiateScheme using JNA to Negotiate credentials
WindowsNTLMSchemeFactory AuthSchemeProvider implementation that creates and initializes WindowsNegotiateScheme using JNA to implement NTLM
 

Package org.apache.http.impl.auth.win Description

Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.

Please note this class is considered experimental and may be discontinued or removed in the future.



Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.