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

/openjdk7/jdk/src/share/classes/java/net/
H A DPasswordAuthentication.java30 * The class PasswordAuthentication is a data holder that is used by
40 public final class PasswordAuthentication { class
46 * Creates a new <code>PasswordAuthentication</code> object from the given
50 * the new <code>PasswordAuthentication</code> object.
55 public PasswordAuthentication(String userName, char[] password) { method in class:PasswordAuthentication

Completed in 30 milliseconds