Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public final class

AUTH

extends Object
java.lang.Object
   ↳ org.apache.http.auth.AUTH

Class Overview

Constants and static helpers related to the HTTP authentication.

Summary

Constants
String PROXY_AUTH The proxy authenticate challange header.
String PROXY_AUTH_RESP The proxy authenticate response header.
String WWW_AUTH The www authenticate challange header.
String WWW_AUTH_RESP The www authenticate response header.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PROXY_AUTH

Added in API level 1

The proxy authenticate challange header.

Constant Value: "Proxy-Authenticate"

public static final String PROXY_AUTH_RESP

Added in API level 1

The proxy authenticate response header.

Constant Value: "Proxy-Authorization"

public static final String WWW_AUTH

Added in API level 1

The www authenticate challange header.

Constant Value: "WWW-Authenticate"

public static final String WWW_AUTH_RESP

Added in API level 1

The www authenticate response header.

Constant Value: "Authorization"