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

1 2

  /external/chromium_org/chromeos/login/auth/
authenticator.cc 5 #include "chromeos/login/auth/authenticator.h"
11 Authenticator::Authenticator(AuthStatusConsumer* consumer)
15 Authenticator::~Authenticator() {
18 void Authenticator::SetConsumer(AuthStatusConsumer* consumer) {
authenticator.h 27 class CHROMEOS_EXPORT Authenticator
28 : public base::RefCountedThreadSafe<Authenticator> {
30 explicit Authenticator(AuthStatusConsumer* consumer);
97 virtual ~Authenticator();
103 friend class base::RefCountedThreadSafe<Authenticator>;
105 DISALLOW_COPY_AND_ASSIGN(Authenticator);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 6 * Authenticator class wraps the communications between Gaia and its host.
8 function Authenticator() {
15 Authenticator.THIS_EXTENSION_ORIGIN =
22 Authenticator.MIN_API_VERSION_VERSION = 1;
28 Authenticator.MAX_API_VERSION_VERSION = 1;
34 Authenticator.API_KEY_TYPES = [
39 * Singleton getter of Authenticator.
40 * @return {Object} The singleton instance of Authenticator.
42 Authenticator.getInstance = function() {
43 if (!Authenticator.instance_)
    [all...]
  /frameworks/base/obex/javax/obex/
Authenticator.java 83 public interface Authenticator {
  /frameworks/volley/src/com/android/volley/toolbox/
Authenticator.java 24 public interface Authenticator {
  /external/chromium_org/remoting/protocol/
authenticator.h 27 // Authenticator is an abstract interface for authentication protocol
34 // Authenticator may exchange multiple messages before session is
35 // authenticated. Each message sent/received by an Authenticator is
40 class Authenticator {
75 // Returns true if |message| is an Authenticator message.
78 // Creates an empty Authenticator message, owned by the caller.
81 // Finds Authenticator message among child elements of |message|, or
86 Authenticator() {}
87 virtual ~Authenticator() {}
89 // Returns current state of the authenticator
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 33 private Authenticator mAuthenticator;
41 * that "caller uid XXXXX is different than the authenticator's uid".
62 mAuthenticator = new Authenticator(this);
75 public class Authenticator extends AbstractAccountAuthenticator {
76 public Authenticator(Context context) {
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 33 private Authenticator mAuthenticator;
41 * that "caller uid XXXXX is different than the authenticator's uid".
62 mAuthenticator = new Authenticator(this);
75 public class Authenticator extends AbstractAccountAuthenticator {
76 public Authenticator(Context context) {
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 33 private Authenticator mAuthenticator;
41 * that "caller uid XXXXX is different than the authenticator's uid".
62 mAuthenticator = new Authenticator(this);
75 public class Authenticator extends AbstractAccountAuthenticator {
76 public Authenticator(Context context) {
  /libcore/luni/src/main/java/java/net/
Authenticator.java 23 * authenticator which extends {@code Authenticator} by {@code
24 * setDefault(Authenticator a)}. Then it should override {@code
31 public abstract class Authenticator {
33 // the default authenticator that needs to be set
34 private static Authenticator thisAuthenticator;
108 * authenticator to get the authentication info.
110 * @return password authentication info or {@code null} if no authenticator
139 // Authenticator
144 * Sets {@code a} as the default authenticator. It will be called wheneve
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
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
  /packages/apps/Email/provider_src/com/android/email/service/
AuthenticatorService.java 38 * A very basic authenticator service for EAS. At the moment, it has no UI hooks. When called
49 class Authenticator extends AbstractAccountAuthenticator {
51 public Authenticator(Context context) {
160 return new Authenticator(this).getIBinder();
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 21 import java.net.Authenticator;
273 // Set up test Authenticator
274 Authenticator.setDefault(new Authenticator() {
302 // remove previously set authenticator
303 Authenticator.setDefault(null);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 33 import java.net.Authenticator;
97 Authenticator.setDefault(null);
240 Authenticator.setDefault(new RecordingAuthenticator());
URLConnectionTest.java 38 import java.net.Authenticator;
120 Authenticator.setDefault(null);
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 27 import java.net.Authenticator;
579 Authenticator.setDefault(new Authenticator() {
668 Authenticator.setDefault(new Authenticator() {
697 * (Authenticator was not set up in the system).
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 29 import java.net.Authenticator;
98 Authenticator.setDefault(null);
719 Authenticator.setDefault(new SimpleAuthenticator());
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 34 import java.net.Authenticator;
436 Authenticator.setDefault(new Authenticator() {
543 Authenticator.setDefault(new Authenticator() {
581 * (Authenticator was not set up in the system).
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 3110 milliseconds

1 2