public class WindowsNegotiateSchemeFactory
extends java.lang.Object
AuthSchemeFactory implementation that creates and initializes
WindowsNegotiateScheme using JNA to Negotiate credentials| Modifier and Type | Field and Description |
|---|---|
static WindowsNegotiateSchemeFactory |
DEFAULT
Singleton instance with a null name.
|
| Constructor and Description |
|---|
WindowsNegotiateSchemeFactory(java.lang.String servicePrincipalName) |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
create(HttpContext context) |
public static final WindowsNegotiateSchemeFactory DEFAULT