HomeSort by relevance Sort by last modified time
    Searched refs:authHeader (Results 1 - 12 of 12) 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/libxml2/
nanohttp.c 145 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
436 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader);
811 if (ctxt->authHeader != NULL)
812 xmlFree(ctxt->authHeader);
813 ctxt->authHeader = xmlMemStrdup(cur);
817 if (ctxt->authHeader != NULL)
818 xmlFree(ctxt->authHeader);
819 ctxt->authHeader = xmlMemStrdup(cur);
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 880 milliseconds