HomeSort by relevance Sort by last modified time
    Searched full:authenticate (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
ProxyAuthenticateHeader.java 4 String NAME = "Proxy-Authenticate";
WWWAuthenticateHeader.java 6 String NAME = "WWW-Authenticate";
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
dillo 9 WWW-Authenticate
mozilla 51 Proxy-Authenticate
69 WWW-Authenticate
  /external/webkit/LayoutTests/http/tests/appcache/resources/auth/
setup.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
subresource.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
manifest.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
iframe.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
  /external/wpa_supplicant_8/hostapd/
hostapd.deny 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
hostapd.accept 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
  /external/apache-http/src/org/apache/http/auth/
AUTH.java 44 * The www authenticate challange header.
46 public static final String WWW_AUTH = "WWW-Authenticate";
49 * The www authenticate response header.
54 * The proxy authenticate challange header.
56 public static final String PROXY_AUTH = "Proxy-Authenticate";
59 * The proxy authenticate response header.
  /libcore/luni/src/test/java/libcore/net/http/
ParsedHeadersTest.java 192 headers.add("WWW-Authenticate", "s1 realm=\"ab,cd\", s2 realm=\"ef,gh\"");
194 HeaderParser.parseChallenges(headers, "WWW-Authenticate"));
199 headers.add("WWW-Authenticate", "s1 realm=\"abc\"");
200 headers.add("WWW-Authenticate", "s2 realm=\"def\"");
202 HeaderParser.parseChallenges(headers, "WWW-Authenticate"));
207 headers.add("WWW-Authenticate", " s1 realm=\"a\" , s2 realm=\"b\", ");
209 HeaderParser.parseChallenges(headers, "WWW-Authenticate"));
214 headers.add("WWW-Authenticate", "Basic");
216 HeaderParser.parseChallenges(headers, "WWW-Authenticate"));
221 headers.add("WWW-Authenticate", "Basic realm=\"\"")
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 16 VALUE Service-Type Authenticate-Only 8
  /external/chromium/net/base/
keygen_handler_nss.cc 30 // Authenticate to the token.
33 LOG(ERROR) << "Couldn't authenticate to private key slot!";
auth.h 30 bool is_proxy; // true for Proxy-Authenticate, false for WWW-Authenticate.
  /external/ppp/pppd/
upap.h 54 #define UPAP_AUTHREQ 1 /* Authenticate-Request */
55 #define UPAP_AUTHACK 2 /* Authenticate-Ack */
56 #define UPAP_AUTHNAK 3 /* Authenticate-Nak */
84 #define UPAPCS_AUTHREQ 3 /* We've sent an Authenticate-Request */
94 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */
  /external/chromium/net/http/
http_auth_unittest.cc 74 "www-authenticate: Basic realm=\"BasicRealm\"\n",
82 "www-authenticate: Fake realm=\"FooBar\"\n",
89 "www-authenticate: Basic realm=\"FooBar\"\n"
90 "www-authenticate: Fake realm=\"FooBar\"\n"
91 "www-authenticate: nonce=\"aaaaaaaaaa\"\n"
92 "www-authenticate: Digest realm=\"DigestRealm\", nonce=\"aaaaaaaaaa\"\n",
100 "www-authenticate:\n",
110 "WWW-Authenticate: Negotiate\n"
111 "WWW-Authenticate: NTLM\n",
156 "WWW-Authenticate: Mock token_here\n"
    [all...]
  /frameworks/base/docs/html/training/id-auth/
index.jd 43 <li>Authenticate the user to make sure they are who they say they are
46 <li>Add a custom account to the user's device to authenticate your own
57 <dt><b><a href="authenticate.html">Authenticating to OAuth2 Services</a></b></dt>
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 18 // An interface for objects that will authenticate a Chromium OS user.
32 // Given a |username| and |password|, this method attempts to authenticate
44 // authenticate to unlock the computer.
82 // Attempt to authenticate online again.
google_authenticator.h 42 // Given a |username| and |password|, this method attempts to authenticate to
51 // we are asked to authenticate valid HOSTED account creds, we will
62 // authenticate to the cached credentials. This will never contact
119 // if one is present. If someone attempts to authenticate with this
136 // Clear any cached credentials after we've given up trying to authenticate.
140 // willing to authenticate accounts that are HOSTED or not.
enterprise_enrollment_screen.h 27 virtual void Authenticate(const std::string& user,
55 virtual void Authenticate(const std::string& user,
  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h 16 // to promote the ticket. The user will need to authenticate in order to
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 31 void authenticate(in String pkg, in byte[] token);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 32 def authenticate(self, url, consumer, token): member in class:IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 5 // Use this class to authenticate users with Gaia and access cookies sent
14 // if (gaia_auth.Authenticate("email", "passwd", SAVE_IN_MEMORY_ONLY,
91 // to choose the server to authenticate with (e.g.
105 // Pass credentials to authenticate with, or use saved credentials via an
109 bool Authenticate(const std::string& user_name, const std::string& password,
113 bool Authenticate(const std::string& user_name, const std::string& password);
115 // Pass the LSID to authenticate with. If the authentication succeeds, you can
175 // The real Authenticate implementations.

Completed in 918 milliseconds

1 2 3 4 5 6 7 8 91011>>