javax.mail
public final class PasswordAuthentication extends Object
Version: 1.3
| Constructor Summary | |
|---|---|
| PasswordAuthentication(String userName, String password)
Creates a new password authentication | |
| Method Summary | |
|---|---|
| String | getPassword()
Returns the password. |
| String | getUserName()
Returns the username. |
Parameters: userName the username password the password