javax.mail
Class PasswordAuthentication
java.lang.Object
javax.mail.PasswordAuthentication
public final class PasswordAuthentication
- extends Object
A data holder used by Authenticator to contain a username and password.
- Version:
- $Rev: 126350 $ $Date: 2005-01-24 22:35:47 -0800 (Mon, 24 Jan 2005) $
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 © 2006 Apache Software Foundation. All Rights Reserved.