@Immutable public final class AuthSchemes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASIC
Basic authentication scheme as defined in RFC 2617 (considered inherently
insecure, but most widely supported).
|
static java.lang.String |
DIGEST
Digest authentication scheme as defined in RFC 2617.
|
static java.lang.String |
KERBEROS
Kerberos authentication scheme as defined in RFC 4120
(considered to be the most secure among currently supported
authentication schemes).
|
static java.lang.String |
NTLM
The NTLM authentication scheme is a proprietary Microsoft Windows
authentication protocol as defined in [MS-NLMP].
|
static java.lang.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 java.lang.String BASIC
public static final java.lang.String DIGEST
public static final java.lang.String NTLM
public static final java.lang.String SPNEGO
public static final java.lang.String KERBEROS