| java.lang.Object | |
| ↳ | org.apache.http.client.params.AuthPolicy | 
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | BASIC | Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported) | |||||||||
| String | DIGEST | Digest authentication scheme as defined in RFC2617. | |||||||||
| String | NTLM | The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes). | |||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
Digest authentication scheme as defined in RFC2617.
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).