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;948 Authenticator.setDefault(new RecordingAuthenticator()); in proxyAuthenticateOnConnect()970 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in proxyAuthenticateOnConnect()1401 Authenticator.setDefault(new RecordingAuthenticator());1532 RecordingAuthenticator authenticator = new RecordingAuthenticator(null);1722 Authenticator.setDefault(new RecordingAuthenticator());1739 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,1756 Authenticator.setDefault(new RecordingAuthenticator());1768 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,1788 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()