|
|||||||||
| Home >> All >> org >> mentawai >> [ mail overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mentawai.mail
Class DefaultAuthenticator

java.lang.Objectjavax.mail.Authenticator
org.mentawai.mail.DefaultAuthenticator
- public class DefaultAuthenticator
- extends javax.mail.Authenticator
This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.
- Version:
- $Id: DefaultAuthenticator.java,v 1.3 2005/07/29 21:23:15 soliveira Exp $
| Field Summary | |
private javax.mail.PasswordAuthentication |
authentication
Stores the login information for authentication |
| Fields inherited from class javax.mail.Authenticator |
|
| Constructor Summary | |
DefaultAuthenticator(java.lang.String userName,
java.lang.String password)
Default constructor |
|
| Method Summary | |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication()
Gets the authentication object that will be used to login to the mail server. |
| Methods inherited from class javax.mail.Authenticator |
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
authentication
private javax.mail.PasswordAuthentication authentication
- Stores the login information for authentication
| Constructor Detail |
DefaultAuthenticator
public DefaultAuthenticator(java.lang.String userName, java.lang.String password)
- Default constructor
| Method Detail |
getPasswordAuthentication
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
- Gets the authentication object that will be used to login to the mail
server.
|
|||||||||
| Home >> All >> org >> mentawai >> [ mail overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC