Searched refs:PasswordAuthentication (Results 1 – 15 of 15) sorted by relevance
20 import java.net.PasswordAuthentication;29 new PasswordAuthentication(name, null); in test_ConstructorLjava_lang_String$C()35 PasswordAuthentication pa = new PasswordAuthentication(null, password); in test_ConstructorLjava_lang_String$C()
21 import java.net.PasswordAuthentication;30 PasswordAuthentication pa = Authenticator.requestPasswordAuthentication( in test_setDefault()64 public PasswordAuthentication getPasswordAuthentication() { in getPasswordAuthentication()
25 import java.net.PasswordAuthentication;48 protected PasswordAuthentication getPasswordAuthentication() { in getPasswordAuthentication()50 return new PasswordAuthentication(userName, password.toCharArray()); in getPasswordAuthentication()97 PasswordAuthentication passAuth = Authenticator.requestPasswordAuthentication( in testRequestPasswordAuthentication()
51 import java.net.PasswordAuthentication;3477 protected PasswordAuthentication getPasswordAuthentication() {3485 ? new PasswordAuthentication("username", "password".toCharArray())
20 import java.net.PasswordAuthentication;33 PasswordAuthentication pa = new PasswordAuthentication(name, password); in test_ConstructorLjava_lang_String$C()
45 public static java.net.PasswordAuthentication requestPasswordAuthentication( in requestPasswordAuthentication()54 public static java.net.PasswordAuthentication requestPasswordAuthentication( in requestPasswordAuthentication()64 public static java.net.PasswordAuthentication requestPasswordAuthentication( in requestPasswordAuthentication()100 protected java.net.PasswordAuthentication getPasswordAuthentication() { in getPasswordAuthentication()
40 public final class PasswordAuthentication { class55 public PasswordAuthentication(String userName, char[] password) { in PasswordAuthentication() method in PasswordAuthentication
160 public static PasswordAuthentication requestPasswordAuthentication( in requestPasswordAuthentication()221 public static PasswordAuthentication requestPasswordAuthentication( in requestPasswordAuthentication()286 public static PasswordAuthentication requestPasswordAuthentication( in requestPasswordAuthentication()397 protected PasswordAuthentication getPasswordAuthentication() { in getPasswordAuthentication()
158 PasswordAuthentication pw = in authenticate()160 new java.security.PrivilegedAction<PasswordAuthentication>() { in authenticate()161 public PasswordAuthentication run() { in authenticate()
24 import java.net.PasswordAuthentication;276 protected PasswordAuthentication getPasswordAuthentication() { in testProxyAuthorization()277 return new PasswordAuthentication( in testProxyAuthorization()
103 protected java.net.PasswordAuthentication getPasswordAuthentication() { in setUp()104 return new java.net.PasswordAuthentication( in setUp()
37 import java.net.PasswordAuthentication;438 protected PasswordAuthentication getPasswordAuthentication() { in testProxyAuthConnection()439 return new PasswordAuthentication("user", "password".toCharArray()); in testProxyAuthConnection()545 protected PasswordAuthentication getPasswordAuthentication() { in testProxyAuthConnection_doOutput()546 return new PasswordAuthentication("user", "password".toCharArray()); in testProxyAuthConnection_doOutput()
323 "ojluni/src/main/java/java/net/PasswordAuthentication.java",
358 …rc/main/java/java/net/PasswordAuthentication.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
5417 method protected java.net.PasswordAuthentication getPasswordAuthentication();5426 …method public static java.net.PasswordAuthentication requestPasswordAuthentication(java.net.InetAd…5427 …method public static java.net.PasswordAuthentication requestPasswordAuthentication(String, java.ne…5428 …method public static java.net.PasswordAuthentication requestPasswordAuthentication(String, java.ne…5835 public final class PasswordAuthentication {5836 ctor public PasswordAuthentication(String, char[]);