HomeSort by relevance Sort by last modified time
    Searched refs:PasswordAuthentication (Results 1 - 7 of 7) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 19 import java.net.PasswordAuthentication;
28 public final PasswordAuthentication authentication;
30 public RecordingAuthenticator(PasswordAuthentication authentication) {
35 this(new PasswordAuthentication("username", "password".toCharArray()));
38 @Override protected PasswordAuthentication getPasswordAuthentication() {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
AuthenticatorAdapter.java 28 import java.net.PasswordAuthentication;
45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(
68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
AuthenticatorAdapter.java 29 import java.net.PasswordAuthentication;
47 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(
70 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ProxyDetectorImpl.java 28 import java.net.PasswordAuthentication;
124 public PasswordAuthentication requestPasswordAuthentication(
244 PasswordAuthentication auth = authenticationProvider.requestPasswordAuthentication(
294 PasswordAuthentication requestPasswordAuthentication(
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ProxyDetectorImplTest.java 33 import java.net.PasswordAuthentication;
178 PasswordAuthentication auth = new PasswordAuthentication(
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 69 PasswordAuthentication no
88 PasswordAuthentication no\n\
  /external/openssh/regress/
test-exec.sh 450 PasswordAuthentication no

Completed in 515 milliseconds