|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.client.config.AuthSchemes
@Immutable public final class AuthSchemes
Standard authentication schemes supported by HttpClient.
| Field Summary | |
|---|---|
static java.lang.String |
BASIC
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported) |
static java.lang.String |
DIGEST
Digest authentication scheme as defined in RFC2617. |
static java.lang.String |
KERBEROS
Kerberos Authentication scheme. |
static java.lang.String |
NTLM
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
SPNEGO Authentication scheme. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||