javax.mail
Class PasswordAuthentication

java.lang.Object
  extended byjavax.mail.PasswordAuthentication

public final class PasswordAuthentication
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $

Constructor Summary
PasswordAuthentication(String user, String password)
           
 
Method Summary
 String getPassword()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordAuthentication

public PasswordAuthentication(String user,
                              String password)
Method Detail

getUserName

public String getUserName()

getPassword

public String getPassword()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.