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

12

/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6341616.java77 public PasswordAuthentication getPasswordAuthentication () { method in class:B6341616.MyAuthenticator
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest2.java90 public PasswordAuthentication getPasswordAuthentication () { method in class:Test2.MyAuthenticator
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4921848.java113 public PasswordAuthentication getPasswordAuthentication () { method in class:B4921848.MyAuthenticator
H A DB4962064.java128 public PasswordAuthentication getPasswordAuthentication () { method in class:B4962064.MyAuthenticator
H A DDeadlock.java122 public PasswordAuthentication getPasswordAuthentication() { method in class:Deadlock.MyAuthenticator
H A DAuthNPETest.java108 public PasswordAuthentication getPasswordAuthentication () method in class:AuthNPETest.MyAuthenticator
H A DB4722333.java155 public PasswordAuthentication getPasswordAuthentication () method in class:B4722333.MyAuthenticator
H A DB4759514.java128 public PasswordAuthentication getPasswordAuthentication () { method in class:B4759514.MyAuthenticator
H A DBasicTest.java128 public PasswordAuthentication getPasswordAuthentication () method in class:BasicTest.MyAuthenticator
H A DBasicTest3.java106 public PasswordAuthentication getPasswordAuthentication () method in class:BasicTest3.MyAuthenticator3
H A DB4678055.java162 public PasswordAuthentication getPasswordAuthentication () { method in class:B4678055.MyAuthenticator
H A DBasicTest4.java175 public PasswordAuthentication getPasswordAuthentication () method in class:BasicTest4.MyAuthenticator
H A DB4933582.java168 public PasswordAuthentication getPasswordAuthentication () { method in class:B4933582.MyAuthenticator
H A DB6870935.java212 public PasswordAuthentication getPasswordAuthentication () method in class:B6870935.MyAuthenticator
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DBasicLongCredentials.java87 public PasswordAuthentication getPasswordAuthentication () { method in class:BasicLongCredentials.MyAuthenticator
H A DRelativeRedirect.java45 public PasswordAuthentication getPasswordAuthentication () method in class:RelativeRedirect.MyAuthenticator
H A DWebGet.java51 public PasswordAuthentication getPasswordAuthentication () method in class:WebGet.MyAuthenticator
H A DNTLMTest.java148 protected PasswordAuthentication getPasswordAuthentication() { method in class:NTLMTest.NullAuthenticator
150 System.out.println("NullAuthenticator.getPasswordAuthentication called " + count + " times");
H A DB5017051.java188 public PasswordAuthentication getPasswordAuthentication () { method in class:B5017051.MyAuthenticator
H A DDigestTest.java200 public PasswordAuthentication getPasswordAuthentication () method in class:DigestTest.MyAuthenticator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DDefaultAuthenticator.java81 protected PasswordAuthentication getPasswordAuthentication() { method in class:DefaultAuthenticator
/openjdk7/jdk/test/sun/net/www/
H A DAuthHeaderTest.java127 public PasswordAuthentication getPasswordAuthentication () { method in class:AuthHeaderTest.MyAuthenticator
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DProxyAuthTest.java203 public PasswordAuthentication getPasswordAuthentication() { method in class:ProxyAuthTest.TestAuthenticator
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxyWithAuth.java218 public PasswordAuthentication getPasswordAuthentication() { method in class:PostThruProxyWithAuth.TestAuthenticator
/openjdk7/jdk/src/share/classes/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 136 milliseconds

12