Package org.apache.wiki.util
Class MailUtil.SmtpAuthenticator
java.lang.Object
javax.mail.Authenticator
org.apache.wiki.util.MailUtil.SmtpAuthenticator
- Enclosing class:
- MailUtil
protected static class MailUtil.SmtpAuthenticator extends javax.mail.Authenticator
Simple
Authenticator subclass that authenticates a user to
an SMTP server.-
Constructor Summary
Constructors Constructor Description SmtpAuthenticator(java.lang.String login, java.lang.String pass)Constructs a new SmtpAuthenticator with a supplied username and password. -
Method Summary
Modifier and Type Method Description javax.mail.PasswordAuthenticationgetPasswordAuthentication()Returns the password used to authenticate to the SMTP server.Methods inherited from class javax.mail.Authenticator
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSiteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SmtpAuthenticator
Constructs a new SmtpAuthenticator with a supplied username and password.- Parameters:
login- the user namepass- the password
-
-
Method Details
-
getPasswordAuthentication
Returns the password used to authenticate to the SMTP server.- Overrides:
getPasswordAuthenticationin classjavax.mail.Authenticator- Returns:
PasswordAuthentication
-