HomeSort by relevance Sort by last modified time
    Searched defs:authenticator (Results 1 - 25 of 88) 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 8 #include "remoting/protocol/authenticator.h"
49 scoped_ptr<Authenticator> authenticator,
55 session->StartConnection(host_jid, authenticator.Pass(), config.Pass());
109 scoped_ptr<Authenticator> authenticator = local
115 session->InitializeIncomingConnection(message, authenticator.Pass());
fake_authenticator.cc 109 Authenticator::State FakeAuthenticator::state() const {
139 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const {
186 scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
190 FakeAuthenticator* authenticator = new FakeAuthenticator( local
192 authenticator->set_messages_till_started(messages_till_started_);
194 scoped_ptr<Authenticator> result(authenticator);
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java 16 package com.example.android.samplesync.authenticator;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 45 final OkAuthenticator authenticator; field in class:Address
50 OkAuthenticator authenticator, Proxy proxy, List<Protocol> protocols)
54 if (authenticator == null) throw new IllegalArgumentException("authenticator == null");
62 this.authenticator = authenticator;
102 * Returns the client's authenticator. This method never returns null.
105 return authenticator;
133 && equal(this.authenticator, that.authenticator)
    [all...]
OkHttpClient.java 67 private OkAuthenticator authenticator; field in class:OkHttpClient
245 * Sets the authenticator used to respond to challenges from the remote web
248 * <p>If unset, the {@link java.net.Authenticator#setDefault system-wide default}
249 * authenticator will be used.
251 public OkHttpClient setAuthenticator(OkAuthenticator authenticator) {
252 this.authenticator = authenticator;
257 return authenticator;
499 if (result.authenticator == null) {
500 result.authenticator = HttpAuthenticator.SYSTEM_DEFAULT
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 403 AccountManager authenticator = AccountManager.get(this); local
407 authenticator.invalidateAuthToken(mAccount.type, mToken);
  /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/openssl/ssl/
d1_clnt.c 1072 krb5_data authenticator, *authp = NULL; local
1090 if (KRB5SENDAUTH) authp = &authenticator;
1131 ** optional authenticator omitted.
1140 /* KerberosWrapper.Authenticator */
1154 s2n(0,p);/* null authenticator length */
    [all...]
s3_clnt.c 2629 krb5_data authenticator, *authp = NULL; local
    [all...]
s3_srvr.c 2511 krb5_data authenticator; local
    [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
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 157 final OAuthAuthenticator authenticator = new OAuthAuthenticator(); local
158 final AuthenticationResult result = authenticator.requestAccess(
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 81 private final OkAuthenticator authenticator = HttpAuthenticator.SYSTEM_DEFAULT; field in class:RouteSelectorTest
87 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null,
107 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null,
129 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator,
147 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator,
165 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null,
183 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null,
201 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null,
237 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null,
256 Address address = new Address(uriHost, uriPort, socketFactory, null, null, authenticator, null
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.h 22 u8 authenticator[16]; member in struct:radius_hdr
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf

Completed in 532 milliseconds

1 2 3 4