| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.client.config.AuthSchemes
public final class AuthSchemes
Standard authentication schemes supported by HttpClient.
| Field Summary | |
|---|---|
| static String | BASICBasic authentication scheme as defined in RFC 2617 (considered inherently insecure, but most widely supported). | 
| static String | CREDSSPCredSSP authentication scheme defined in [MS-CSSP]. | 
| static String | DIGESTDigest authentication scheme as defined in RFC 2617. | 
| static String | KERBEROSKerberos authentication scheme as defined in RFC 4120 (considered to be the most secure among currently supported authentication schemes). | 
| static String | NTLMThe NTLM authentication scheme is a proprietary Microsoft Windows authentication protocol as defined in [MS-NLMP]. | 
| static String | SPNEGOSPNEGO 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). | 
| 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 String BASIC
public static final String DIGEST
public static final String NTLM
public static final String SPNEGO
public static final String KERBEROS
public static final String CREDSSP
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||