Searched defs:getPasswordAuthentication (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DOldAuthenticatorTest.java52 assertNull(ma.getPasswordAuthentication());
64 public PasswordAuthentication getPasswordAuthentication() { method in class:OldAuthenticatorTest.MockAuthenticator
65 return super.getPasswordAuthentication();
H A DURLConnectionTest.java3175 protected PasswordAuthentication getPasswordAuthentication() { method in class:URLConnectionTest.SimpleAuthenticator
/libcore/ojluni/src/main/java/java/net/
H A DAuthenticator.java34 * #getPasswordAuthentication()} in a sub-class. This method will
45 * getPasswordAuthentication() method of the registered object.
51 * @see java.net.Authenticator#getPasswordAuthentication()
185 return a.getPasswordAuthentication();
248 return a.getPasswordAuthentication();
317 return a.getPasswordAuthentication();
397 protected PasswordAuthentication getPasswordAuthentication() { method in class:Authenticator

Completed in 132 milliseconds