/libcore/luni/src/main/java/java/net/ |
Authenticator.java | 60 * Returns the collected username and password for authorization. The 73 * Returns the port of the connection that requests authorization. 82 * Returns the address of the connection that requests authorization or 93 * authorization. 102 * Returns the protocol of the connection that requests authorization. 111 * Returns the scheme of the connection that requests authorization, for 159 * the realm that the URL is pointing to requires authorization.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PMediaAuthorizationParser.java | 47 * P-Media-Authorization header parser. 128 "P-Media-Authorization: 0123456789 \n", 129 "P-Media-Authorization: 0123456789, ABCDEF\n"
|
/external/apache-http/src/org/apache/http/auth/ |
AUTH.java | 51 public static final String WWW_AUTH_RESP = "Authorization"; 61 public static final String PROXY_AUTH_RESP = "Proxy-Authorization";
|
/external/chromium/net/http/ |
http_auth_handler_digest.cc | 352 std::string authorization = (std::string("Digest username=") + local 354 authorization += ", realm=" + HttpUtil::Quote(realm_); 355 authorization += ", nonce=" + HttpUtil::Quote(nonce_); 356 authorization += ", uri=" + HttpUtil::Quote(path); 359 authorization += ", algorithm=" + AlgorithmToString(algorithm_); 365 authorization += ", response=\"" + response + "\""; 368 authorization += ", opaque=" + HttpUtil::Quote(opaque_); 372 authorization += ", qop=" + QopToString(qop_); 373 authorization += ", nc=" + nc; 374 authorization += ", cnonce=" + HttpUtil::Quote(cnonce) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
client_login_response_handler.h | 22 // reformatted into a request for an time-limited authorization token, which
|
issue_response_handler.h | 23 // of authorization cookies for Google services being left in the cookie jar
|
/external/embunit/ |
NOTICE | 24 authorization of the copyright holder.
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xext.h | 22 in this Software without prior written authorization from The Open Group.
|
/external/webkit/Source/JavaScriptCore/icu/ |
LICENSE | 25 without prior written authorization of the copyright holder.
|
/external/webkit/Source/JavaScriptGlue/icu/ |
LICENSE | 25 without prior written authorization of the copyright holder.
|
/external/webkit/Source/WebCore/icu/ |
LICENSE | 25 without prior written authorization of the copyright holder.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 24 other dealings in this Software without prior written authorization 46 /* authorization attribute masks */ 106 XSecurityAuthorization auth_id; /* revoked authorization id */ 119 /* this is what we store for an authorization */
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthMessage.java | 356 * Parse the parameters from an OAuth Authorization or WWW-Authenticate 360 public static List<OAuth.Parameter> decodeAuthorization(String authorization) { 362 if (authorization != null) { 363 Matcher m = AUTHORIZATION.matcher(authorization); 387 private static final Pattern AUTHORIZATION = Pattern.compile("\\s*(\\w*)\\s+(.*)");
|
/external/chromium/base/third_party/icu/ |
LICENSE | 31 or other dealings in this Software without prior written authorization
|
/external/embunit/inc/ |
RepeatedTest.h | 31 * authorization of the copyright holder.
|
TestCase.h | 31 * authorization of the copyright holder.
|
TestRunner.h | 31 * authorization of the copyright holder.
|
TestSuite.h | 31 * authorization of the copyright holder.
|
config.h | 31 * authorization of the copyright holder.
|
embUnit.h | 31 * authorization of the copyright holder.
|
stdImpl.h | 31 * authorization of the copyright holder.
|
/external/embunit/src/ |
RepeatedTest.c | 31 * authorization of the copyright holder.
|
/external/icu4c/ |
license.html | 43 this Software without prior written authorization of the copyright holder.
|
/external/libxml2/ |
NOTICE | 26 ings in this Software without prior written authorization from him.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PMediaAuthorizationList.java | 36 * List of P-Media-Authorization headers.
|