Searched refs:Authenticator (Results 1 – 25 of 41) sorted by relevance
12
18 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()
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()108 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal()115 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
184 private Authenticator authenticator;419 public OkHttpClient setAuthenticator(Authenticator authenticator) { in setAuthenticator()424 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;152 Authenticator.setDefault(null); in reset()
21 import java.net.Authenticator;
27 import java.net.Authenticator;579 Authenticator.setDefault(new Authenticator() { in testProxyAuthConnection()668 Authenticator.setDefault(new Authenticator() { in testProxyAuthConnection_doOutput()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
32 import java.net.Authenticator;99 Authenticator.setDefault(null); in tearDown()227 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()
19 import com.squareup.okhttp.Authenticator;75 private final Authenticator authenticator = AuthenticatorAdapter.INSTANCE;
5 - Linked some parts of IEEE 802.1X Authenticator implementation from13 integrated) Authenticator.127 6) Authenticator simulator required patching for handling Access-Accept within