org.apache.http.impl.auth.win
Class WindowsNTLMSchemeFactory

java.lang.Object
  extended by 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

Constructor Summary
WindowsNTLMSchemeFactory(String servicePrincipalName)
           
 
Method Summary
 AuthScheme create(org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsNTLMSchemeFactory

public WindowsNTLMSchemeFactory(String servicePrincipalName)
Method Detail

create

public AuthScheme create(org.apache.http.protocol.HttpContext context)
Specified by:
create in interface AuthSchemeProvider


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