/external/nist-sip/java/javax/sip/header/ |
ProxyAuthenticateHeader.java | 4 String NAME = "Proxy-Authenticate";
|
WWWAuthenticateHeader.java | 6 String NAME = "WWW-Authenticate";
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
http-auth-on-200.php | 2 header('WWW-Authenticate: Basic realm="FAIL"');
|
http-auth-private-mode-changed.php | 12 header('WWW-Authenticate: Basic realm="My Realm"');
|
http-auth-challenge.php | 18 header('WWW-Authenticate: Basic realm="My Realm"');
|
/external/smack/src/org/jivesoftware/smack/sasl/ |
SASLAnonymous.java | 42 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException {
method in class:SASLAnonymous 43 authenticate();
method 46 public void authenticate(String username, String host, String password) throws IOException {
method in class:SASLAnonymous 47 authenticate();
method 50 protected void authenticate() throws IOException {
method in class:SASLAnonymous
|
SASLFacebookConnect.java | 41 // protected void authenticate() throws IOException, XMPPException { 47 // super.authenticate(); 50 protected void authenticate() throws IOException, XMPPException { method in class:SASLFacebookConnect 67 public void authenticate(String apiKeyAndSessionKey, String host, String sessionSecret) method in class:SASLFacebookConnect 89 authenticate(); method 92 public void authenticate(String username, String host, CallbackHandler cbh) method in class:SASLFacebookConnect 97 authenticate(); method
|
/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.
|
/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!";
|
/external/chromium_org/net/base/ |
keygen_handler_nss.cc | 30 // Authenticate to the token. 33 LOG(ERROR) << "Couldn't authenticate to private key slot!";
|
/external/chromium_org/remoting/tools/ |
gettoken.py | 30 chromoting_auth_token = chromoting_authenticator.authenticate(email, passwd) 33 chromoting_dir_auth_token = chromoting_dir_authenticator.authenticate(
|
gaia_auth.py | 17 def authenticate(self, email, passwd): member in class:GaiaAuthenticator
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/ |
RecordingOkAuthenticator.java | 33 @Override public Credential authenticate(Proxy proxy, URL url, List<Challenge> challenges) method in class:RecordingOkAuthenticator 35 calls.add("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...] |
/external/chromium_org/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", 106 "WWW-Authenticate: Negotiate\n" 107 "WWW-Authenticate: NTLM\n", 161 "WWW-Authenticate: Mock token_here\n" [all...] |
/external/chromium_org/remoting/host/ |
host_config.h | 22 // Login used to authenticate in XMPP network. 24 // Auth token used to authenticate to XMPP network. 28 // Auth service used to authenticate to XMPP network.
|
/frameworks/base/docs/html/training/id-auth/ |
index.jd | 42 <li>Authenticate the user to make sure they are who they say they are 45 <li>Add a custom account to the user's device to authenticate your own 56 <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.
|
/external/chromium/chrome/browser/ui/cocoa/ |
keystone_infobar.h | 16 // to promote the ticket. The user will need to authenticate in order to
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
keystone_infobar_delegate.h | 15 // to promote the ticket. The user will need to authenticate in order to
|
/external/smack/src/org/jivesoftware/smack/ |
SASLAuthentication.java | 40 * register with the server, authenticate using Non-SASL or authenticate using SASL. If the
41 * server supports SASL then Smack will first try to authenticate using SASL. But if that
51 * the connection. If no resource is passed in {@link #authenticate(String, String, String)}
118 * be possible to authenticate users using the removed SASL mechanism. It also removes the
131 * to authenticate using the most prefered SASL mechanism that is also supported by the server.
142 * to authenticate using the most prefered SASL mechanism that is also supported by the server.
156 * be possible to authenticate users using the removed SASL mechanism. Note that the mechanism
185 * Returns true if the server offered ANONYMOUS SASL as a way to authenticate users.
187 * @return true if the server offered ANONYMOUS SASL as a way to authenticate users. 216 public String authenticate(String username, String resource, CallbackHandler cbh) method in class:SASLAuthentication 298 public String authenticate(String username, String password, String resource) method in class:SASLAuthentication [all...] |