|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.Authenticator org.xfp.components.SMTPHelper.MailAuthenticator
Class for SMTP authentication.
Field Summary | |
protected java.lang.String |
m_password
The users password used for basic authentication |
protected java.lang.String |
m_user
The users username used for basic authentication |
Constructor Summary | |
SMTPHelper.MailAuthenticator()
Constructor calls the super class constructor |
|
SMTPHelper.MailAuthenticator(java.lang.String user,
java.lang.String password)
Constructor calls the super class constructor |
Method Summary | |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication()
overrides the getPasswordAuthentication method in the super class |
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 |
protected java.lang.String m_user
protected java.lang.String m_password
Constructor Detail |
public SMTPHelper.MailAuthenticator(java.lang.String user, java.lang.String password)
user
- parampassword
- parampublic SMTPHelper.MailAuthenticator()
Method Detail |
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |