HomeSort by relevance Sort by last modified time
    Searched full:authorization (Results 151 - 175 of 389) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 110 request.toLowerCase().indexOf("proxy-authorization:") > 0;
297 assertTrue("Connection did not send proxy authorization request",
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 97 #define LOG_AUTH (4<<3) /* security/authorization messages */
103 #define LOG_AUTHPRIV (10<<3) /* security/authorization messages (private) */
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 63 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
195 * Generates the Authorization header based on the oauth parameters.
198 * @return {String} An Authorization header containing the oauth_* params.
240 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
428 * Starts an OAuth authorization flow for the current page. If a token exists,
502 * secret for later use and sends the authorization url to the supplied
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 63 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
195 * Generates the Authorization header based on the oauth parameters.
198 * @return {String} An Authorization header containing the oauth_* params.
240 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
428 * Starts an OAuth authorization flow for the current page. If a token exists,
502 * secret for later use and sends the authorization url to the supplied
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 63 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
195 * Generates the Authorization header based on the oauth parameters.
198 * @return {String} An Authorization header containing the oauth_* params.
240 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
428 * Starts an OAuth authorization flow for the current page. If a token exists,
502 * secret for later use and sends the authorization url to the supplied
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 631 connection.addRequestProperty("Proxy-Authorization", "bar");
639 assertContains(connect.getHeaders(), "Proxy-Authorization: bar");
671 assertContainsNoneMatching(connect1.getHeaders(), "Proxy\\-Authorization.*");
675 assertContains(connect2.getHeaders(), "Proxy-Authorization: Basic " + BASE_64_CREDENTIALS);
679 assertContainsNoneMatching(get.getHeaders(), "Proxy\\-Authorization.*");
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 235 if (lline.startsWith("authorization:")) {
339 // that includes authorization credentials
345 // the request with an authorization header added
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 35 * Authorization header - removed quoting of string according to
122 if (((this instanceof Authorization) || (this instanceof ProxyAuthorization))
124 // NOP, QOP not quoted in authorization headers
SIPHeaderList.java 163 || this.headerName.equals(SIPHeaderNames.AUTHORIZATION)
492 * Authorization, Proxy-Authenticate and Proxy-Authorization and hence this
SIPHeaderNames.java 65 public static final String AUTHORIZATION = AuthorizationHeader.NAME; //19
  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 484 * retried if the proxy requires authorization.
559 // Copy over the Proxy-Authorization header if it exists.
562 result.set("Proxy-Authorization", proxyAuthorization);
  /external/bluetooth/bluez/plugins/
pnat.c 320 error("DUN client disconnected while waiting for authorization");
352 error("Requesting DUN authorization failed");
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 258 var headers = {'Authorization': 'GoogleLogin auth=' + this.authToken_};
278 headers['Authorization'] = 'GoogleLogin auth=' + this.authToken_;
  /external/chromium/chrome/common/extensions/docs/static/
tut_oauth.html 155 By default, the <code>sendSignedRequest()</code> function sends the <code>oauth_*</code> parameters in the URL (by calling <code>oauth.signURL()</code>). If you prefer to send the <code>oauth_*</code> parameters in the <code>Authorization</code> header (or need direct access to the generated header), use <code>getAuthorizationHeader()</code>. Its arguments are a URI, an HTTP method, and an optional object of URL query parameters as key/value pairs.
181 xhr.setRequestHeader('Authorization', oauth.getAuthorizationHeader(url, method, params));
  /external/esd/include/
esd.h 16 /* length of the authorization key, octets */
132 /* send the authorization cookie, create one if needed */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 16 /* length of the authorization key, octets */
132 /* send the authorization cookie, create one if needed */
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 43 * authentication scheme implementation for a given type of authorization challenge.
  /external/mesa3d/docs/
license.html 15 machine, it is being used with authorization from <a
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 95 headerListTable.put(Authorization.class, AuthorizationList.class);
  /external/openssl/crypto/krb5/
krb5_asn.c 156 (KRB5_AUTHENTBODY, authorization, KRB5_AUTHDATA, 8),
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
extutil.h 24 in this Software without prior written authorization from The Open Group.
xf86vmode.h 27 or other dealings in this Software without prior written authorization
  /external/qemu/proxy/
proxy_http.c 146 p += snprintf(p, end-p, "Proxy-authorization: Basic %.*s\r\n", wlen, encoded);
  /frameworks/base/tests/CoreTests/android/core/
HttpConstants.java 83 "authorization",
  /libcore/luni/src/main/java/java/sql/
SQLInvalidAuthorizationSpecException.java 22 * the authorization credentials presented during connection establishment are

Completed in 767 milliseconds

1 2 3 4 5 67 8 91011>>