Package org.apache.http.auth
Class AUTH
- java.lang.Object
-
- org.apache.http.auth.AUTH
-
public final class AUTH extends java.lang.Object
Constants and static helpers related to the HTTP authentication.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROXY_AUTH
The proxy authenticate challange header.static java.lang.String
PROXY_AUTH_RESP
The proxy authenticate response header.static java.lang.String
WWW_AUTH
The www authenticate challange header.static java.lang.String
WWW_AUTH_RESP
The www authenticate response header.
-
-
-
Field Detail
-
WWW_AUTH
public static final java.lang.String WWW_AUTH
The www authenticate challange header.- See Also:
- Constant Field Values
-
WWW_AUTH_RESP
public static final java.lang.String WWW_AUTH_RESP
The www authenticate response header.- See Also:
- Constant Field Values
-
PROXY_AUTH
public static final java.lang.String PROXY_AUTH
The proxy authenticate challange header.- See Also:
- Constant Field Values
-
PROXY_AUTH_RESP
public static final java.lang.String PROXY_AUTH_RESP
The proxy authenticate response header.- See Also:
- Constant Field Values
-
-