/frameworks/base/services/core/java/com/android/server/accounts/ |
IAccountAuthenticatorCache.java | 29 * An interface to the Authenticator specialization of RegisteredServicesCache. The use of 38 * @param type the authenticator type to return 58 * Sets a listener that will be notified whenever the authenticator set changes
|
/cts/tests/tests/provider/res/xml/ |
contactprovider_authenticator.xml | 19 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
MockAccountService.java | 24 * Account service for the authenticator
|
/external/e2fsprogs/lib/et/test_cases/ |
simple.et | 13 "Can't decode authenticator"
|
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.h | 2 * hostapd - Authenticator for IEEE 802.11i RSN pre-authentication
|
/frameworks/base/core/java/android/accounts/ |
AbstractAccountAuthenticator.java | 33 * In order to be an authenticator one must extend this class, provider implementations for the 43 * android:resource="@xml/authenticator" /> 47 * <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" 56 * attribute must be a string that uniquely identifies your authenticator and will be the same 63 * a list of PreferenceScreens that can be invoked to manage the authenticator. An example is: 82 * <li> If the supplied arguments are enough for the authenticator to fully satisfy the request 84 * <li> If the authenticator needs information from the user to satisfy the request then it 93 * <li> If the authenticator cannot synchronously process the request and return a result then it 98 * The following descriptions of each of the abstract authenticator methods will not describe the 404 * @param requiredFeatures a String array of authenticator-specific features that the adde [all...] |
AccountManagerFuture.java | 90 * the authenticator or if the authenticator returned an invalid response 91 * @throws java.io.IOException if the authenticator returned an error response that indicates 109 * the authenticator or if the authenticator returned an invalid response 110 * @throws java.io.IOException if the authenticator returned an error response that indicates
|
IAccountAuthenticator.aidl | 58 * launches an activity that lets the user edit and set the properties for an authenticator 81 * Uses the Bundle containing credentials from another instance of the authenticator to create
|
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
Authenticator.java | 24 public interface Authenticator {
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
RecordingOkAuthenticator.java | 18 import com.squareup.okhttp.Authenticator; 25 public final class RecordingOkAuthenticator implements Authenticator {
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
Authenticate.java | 18 import com.squareup.okhttp.Authenticator; 30 client.setAuthenticator(new Authenticator() {
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
BluetoothPbapObexAuthenticator.java | 22 import javax.obex.Authenticator; 25 class BluetoothPbapObexAuthenticator implements Authenticator {
|
/libcore/luni/src/main/java/java/net/ |
PasswordAuthentication.java | 22 * password which is used by the {@code Authenticator} class. 24 * @see Authenticator
|
/external/wpa_supplicant_8/src/radius/ |
radius.c | 225 { RADIUS_ATTR_MESSAGE_AUTHENTICATOR, "Message-Authenticator", 375 "Message-Authenticator"); 405 wpa_printf(MSG_ERROR, "WARNING: Could not add Message-Authenticator"); 409 os_memcpy(msg->hdr->authenticator, req_authenticator, 410 sizeof(msg->hdr->authenticator)); 423 md5_vector(4, addr, len, msg->hdr->authenticator); 447 wpa_printf(MSG_WARNING, "Could not add Message-Authenticator"); 452 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16); 461 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0 [all...] |
/external/wpa_supplicant_8/hostapd/ |
README | 2 Authenticator and RADIUS authentication server 57 server for MAC address based access control, IEEE 802.1X Authenticator 59 Authenticator and dynamic TKIP/CCMP keying. 109 IEEE 802.1X uses elements called Supplicant, Authenticator, Port 112 Server. An access point includes an Authenticator that relays the packets 114 Port Access Entity (PAE) with Authenticator functionality for 119 between a Supplicant and an Authenticator are sent using EAP over LAN 120 (EAPOL) and the Authenticator relays these frames to the Authentication 123 Authenticator, in which case there is no need for additional protocol 132 frames to be passed between the Supplicant and the Authenticator eve [all...] |
/external/jetty/src/java/org/eclipse/jetty/security/ |
SecurityHandler.java | 52 * Select and apply an {@link Authenticator} to a request. 54 * The Authenticator may either be directly set on the handler 64 public abstract class SecurityHandler extends HandlerWrapper implements Authenticator.AuthConfiguration 70 private Authenticator _authenticator; 71 private Authenticator.Factory _authenticatorFactory=new DefaultAuthenticatorFactory(); 128 public Authenticator getAuthenticator() 134 /** Set the authenticator. 135 * @param authenticator 138 public void setAuthenticator(Authenticator authenticator) [all...] |
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);
|
/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
|
/frameworks/base/obex/javax/obex/ |
SessionNotifier.java | 53 * the handler to handle the requests from the client. No authenticator is 92 * <code>Authenticator</code> to use to respond to authentication challenge 120 * @param auth the <code>Authenticator</code> to use with this connection; 121 * if <code>null</code> then no <code>Authenticator</code> will be 127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException;
|
/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);
|
/development/samples/SampleSyncAdapter/ |
_index.html | 13 account manager to obtain an auth token for the account. An authenticator (a 17 authenticator for your service by extending the new <code><a
|
/external/boringssl/src/include/openssl/ |
cmac.h | 33 /* AES_CMAC calculates the 16-byte, CMAC authenticator of |in_len| bytes of 68 * of authenticator to it. It returns one on success or zero on error. */
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/res/xml/ |
authenticator.xml | 19 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/res/xml/ |
custom_authenticator.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
standard_authenticator.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|