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

1 2

  /frameworks/base/obex/javax/obex/
Authenticator.java 83 public interface Authenticator {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Authenticator.java 24 public interface Authenticator {
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
Authenticator.java 24 public interface Authenticator {
  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 29 * A generic stub account authenticator service often used for sync adapters that do not directly
35 private static Authenticator mAuthenticator;
39 mAuthenticator = new Authenticator(this);
48 * Stub account authenticator. All methods either return null or throw an exception.
50 public class Authenticator extends AbstractAccountAuthenticator {
51 public Authenticator(Context context) {
  /external/jetty/src/java/org/eclipse/jetty/security/
Authenticator.java 32 * Authenticator Interface
34 * An Authenticator is responsible for checking requests and sending
41 public interface Authenticator
45 * Configure the Authenticator
62 * been sent by the Authenticator (which can be done for both successful and unsuccessful authentications), then the result will
86 * Authenticator Configuration
116 * Authenticator Factory
120 Authenticator getAuthenticator(Server server, ServletContext context, AuthConfiguration configuration, IdentityService identityService, LoginService loginService);
  /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 32 import java.net.Authenticator;
99 Authenticator.setDefault(null);
227 Authenticator.setDefault(new RecordingAuthenticator());
URLConnectionTest.java 49 import java.net.Authenticator;
133 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 30 import java.net.Authenticator;
102 Authenticator.setDefault(null);
    [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 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 907 milliseconds

1 2