org.apache.http.impl.auth.win
Class WindowsNTLMSchemeFactory
java.lang.Object
org.apache.http.impl.auth.win.WindowsNTLMSchemeFactory
- All Implemented Interfaces:
- AuthSchemeProvider
@Contract(threading=IMMUTABLE)
public class WindowsNTLMSchemeFactory
- extends Object
- implements AuthSchemeProvider
AuthSchemeProvider implementation that creates and initializes
WindowsNegotiateScheme using JNA to implement NTLM
EXPERIMENTAL
- Since:
- 4.4
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsNTLMSchemeFactory
public WindowsNTLMSchemeFactory(String servicePrincipalName)
create
public AuthScheme create(org.apache.http.protocol.HttpContext context)
- Specified by:
create in interface AuthSchemeProvider
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.