java.lang.Object | ||
org.apache.http.client.params.AuthPolicy |
Value | ||||
---|---|---|---|---|
String | BASIC | Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported) | "Basic" | |
String | DIGEST | Digest authentication scheme as defined in RFC2617. | "Digest" | |
String | NTLM | The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes). | "NTLM" |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |