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 StringDeprecated.Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)static final StringDeprecated.Digest authentication scheme as defined in RFC2617.static final StringDeprecated.Kerberos Authentication scheme.static final StringDeprecated.The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).static final StringDeprecated.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.