Package org.apache.http.client.params
Class AuthPolicy
java.lang.Object
org.apache.http.client.params.AuthPolicy
Deprecated.
Standard authentication schemes supported by HttpClient.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)static final String
Deprecated.Digest authentication scheme as defined in RFC2617.static final String
Deprecated.Kerberos Authentication scheme.static final String
Deprecated.The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).static final String
Deprecated.SPNEGO Authentication scheme. -
Method Summary
-
Field Details
-
NTLM
Deprecated.The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).- See Also:
-
DIGEST
Deprecated.Digest authentication scheme as defined in RFC2617.- See Also:
-
BASIC
Deprecated.Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)- See Also:
-
SPNEGO
Deprecated.SPNEGO Authentication scheme.- Since:
- 4.1
- See Also:
-
KERBEROS
Deprecated.Kerberos Authentication scheme.- Since:
- 4.2
- See Also:
-
AuthSchemes
.