Home
last modified time | relevance | path

Searched refs:Authenticator (Results 1 – 25 of 41) sorted by relevance

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java18 import com.squareup.okhttp.Authenticator;
24 import java.net.Authenticator.RequestorType;
33 public final class AuthenticatorAdapter implements Authenticator {
35 public static final Authenticator INSTANCE = new AuthenticatorAdapter();
45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticate()
68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticateProxy()
DOkHeaders.java3 import com.squareup.okhttp.Authenticator;
281 public static Request processAuthHeader(Authenticator authenticator, Response response, in processAuthHeader()
/external/jetty/src/java/org/eclipse/jetty/security/
DDefaultAuthenticatorFactory.java23 import org.eclipse.jetty.security.Authenticator.AuthConfiguration;
53 public class DefaultAuthenticatorFactory implements Authenticator.Factory
57 …public Authenticator getAuthenticator(Server server, ServletContext context, AuthConfiguration con… in getAuthenticator()
60 Authenticator authenticator=null; in getAuthenticator()
DSecurityHandler.java64 public abstract class SecurityHandler extends HandlerWrapper implements Authenticator.AuthConfigura…
70 private Authenticator _authenticator;
71 private Authenticator.Factory _authenticatorFactory=new DefaultAuthenticatorFactory();
128 public Authenticator getAuthenticator() in getAuthenticator()
138 public void setAuthenticator(Authenticator authenticator) in setAuthenticator()
149 public Authenticator.Factory getAuthenticatorFactory() in getAuthenticatorFactory()
159 public void setAuthenticatorFactory(Authenticator.Factory authenticatorFactory) in setAuthenticatorFactory()
454 final Authenticator authenticator = _authenticator; in handle()
DAuthenticator.java41 public interface Authenticator interface
120Authenticator getAuthenticator(Server server, ServletContext context, AuthConfiguration configurat… in getAuthenticator()
/external/wpa_supplicant_8/hostapd/
DREADME2 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 even
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java23 import java.net.Authenticator;
51 private static final Authenticator DEFAULT_AUTHENTICATOR = null; // No Authenticator.getDefault().
57 Authenticator.setDefault(DEFAULT_AUTHENTICATOR); in tearDown()
108 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal()
115 Authenticator.setDefault(authenticator); in copyWithDefaultsWhenDefaultIsGlobal()
DAddressTest.java30 private Authenticator authenticator = AuthenticatorAdapter.INSTANCE;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingAuthenticator.java18 import java.net.Authenticator;
23 public final class RecordingAuthenticator extends Authenticator {
DRecordingOkAuthenticator.java18 import com.squareup.okhttp.Authenticator;
25 public final class RecordingOkAuthenticator implements Authenticator {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DAddress.java46 final Authenticator authenticator;
53 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy, in Address()
110 public Authenticator getAuthenticator() { in getAuthenticator()
DAuthenticator.java24 public interface Authenticator { interface
DOkHttpClient.java184 private Authenticator authenticator;
419 public OkHttpClient setAuthenticator(Authenticator authenticator) { in setAuthenticator()
424 public Authenticator getAuthenticator() { in getAuthenticator()
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DAuthenticate.java18 import com.squareup.okhttp.Authenticator;
30 client.setAuthenticator(new Authenticator() { in run()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DLoginAuthenticator.java26 import org.eclipse.jetty.security.Authenticator;
33 public abstract class LoginAuthenticator implements Authenticator
DDeferredAuthentication.java35 import org.eclipse.jetty.security.Authenticator;
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml56 master session key for the Authenticator (AP) and Supplicant
61 keys between the Authenticator and Supplicant. This handshake is
62 also used to verify that both Authenticator and Supplicant know
Deapol_test.sgml47 ways to IEEE 802.1X/EAPOL Authenticator state machines. In other
48 words, it integrates IEEE 802.1X Authenticator (normally, an
/external/vogar/src/vogar/target/
DTestEnvironment.java22 import java.net.Authenticator;
152 Authenticator.setDefault(null); in reset()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
DHttpURLConnectionTest.java21 import java.net.Authenticator;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java27 import java.net.Authenticator;
579 Authenticator.setDefault(new Authenticator() { in testProxyAuthConnection()
668 Authenticator.setDefault(new Authenticator() { in testProxyAuthConnection_doOutput()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-javamail.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DHttpOverSpdyTest.java32 import java.net.Authenticator;
99 Authenticator.setDefault(null); in tearDown()
227 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()
DRouteSelectorTest.java19 import com.squareup.okhttp.Authenticator;
75 private final Authenticator authenticator = AuthenticatorAdapter.INSTANCE;
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt5 - Linked some parts of IEEE 802.1X Authenticator implementation from
13 integrated) Authenticator.
127 6) Authenticator simulator required patching for handling Access-Accept within

12