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