|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Authenticator
jodd.mail.SmtpSimpleAuthenticator
Performs simple authentication when the SMTP server requires it.
Constructor Summary | |
SmtpSimpleAuthenticator(java.lang.String username,
java.lang.String password)
|
Method Summary | |
javax.mail.PasswordAuthentication |
getPasswordAuthentication()
|
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 |
Constructor Detail |
public SmtpSimpleAuthenticator(java.lang.String username, java.lang.String password)
Method Detail |
public javax.mail.PasswordAuthentication getPasswordAuthentication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |