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

java.lang.Object
  extended by org.apache.http.impl.auth.win.WindowsNegotiateSchemeFactory
All Implemented Interfaces:
AuthSchemeProvider

@Contract(threading=IMMUTABLE)
public class WindowsNegotiateSchemeFactory
extends Object
implements AuthSchemeProvider

AuthSchemeProvider implementation that creates and initializes WindowsNegotiateScheme using JNA to Negotiate credentials

EXPERIMENTAL

Since:
4.4

Constructor Summary
WindowsNegotiateSchemeFactory(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

WindowsNegotiateSchemeFactory

public WindowsNegotiateSchemeFactory(String servicePrincipalName)
Method Detail

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.