Searched refs:realm (Results 51 - 75 of 152) sorted by relevance

1234567

/external/chromium_org/v8/test/mjsunit/es6/
H A Dsymbols.js484 var realm = Realm.create()
485 assertFalse(Symbol === Realm.eval(realm, "Symbol"))
486 assertFalse(Symbol.for === Realm.eval(realm, "Symbol.for"))
487 assertFalse(Symbol.keyFor === Realm.eval(realm, "Symbol.keyFor"))
488 assertSame(Symbol.create, Realm.eval(realm, "Symbol.create"))
489 assertSame(Symbol.iterator, Realm.eval(realm, "Symbol.iterator"))
491 assertSame(symbol1, Realm.eval(realm, "Symbol.for")("x1"))
492 assertSame(symbol1, Realm.eval(realm, "Symbol.for('x1')"))
493 assertSame("x1", Realm.eval(realm, "Symbol.keyFor")(symbol1))
495 assertSame("x1", Realm.eval(realm, "Symbo
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClientCallbackHelper.java54 LoginRequestInfo(String realm, String account, String args) { argument
55 mRealm = realm;
172 public void postOnReceivedLoginRequest(String realm, String account, String args) { argument
173 LoginRequestInfo info = new LoginRequestInfo(realm, account, args);
H A DAwContentsIoThreadClient.java40 public abstract void newLoginRequest(String realm, String account, String args); argument
H A DAwContentsClient.java123 String host, String realm);
133 public abstract void onReceivedLoginRequest(String realm, String account, String args); argument
122 onReceivedHttpAuthRequest(AwHttpAuthHandler handler, String host, String realm) argument
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DTestAwContentsClient.java242 public void notifyCalled(String realm, String account, String args) { argument
243 mRealm = realm;
251 public void onReceivedLoginRequest(String realm, String account, String args) { argument
252 getOnReceivedLoginRequestHelper().notifyCalled(realm, account, args);
/external/chromium_org/android_webview/native/
H A Daw_contents_io_thread_client_impl.h62 virtual void NewLoginRequest(const std::string& realm,
H A Daw_http_auth_handler.cc25 realm_(auth_info->realm) {
/external/chromium_org/net/base/
H A Dauth.h37 // The realm of the challenge. May be empty. The encoding is UTF-8.
38 std::string realm; member in class:net::AuthChallengeInfo
/external/chromium_org/net/http/
H A Dhttp_auth_handler.h84 // The realm, encoded as UTF-8. This may be empty.
85 const std::string& realm() const { function in class:net::HttpAuthHandler
168 // The realm, encoded as UTF-8. Used by "basic" and "digest".
H A Dhttp_auth_handler_factory_unittest.cc111 "Basic realm=\"FooBar\"",
119 EXPECT_STREQ("FooBar", handler->realm().c_str());
127 "UNSUPPORTED realm=\"FooBar\"",
138 "Digest realm=\"FooBar\", nonce=\"xyz\"",
146 EXPECT_STREQ("FooBar", handler->realm().c_str());
162 EXPECT_STREQ("", handler->realm().c_str());
179 EXPECT_STREQ("", handler->realm().c_str());
H A Dhttp_auth_controller.cc284 handler_->realm(),
296 // If the server changes the authentication realm in a
298 // previous realm. If the server rejects a preemptive
300 // realm, we keep the cached credentials.
399 // to know about it. If an entry for (origin, handler->realm()) already
416 http_auth_cache_->Add(auth_origin_, handler_->realm(),
451 http_auth_cache_->Remove(auth_origin_, handler_->realm(),
477 // Check the auth cache for a realm entry.
479 http_auth_cache_->Lookup(auth_origin_, handler_->realm(),
514 auth_info_->realm
[all...]
H A Dhttp_auth_handler_digest.cc40 // | ?, md5 | user:realm:password |
42 // | md5-sess | MD5(user:realm:password):nonce:cnonce |
115 // there is a rejection the realm hasn't changed.
121 // Try to find the "stale" value, and also keep track of the realm
128 } else if (LowerCaseEqualsASCII(parameters.name(), "realm")) {
173 // [realm="<realm-value>"]
182 // Note that according to RFC 2617 (section 1.2) the realm is required.
187 // send the realm (See http://crbug.com/20984 for an instance where a
188 // webserver was not sending the realm wit
229 std::string realm; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.h59 // Gets HA1 for the specified user and realm.
60 // HA1 = MD5(A1) = MD5(username:realm:password).
61 // Return true if the given username and realm are valid, or false if not.
62 virtual bool GetKey(const std::string& username, const std::string& realm,
83 // Gets/sets the realm value to use for the server.
84 const std::string& realm() const { return realm_; } function in class:cricket::TurnServer
85 void set_realm(const std::string& realm) { realm_ = realm; } argument
H A Dturnport.h177 void set_realm(const std::string& realm) { argument
178 if (realm != realm_) {
179 realm_ = realm;
232 std::string hash_; // Digest of username:realm:password
/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data_unittest.cc60 // The preferred realm should be empty since it's the same as the realm of
154 // The preferred realm should match the original signon realm from the
159 // The realm of the exact match should be empty.
162 EXPECT_EQ(iter->second.realm, "");
164 // The realm of the public suffix match should be set to the original signon
165 // realm so the user can see where the result came from.
167 EXPECT_EQ(iter->second.realm, public_suffix_match.original_signon_realm);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAutoLoginAccountDelegate.java31 String realm, String account, String accountArgs) {
30 AutoLoginAccountDelegate(Activity activity, AutoLoginProcessor autoLoginProcessor, String realm, String account, String accountArgs) argument
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.h65 jstring realm);
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc44 virtual bool GetKey(const std::string& username, const std::string& realm, argument
47 // Generate HA1 via "echo -n "<username>:<realm>:<password>" | md5sum"
63 std::cerr << "usage: turnserver int-addr ext-ip realm auth-file"
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h107 ** realm[1] Realm,
115 ASN1_GENERALSTRING *realm; member in struct:krb5_tktbody_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h107 ** realm[1] Realm,
115 ASN1_GENERALSTRING *realm; member in struct:krb5_tktbody_st
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java184 * Sets the Realm of the WWWAuthenicateHeader to the <var>realm</var>
186 * that a realm string contain a hostname or domain name. Realm strings
190 * @param realm
194 * while parsing the realm.
196 public void setRealm(String realm) throws ParseException { argument
197 if (realm == null)
200 + " AuthenticationHeader, setRealm(), The realm parameter is null");
201 setParameter(ParameterNames.REALM, realm);
206 * method returns only the realm of the complete Challenge.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar ... org.eclipse.core.databinding.observable.Realm realm void " href="/5.1.0_r1/s? ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py63 def build_authenticate_header(realm=''):
65 return {'WWW-Authenticate': 'OAuth realm="%s"' % realm}
309 def to_header(self, realm=''):
317 auth_header = 'OAuth realm="%s"' % realm
495 # Ignore realm parameter.
496 if param.find('realm') > -1:
606 def build_authenticate_header(self, realm=''):
608 return {'WWW-Authenticate': 'OAuth realm
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java309 * the given realm plus all the parameters whose names begin with "oauth_".
311 public String getAuthorizationHeader(String realm) throws IOException { argument
313 if (realm != null) {
314 into.append(" realm=\"").append(OAuth.percentEncode(realm)).append('"');
357 * header. The realm is included as a parameter. If the given header doesn't

Completed in 690 milliseconds

1234567