Package org.apache.http.client.params
Class AuthPolicy
java.lang.Object
org.apache.http.client.params.AuthPolicy
public final class AuthPolicy extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringBASICBasic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)static StringDIGESTDigest authentication scheme as defined in RFC2617.static StringNTLMThe NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes). -
Method Summary
-
Field Details
-
NTLM
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).- See Also:
- Constant Field Values
-
DIGEST
Digest authentication scheme as defined in RFC2617.- See Also:
- Constant Field Values
-
BASIC
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)- See Also:
- Constant Field Values
-