HomeSort by relevance Sort by last modified time
    Searched defs:authenticator (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 17 package com.example.android.samplesync.authenticator;
25 * Service to handle Account authentication. It instantiates the authenticator
32 private Authenticator mAuthenticator;
39 mAuthenticator = new Authenticator(this);
Authenticator.java 17 package com.example.android.samplesync.authenticator;
50 class Authenticator extends AbstractAccountAuthenticator {
53 private static final String TAG = "Authenticator";
58 public Authenticator(Context context) {
137 // This call is used to query whether the Authenticator supports
AuthenticatorActivity.java 17 package com.example.android.samplesync.authenticator;
  /external/chromium_org/remoting/protocol/
jingle_session_manager.cc 11 #include "remoting/protocol/authenticator.h"
78 scoped_ptr<Authenticator> authenticator,
81 session->StartConnection(host_jid, authenticator.Pass(), config.Pass());
140 scoped_ptr<Authenticator> authenticator = local
146 session->InitializeIncomingConnection(message, authenticator.Pass());
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 269 AccountManager authenticator = AccountManager.get(mUi); local
273 authenticator.invalidateAuthToken(mAccount.type, mToken);
275 authenticator.getAuthToken(
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java 16 package com.example.android.samplesync.authenticator;
  /external/okhttp/src/main/java/com/squareup/okhttp/
Address.java 43 final OkAuthenticator authenticator; field in class:Address
47 HostnameVerifier hostnameVerifier, OkAuthenticator authenticator, Proxy proxy,
51 if (authenticator == null) throw new IllegalArgumentException("authenticator == null");
58 this.authenticator = authenticator;
93 * Returns the client's authenticator. This method never returns null.
96 return authenticator;
123 && equal(this.authenticator, that.authenticator)
    [all...]
OkHttpClient.java 55 private OkAuthenticator authenticator; field in class:OkHttpClient
225 * Sets the authenticator used to respond to challenges from the remote web
228 * <p>If unset, the {@link java.net.Authenticator#setDefault system-wide default}
229 * authenticator will be used.
231 public OkHttpClient setAuthenticator(OkAuthenticator authenticator) {
232 this.authenticator = authenticator;
237 return authenticator;
369 result.authenticator = authenticator != nul
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 72 const GaiaAuthenticator* authenticator; member in struct:gaia::GaiaAuthEvent
161 GaiaAuthenticator* authenticator; member in struct:gaia::GaiaAuthenticator::AuthParams
192 // currently directly being used in sync/engine/authenticator.cc, which is
  /external/chromium_org/third_party/openssl/openssl/crypto/krb5/
krb5_asn.h 129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
148 /* Authenticator Stuff */
193 /* -- Unencrypted authenticator
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
195 ** authenticator-vno[0] INTEGER,
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
krb5_asn.h 129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
148 /* Authenticator Stuff */
193 /* -- Unencrypted authenticator
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
195 ** authenticator-vno[0] INTEGER,
  /external/openssl/crypto/krb5/
krb5_asn.h 129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
148 /* Authenticator Stuff */
193 /* -- Unencrypted authenticator
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
195 ** authenticator-vno[0] INTEGER,
  /external/openssl/include/openssl/
krb5_asn.h 129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
148 /* Authenticator Stuff */
193 /* -- Unencrypted authenticator
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
195 ** authenticator-vno[0] INTEGER,
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_clnt.c 1051 krb5_data authenticator, *authp = NULL; local
1069 if (KRB5SENDAUTH) authp = &authenticator;
1110 ** optional authenticator omitted.
1119 /* KerberosWrapper.Authenticator */
1133 s2n(0,p);/* null authenticator length */
    [all...]
s3_clnt.c 2391 krb5_data authenticator, *authp = NULL; local
    [all...]
s3_srvr.c 2363 krb5_data authenticator; local
    [all...]
  /external/openssl/ssl/
d1_clnt.c 1051 krb5_data authenticator, *authp = NULL; local
1069 if (KRB5SENDAUTH) authp = &authenticator;
1110 ** optional authenticator omitted.
1119 /* KerberosWrapper.Authenticator */
1133 s2n(0,p);/* null authenticator length */
    [all...]
s3_clnt.c 2392 krb5_data authenticator, *authp = NULL; local
    [all...]
s3_srvr.c 2363 krb5_data authenticator; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 23 #include "chrome/browser/chromeos/login/authenticator.h"
431 scoped_refptr<Authenticator> authenticator = local
433 authenticator->CompleteLogin(ProfileManager::GetDefaultProfile(),
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 79 private final OkAuthenticator authenticator = HttpAuthenticator.SYSTEM_DEFAULT; field in class:RouteSelectorTest
85 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports);
104 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports);
125 Address address = new Address(uriHost, uriPort, null, null, authenticator, proxyA, transports);
142 Address address = new Address(uriHost, uriPort, null, null, authenticator, NO_PROXY,
160 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports);
177 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports);
194 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports);
229 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports);
247 Address address = new Address(uriHost, uriPort, null, null, authenticator, null, transports)
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 31 import java.net.Authenticator;
96 Authenticator.setDefault(null);
1383 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local
1421 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local
1443 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local
1465 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.h 22 u8 authenticator[16]; member in struct:radius_hdr
  /bionic/libc/kernel/common/linux/
wanrouter.h 136 char authenticator; member in struct:wan_ppp_conf

Completed in 777 milliseconds

1 2 3 4