Package org.apache.http.client.params
Class AuthPolicy
- java.lang.Object
-
- org.apache.http.client.params.AuthPolicy
-
@Deprecated public final class AuthPolicy extends java.lang.ObjectDeprecated.(4.3) useAuthSchemes.Standard authentication schemes supported by HttpClient.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBASICDeprecated.Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)static java.lang.StringDIGESTDeprecated.Digest authentication scheme as defined in RFC2617.static java.lang.StringKERBEROSDeprecated.Kerberos Authentication scheme.static java.lang.StringNTLMDeprecated.The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).static java.lang.StringSPNEGODeprecated.SPNEGO Authentication scheme.
-
-
-
Field Detail
-
NTLM
public static final java.lang.String 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:
- Constant Field Values
-
DIGEST
public static final java.lang.String DIGEST
Deprecated.Digest authentication scheme as defined in RFC2617.- See Also:
- Constant Field Values
-
BASIC
public static final java.lang.String BASIC
Deprecated.Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)- See Also:
- Constant Field Values
-
SPNEGO
public static final java.lang.String SPNEGO
Deprecated.SPNEGO Authentication scheme.- Since:
- 4.1
- See Also:
- Constant Field Values
-
KERBEROS
public static final java.lang.String KERBEROS
Deprecated.Kerberos Authentication scheme.- Since:
- 4.2
- See Also:
- Constant Field Values
-
-