AuthSchemes
.@Deprecated @Immutable public final class AuthPolicy extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASIC
Deprecated.
Basic authentication scheme as defined in RFC2617 (considered inherently
insecure, but most widely supported)
|
static java.lang.String |
DIGEST
Deprecated.
Digest authentication scheme as defined in RFC2617.
|
static java.lang.String |
KERBEROS
Deprecated.
Kerberos Authentication scheme.
|
static java.lang.String |
NTLM
Deprecated.
The NTLM scheme is a proprietary Microsoft Windows Authentication
protocol (considered to be the most secure among currently supported
authentication schemes).
|
static java.lang.String |
SPNEGO
Deprecated.
SPNEGO Authentication scheme.
|
public static final java.lang.String NTLM
public static final java.lang.String DIGEST
public static final java.lang.String BASIC
public static final java.lang.String SPNEGO
public static final java.lang.String KERBEROS