|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Authenticator
QEAuthenticator
public class QEAuthenticator
Used for host authentication (username & password) during SMTP transport
Field Summary | |
---|---|
private java.lang.String |
m_pwd
password |
private java.lang.String |
m_usr
username |
Constructor Summary | |
---|---|
QEAuthenticator()
Default constructor, sets username and password to blanks. |
|
QEAuthenticator(java.lang.String usr,
java.lang.String pwd)
Constructor to set username and password |
Method Summary | |
---|---|
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication()
Retrieved the password authentication object, used during transport. |
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 |
---|
private java.lang.String m_usr
private java.lang.String m_pwd
Constructor Detail |
---|
public QEAuthenticator()
public QEAuthenticator(java.lang.String usr, java.lang.String pwd)
usr
- Username to access outgoing email serverpwd
- Password to access outgoing email serverMethod Detail |
---|
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication
in class javax.mail.Authenticator
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |