Searched refs:WWW_AUTH (Results 1 – 3 of 3) sorted by relevance
46 public static final String WWW_AUTH = "WWW-Authenticate"; field in AUTH
68 Header[] headers = response.getHeaders(AUTH.WWW_AUTH); in getChallenges()
76 if (authheader.equalsIgnoreCase(AUTH.WWW_AUTH)) { in processChallenge()