Searched refs:RecordingAuthenticator (Results 1 – 4 of 4) sorted by relevance
23 public final class RecordingAuthenticator extends Authenticator { class30 public RecordingAuthenticator(PasswordAuthentication authentication) { in RecordingAuthenticator() method in RecordingAuthenticator34 public RecordingAuthenticator() { in RecordingAuthenticator() method in RecordingAuthenticator
18 import com.squareup.okhttp.internal.RecordingAuthenticator;115 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal()
21 import com.squareup.okhttp.internal.RecordingAuthenticator;939 Authenticator.setDefault(new RecordingAuthenticator()); in proxyAuthenticateOnConnect()961 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in proxyAuthenticateOnConnect()1389 Authenticator.setDefault(new RecordingAuthenticator());1520 RecordingAuthenticator authenticator = new RecordingAuthenticator(null);1710 Authenticator.setDefault(new RecordingAuthenticator());1727 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,1744 Authenticator.setDefault(new RecordingAuthenticator());1756 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,1776 Authenticator.setDefault(new RecordingAuthenticator());[all …]
24 import com.squareup.okhttp.internal.RecordingAuthenticator;221 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()229 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in authenticate()