javax.mail
Class PasswordAuthentication
java.lang.Object
javax.mail.PasswordAuthentication
- public final class PasswordAuthentication
- extends Object
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordAuthentication
public PasswordAuthentication(String user,
String password)
getUserName
public String getUserName()
getPassword
public String getPassword()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.