|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.PasswordAuthentication
public final class PasswordAuthentication
Container for a username/password combination.
| Constructor Summary | |
|---|---|
PasswordAuthentication(String userName,
String password)
Creates a new password authentication |
|
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password. |
String |
getUserName()
Returns the username. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordAuthentication(String userName,
String password)
userName - the usernamepassword - the password| Method Detail |
|---|
public String getUserName()
public String getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||