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(String login, 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, getRequestingSite
-
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
-