@Contract(threading=STATELESS) @Experimental public class WindowsNegotiateSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory
implementation that creates and initializes
WindowsNegotiateScheme
using JNA to Negotiate credentialsModifier and Type | Field and Description |
---|---|
static WindowsNegotiateSchemeFactory |
DEFAULT
Singleton instance with a null name.
|
Constructor and Description |
---|
WindowsNegotiateSchemeFactory(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 WindowsNegotiateSchemeFactory DEFAULT
public WindowsNegotiateSchemeFactory(String servicePrincipalName)
public AuthScheme create(org.apache.hc.core5.http.protocol.HttpContext context)
AuthSchemeFactory
AuthScheme
.create
in interface AuthSchemeFactory
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.