public final class StandardAuthScheme extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASIC
Basic authentication scheme as defined in RFC 2617 (considered inherently
insecure without transport encryption, but most widely supported).
|
static String |
DIGEST
Digest authentication scheme as defined in RFC 2617.
|
static String |
KERBEROS
Kerberos authentication scheme as defined in RFC 4120
(considered to be the most secure among currently supported
authentication schemes).
|
static String |
NTLM
The NTLM authentication scheme is a proprietary Microsoft Windows
authentication protocol as defined in [MS-NLMP].
|
static String |
SPNEGO
SPNEGO authentication scheme as defined in RFC 4559 and RFC 4178
(considered to be the most secure among currently supported
authentication schemes if Kerberos is selected).
|
public static final String BASIC
public static final String DIGEST
public static final String KERBEROS
public static final String NTLM
public static final String SPNEGO