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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/net/
OldAuthenticatorRequestorTypeTest.java 19 import java.net.Authenticator;
25 assertEquals(Authenticator.RequestorType.PROXY,
26 Authenticator.RequestorType.valueOf("PROXY"));
27 assertEquals(Authenticator.RequestorType.SERVER,
28 Authenticator.RequestorType.valueOf("SERVER"));
30 Authenticator.RequestorType.valueOf("TEST");
37 Authenticator.RequestorType[] expectedTypes = {
38 Authenticator.RequestorType.PROXY,
39 Authenticator.RequestorType.SERVER
42 Authenticator.RequestorType[] types = Authenticator.RequestorType.values()
    [all...]
OldAuthenticatorTest.java 19 import java.net.Authenticator;
30 PasswordAuthentication pa = Authenticator.requestPasswordAuthentication(
35 Authenticator.setDefault(mock);
38 pa = Authenticator.requestPasswordAuthentication(addr, 80, "http", "promt", "HTTP");
41 Authenticator.setDefault(null);
55 class MockAuthenticator extends Authenticator {
60 public Authenticator.RequestorType getRequestorType() {
  /external/tcpdump/tests/
radius-rfc5176-v.out 3 Disconnect-Request (40), id: 0x01, Authenticator: e1792d2b4ab349f1a4c0fcc733d091c1
4 Message-Authenticator Attribute (80), length: 18, Value: XQ=f(G..sJ0.....
7 Disconnect-ACK (41), id: 0x02, Authenticator: 3bc9c343f689990756b96c583a56890a
8 Message-Authenticator Attribute (80), length: 18, Value: .O........iC,'}.
11 Disconnect-NAK (42), id: 0x03, Authenticator: d867c308c9c43112b3a669a0e8c0ab8c
12 Message-Authenticator Attribute (80), length: 18, Value: ...p.I...(."....
15 CoA-Request (43), id: 0x04, Authenticator: 5f18309be67cd6150fe4c3a0b93536c9
16 Message-Authenticator Attribute (80), length: 18, Value: '..6|.F..._...[.
19 CoA-ACK (44), id: 0x05, Authenticator: 55ab6cb78aa161d692753fa9130c5019
20 Message-Authenticator Attribute (80), length: 18, Value: .........+.x...
    [all...]
radius-rfc4675-v.out 3 Access-Request (1), id: 0x46, Authenticator: f44757bc498c3393763a27d0b2393702
8 Message-Authenticator Attribute (80), length: 18, Value: .....b..7-...b.
11 Access-Accept (2), id: 0x46, Authenticator: 766a0314eaf4b95f1ec271ae19cb3bdc
18 Access-Request (1), id: 0xb5, Authenticator: 11851d8b1b483f54a864b703ea21f4dc
23 Message-Authenticator Attribute (80), length: 18, Value: ..o..}f..d.;..R[
26 Access-Accept (2), id: 0xb5, Authenticator: e223a663823b20ccc18bcf90c3ecbe27
32 Access-Request (1), id: 0x5a, Authenticator: 8dd685f50f837e8ad29e9cc095261172
37 Message-Authenticator Attribute (80), length: 18, Value: ....(..^A.f.....
40 Access-Accept (2), id: 0x5a, Authenticator: fbaa7d05d009953514d00697da4d1dfc
radius-v.out 3 Access-Request (1), id: 0x05, Authenticator: ecfe3d2fe4473ec6299095ee46aedf77
13 Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x.
16 Access-Challenge (11), id: 0x05, Authenticator: f050649184625d36f14c9075b7a48b83
22 Message-Authenticator Attribute (80), length: 18, Value: ...<.(.X.13..t4.
26 Access-Request (1), id: 0x06, Authenticator: 6a6f38e6dae830304d2333e5d5364643
37 Message-Authenticator Attribute (80), length: 18, Value: '&.q1.....Ojb..8
40 Access-Accept (2), id: 0x06, Authenticator: fbba6a784c7decb314caf0f27944a37b
46 Message-Authenticator Attribute (80), length: 18, Value: ...b...2.^..NLc`
  /frameworks/base/docs/html/training/sync-adapters/
creating-authenticator.jd 1 page.title=Creating a Stub Authenticator
13 <a href="#CreateAuthenticator">Add a Stub Authenticator Component</a>
16 <a href="#CreateAuthenticatorService">Bind the Authenticator to the Framework</a>
19 <a href="#CreateAuthenticatorFile">Add the Authenticator Metadata File</a>
22 <a href="#DeclareAuthenticator">Declare the Authenticator in the Manifest</a>
45 framework expects you to provide a component called an authenticator as part of your sync
50 Even if your app doesn't use accounts, you still need to provide an authenticator component.
51 If you don't use accounts or server login, the information handled by the authenticator is
52 ignored, so you can provide an authenticator component that contains stub method
54 allows the sync adapter framework to call the authenticator's methods
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
AddressTest.java 30 private Authenticator authenticator = AuthenticatorAdapter.INSTANCE; field in class:AddressTest
37 authenticator, null, protocols, connectionSpecs, proxySelector);
39 authenticator, null, protocols, connectionSpecs, proxySelector);
46 authenticator, null, protocols, connectionSpecs, new RecordingProxySelector());
48 authenticator, null, protocols, connectionSpecs, new RecordingProxySelector());
OkHttpClientTest.java 23 import java.net.Authenticator;
51 private static final Authenticator DEFAULT_AUTHENTICATOR = null; // No Authenticator.getDefault().
57 Authenticator.setDefault(DEFAULT_AUTHENTICATOR);
115 Authenticator authenticator = new RecordingAuthenticator(); local
122 Authenticator.setDefault(authenticator);
  /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);
  /external/wpa_supplicant_8/hostapd/
hostapd.sim_db 1 # Example GSM authentication triplet file for EAP-SIM authenticator
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.h 2 * hostapd / WPA authenticator glue code
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
AuthenticatorAdapter.java 18 import com.squareup.okhttp.Authenticator;
25 import java.net.Authenticator.RequestorType;
32 /** Adapts {@link java.net.Authenticator} to {@link com.squareup.okhttp.Authenticator}. */
33 public final class AuthenticatorAdapter implements Authenticator {
34 /** Uses the global authenticator to get the password. */
35 public static final Authenticator INSTANCE = new AuthenticatorAdapter();
45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(
68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(
  /external/jetty/src/java/org/eclipse/jetty/security/
DefaultAuthenticatorFactory.java 23 import org.eclipse.jetty.security.Authenticator.AuthConfiguration;
34 * The Default Authenticator Factory.
35 * Uses the {@link AuthConfiguration#getAuthMethod()} to select an {@link Authenticator} from: <ul>
53 public class DefaultAuthenticatorFactory implements Authenticator.Factory
57 public Authenticator getAuthenticator(Server server, ServletContext context, AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
60 Authenticator authenticator=null; local
63 authenticator=new BasicAuthenticator();
65 authenticator=new DigestAuthenticator();
67 authenticator=new FormAuthenticator()
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 46 final Authenticator authenticator; field in class:Address
53 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy,
57 if (authenticator == null) throw new IllegalArgumentException("authenticator == null");
67 this.authenticator = authenticator;
108 * Returns the client's authenticator. This method never returns null.
110 public Authenticator getAuthenticator()
    [all...]
  /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) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
AuthenticationService.java 23 private Authenticator mAuthenticator;
27 mAuthenticator = new Authenticator(this);
  /libcore/ojluni/src/main/java/java/net/
Authenticator.java 29 * The class Authenticator represents an object that knows how to obtain
42 * with the system by calling {@link #setDefault(Authenticator)}.
50 * @see java.net.Authenticator#setDefault(java.net.Authenticator)
51 * @see java.net.Authenticator#getPasswordAuthentication()
60 class Authenticator {
62 // The system-wide authenticator object. See setDefault().
63 private static Authenticator theAuthenticator;
103 * Sets the authenticator that will be used by the networking code
111 * @param a The authenticator to be set. If a is <code>null</code> the
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 9 attacker to generate an authenticator for a message without the key. However, a
23 // TagSize is the size, in bytes, of a poly1305 authenticator.
26 // Verify returns true if mac is a valid authenticator for m with the given
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions)
25 * struct eapol_authenticator - Global EAPOL authenticator data
37 * struct eapol_state_machine - Per-Supplicant Authenticator state machines
64 /* Authenticator PAE state machine */
114 /* Authenticator Key Transmit state machine */
130 /* Authenticator Statistics Table */
147 /* EAPOL/AAA <-> EAP full authenticator interface */
  /frameworks/base/core/java/android/accounts/
AuthenticatorDescription.java 23 * A {@link Parcelable} value type that contains information about an account authenticator.
26 /** The string that uniquely identifies an authenticator */
29 /** A resource id of a label for the authenticator that is suitable for displaying */
32 /** A resource id of a icon for the authenticator */
35 /** A resource id of a smaller icon for the authenticator */
47 /** Authenticator handles its own token caching and permission screen */
71 * to identify the authenticator by its type.
  /frameworks/base/docs/html/training/id-auth/
custom_auth.jd 18 <li><a href="#TaskFour">Create an Authenticator Service</a></li>
53 authenticator activity.</p>
56 authenticator activities have certain requirements that normal activities don't. To make it easy to
59 authenticator.</p>
61 <p>How you address the first two requirements of an authenticator activity,
104 This class is the <em>authenticator class</em>.</p>
106 <p>The easiest way to create an authenticator class is to extend
114 <p>Implementing an authenticator class properly requires a number of separate
124 <p> You can find a step-by-step guide to implementing a successful authenticator class and the XML
132 used to launch your custom authenticator activity. If your authenticato
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap.h 2 * hostapd / EAP Full Authenticator state machine (RFC 4137)
44 /* Lower layer to full authenticator variables */
49 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */
53 /* Full authenticator to lower layer variables */
66 /* AAA interface to full authenticator variables */
77 /* Full authenticator to AAA interface variables */
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
AndroidAuthenticator.java 29 * An Authenticator that uses {@link AccountManager} to get auth
32 public class AndroidAuthenticator implements Authenticator {
39 * Creates a new authenticator.
49 * Creates a new authenticator.
70 * Returns the Account being used by this authenticator.
77 * Returns the Auth Token Type used by this authenticator.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 18 import java.net.Authenticator;
23 public final class RecordingAuthenticator extends Authenticator {
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
23 if (authenticator == NULL) {
24 wpa_printf(MSG_DEBUG, "WPS: No Authenticator attribute "
31 "validating authenticator");
35 /* Authenticator = HMAC-SHA256_AuthKey(M_prev || M_curr*)
36 * (M_curr* is M_curr without the Authenticator attribute)
44 if (os_memcmp_const(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) {
45 wpa_printf(MSG_DEBUG, "WPS: Incorrect Authenticator");

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>