Searched refs:Authenticator (Results 1 – 25 of 58) sorted by relevance
123
3 Disconnect-Request (40), id: 0x01, Authenticator: e1792d2b4ab349f1a4c0fcc733d091c14 Message-Authenticator Attribute (80), length: 18, Value: XQ=f(G..sJ0.....7 Disconnect-ACK (41), id: 0x02, Authenticator: 3bc9c343f689990756b96c583a56890a8 Message-Authenticator Attribute (80), length: 18, Value: .O........iC,'}.11 Disconnect-NAK (42), id: 0x03, Authenticator: d867c308c9c43112b3a669a0e8c0ab8c12 Message-Authenticator Attribute (80), length: 18, Value: ...p.I...(."....15 CoA-Request (43), id: 0x04, Authenticator: 5f18309be67cd6150fe4c3a0b93536c916 Message-Authenticator Attribute (80), length: 18, Value: '..6|.F..._...[.19 CoA-ACK (44), id: 0x05, Authenticator: 55ab6cb78aa161d692753fa9130c501920 Message-Authenticator Attribute (80), length: 18, Value: .........+.x...s[all …]
3 Access-Request (1), id: 0x46, Authenticator: f44757bc498c3393763a27d0b23937028 Message-Authenticator Attribute (80), length: 18, Value: .....b..7-...b.11 Access-Accept (2), id: 0x46, Authenticator: 766a0314eaf4b95f1ec271ae19cb3bdc18 Access-Request (1), id: 0xb5, Authenticator: 11851d8b1b483f54a864b703ea21f4dc23 Message-Authenticator Attribute (80), length: 18, Value: ..o..}f..d.;..R[26 Access-Accept (2), id: 0xb5, Authenticator: e223a663823b20ccc18bcf90c3ecbe2732 Access-Request (1), id: 0x5a, Authenticator: 8dd685f50f837e8ad29e9cc09526117237 Message-Authenticator Attribute (80), length: 18, Value: ....(..^A.f.....40 Access-Accept (2), id: 0x5a, Authenticator: fbaa7d05d009953514d00697da4d1dfc
3 Access-Request (1), id: 0x05, Authenticator: ecfe3d2fe4473ec6299095ee46aedf7713 Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x.16 Access-Challenge (11), id: 0x05, Authenticator: f050649184625d36f14c9075b7a48b8322 Message-Authenticator Attribute (80), length: 18, Value: ...<.(.X.13..t4.26 Access-Request (1), id: 0x06, Authenticator: 6a6f38e6dae830304d2333e5d536464337 Message-Authenticator Attribute (80), length: 18, Value: '&.q1.....Ojb..840 Access-Accept (2), id: 0x06, Authenticator: fbba6a784c7decb314caf0f27944a37b46 Message-Authenticator Attribute (80), length: 18, Value: ...b...2.^..NLc`
18 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()
3 import com.squareup.okhttp.Authenticator;281 public static Request processAuthHeader(Authenticator authenticator, Response response, in processAuthHeader()
23 import org.eclipse.jetty.security.Authenticator.AuthConfiguration;53 public class DefaultAuthenticatorFactory implements Authenticator.Factory57 …public Authenticator getAuthenticator(Server server, ServletContext context, AuthConfiguration con… in getAuthenticator()60 Authenticator authenticator=null; in getAuthenticator()
64 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()
41 public interface Authenticator interface120 …Authenticator getAuthenticator(Server server, ServletContext context, AuthConfiguration configurat… in getAuthenticator()
2 Authenticator and RADIUS authentication server57 server for MAC address based access control, IEEE 802.1X Authenticator59 Authenticator and dynamic TKIP/CCMP keying.109 IEEE 802.1X uses elements called Supplicant, Authenticator, Port112 Server. An access point includes an Authenticator that relays the packets114 Port Access Entity (PAE) with Authenticator functionality for119 between a Supplicant and an Authenticator are sent using EAP over LAN120 (EAPOL) and the Authenticator relays these frames to the Authentication123 Authenticator, in which case there is no need for additional protocol132 frames to be passed between the Supplicant and the Authenticator even[all …]
23 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()
30 private Authenticator authenticator = AuthenticatorAdapter.INSTANCE;
18 import java.net.Authenticator;23 public final class RecordingAuthenticator extends Authenticator {
18 import com.squareup.okhttp.Authenticator;25 public final class RecordingOkAuthenticator implements Authenticator {
46 final Authenticator authenticator;53 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy, in Address()110 public Authenticator getAuthenticator() { in getAuthenticator()
24 public interface Authenticator { interface
191 private Authenticator authenticator;429 public OkHttpClient setAuthenticator(Authenticator authenticator) { in setAuthenticator()434 public Authenticator getAuthenticator() { in getAuthenticator()
18 import com.squareup.okhttp.Authenticator;30 client.setAuthenticator(new Authenticator() { in run()
26 import org.eclipse.jetty.security.Authenticator;33 public abstract class LoginAuthenticator implements Authenticator
35 import org.eclipse.jetty.security.Authenticator;
56 master session key for the Authenticator (AP) and Supplicant61 keys between the Authenticator and Supplicant. This handshake is62 also used to verify that both Authenticator and Supplicant know
47 ways to IEEE 802.1X/EAPOL Authenticator state machines. In other48 words, it integrates IEEE 802.1X Authenticator (normally, an
22 import java.net.Authenticator;166 Authenticator.setDefault(null); in reset()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
34 import java.net.Authenticator;93 Authenticator.setDefault(null); in tearDown()221 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()
5 - Linked some parts of IEEE 802.1X Authenticator implementation from13 integrated) Authenticator.127 6) Authenticator simulator required patching for handling Access-Accept within