Example usage for Java java.net PasswordAuthentication fields, constructors, methods, implement or subclass
The text is from its open source code.
PasswordAuthentication(String userName, char[] password) Creates a new PasswordAuthentication object from the given user name and password. |
char[] | getPassword() Returns the user password. |
String | getUserName() Returns the user name. |