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

1 23 4 5 6 7 8 91011>>

  /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...]
hostapd.8 3 hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
wired.conf 4 # Example configuration file for wired authenticator. See hostapd.conf for
  /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
AndroidManifest.xml 58 <!-- The authenticator service -->
60 android:name=".authenticator.AuthenticationService"
68 android:resource="@xml/authenticator" />
94 android:name=".authenticator.AuthenticatorActivity"
  /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. */
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
Authenticator.java 27 public class Authenticator extends AbstractAccountAuthenticator {
30 public Authenticator(Context context) {
  /cts/hostsidetests/devicepolicy/app/AccountManagement/
AndroidManifest.xml 31 android:resource="@xml/authenticator" />
  /cts/hostsidetests/devicepolicy/app/AccountManagement/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"
  /cts/tests/tests/accounts/res/xml/
authenticator.xml 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
custom_token_authenticator.xml 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /cts/tests/tests/content/res/xml/
authenticator.xml 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/xml/
authenticator.xml 16 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/xml/
authenticator.xml 18 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/res/xml/
authenticator.xml 18 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /development/samples/SampleSyncAdapter/res/xml/
authenticator.xml 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /development/samples/browseable/BasicSyncAdapter/res/xml/
authenticator.xml 18 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 24 /* PTK derived as authenticator */

Completed in 510 milliseconds

1 23 4 5 6 7 8 91011>>