Home
last modified time | relevance | path

Searched refs:WWW_AUTH (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
DAUTH.java51 public static final String WWW_AUTH = "WWW-Authenticate"; field in AUTH
/external/apache-http/src/org/apache/http/impl/client/
DDefaultTargetAuthenticationHandler.java73 Header[] headers = response.getHeaders(AUTH.WWW_AUTH); in getChallenges()
/external/apache-http/src/org/apache/http/impl/auth/
DAuthSchemeBase.java81 if (authheader.equalsIgnoreCase(AUTH.WWW_AUTH)) { in processChallenge()
/external/apache-http/api/
Dapache-http-legacy-current.txt1249 field public static final java.lang.String WWW_AUTH = "WWW-Authenticate";