| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.client.params.AuthPolicy
AuthSchemes.
@Deprecated public final class AuthPolicy
Standard authentication schemes supported by HttpClient.
| Field Summary | |
|---|---|
| static String | BASICDeprecated. Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported) | 
| static String | DIGESTDeprecated. Digest authentication scheme as defined in RFC2617. | 
| static String | KERBEROSDeprecated. Kerberos Authentication scheme. | 
| static String | NTLMDeprecated. The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes). | 
| static String | SPNEGODeprecated. 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 String NTLM
public static final String DIGEST
public static final String BASIC
public static final String SPNEGO
public static final String KERBEROS
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||