HomeSort by relevance Sort by last modified time
    Searched refs:authHeader (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 224 WWWAuthenticateHeader authHeader = null;
227 authHeader = (WWWAuthenticateHeader) authHeaders.next();
228 String realm = authHeader.getRealm();
239 reoriginatedRequest.getRawContent()), authHeader, credHash);
253 reoriginatedRequest.getRawContent()), authHeader, userCreds);
288 * @param authHeader the challenge that we should respond to
291 * @return an authorisation header in response to authHeader.
296 WWWAuthenticateHeader authHeader, UserCredentials userCredentials) {
299 // JvB: authHeader.getQop() is a quoted _list_ of qop values
301 String qopList = authHeader.getQop()
    [all...]
CredentialsCache.java 74 AuthorizationHeader authHeader = (AuthorizationHeader) li.next();
75 if ( realm.equals(authHeader.getRealm()) ) {
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 157 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
424 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader);
799 if (ctxt->authHeader != NULL)
800 xmlFree(ctxt->authHeader);
801 ctxt->authHeader = xmlMemStrdup(cur);
805 if (ctxt->authHeader != NULL)
806 xmlFree(ctxt->authHeader);
807 ctxt->authHeader = xmlMemStrdup(cur);
    [all...]
  /external/libxml2/
nanohttp.c 152 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
429 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader);
804 if (ctxt->authHeader != NULL)
805 xmlFree(ctxt->authHeader);
806 ctxt->authHeader = xmlMemStrdup(cur);
810 if (ctxt->authHeader != NULL)
811 xmlFree(ctxt->authHeader);
812 ctxt->authHeader = xmlMemStrdup(cur);
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java     [all...]

Completed in 79 milliseconds