@Contract(threading=STATELESS) @Experimental public class WindowsNTLMSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory implementation that creates and initializes
 WindowsNegotiateScheme using JNA to implement NTLM| Modifier and Type | Field and Description | 
|---|---|
| static WindowsNTLMSchemeFactory | DEFAULTSingleton instance with a null name. | 
| Constructor and Description | 
|---|
| WindowsNTLMSchemeFactory(String servicePrincipalName) | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext context)Creates an instance of  AuthScheme. | 
public static final WindowsNTLMSchemeFactory DEFAULT
public WindowsNTLMSchemeFactory(String servicePrincipalName)
public AuthScheme create(org.apache.hc.core5.http.protocol.HttpContext context)
AuthSchemeFactoryAuthScheme.create in interface AuthSchemeFactoryCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.