Home
last modified time | relevance | path

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

123

/external/tcpdump/tests/
Dradius-rfc5176-v.out3 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...s
[all …]
Dradius-rfc4675-v.out3 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
Dradius-v.out3 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`
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java18 import com.squareup.okhttp.Authenticator;
25 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()
115 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal()
122 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.java191 private Authenticator authenticator;
429 public OkHttpClient setAuthenticator(Authenticator authenticator) { in setAuthenticator()
434 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;
166 Authenticator.setDefault(null); in reset()
/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.java34 import java.net.Authenticator;
93 Authenticator.setDefault(null); in tearDown()
221 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()
/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

123