org.kuali.rice.kew.mail
Class Mailer.SimpleAuthenticator
java.lang.Object
javax.mail.Authenticator
org.kuali.rice.kew.mail.Mailer.SimpleAuthenticator
- Enclosing class:
- Mailer
private static class Mailer.SimpleAuthenticator
- extends javax.mail.Authenticator
SimpleAuthenticator is used to do simple authentication when the SMTP
server requires it.
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 |
passwordAuthentication
private final javax.mail.PasswordAuthentication passwordAuthentication
Mailer.SimpleAuthenticator
private Mailer.SimpleAuthenticator(String username,
String password)
getPasswordAuthentication
public javax.mail.PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication
in class javax.mail.Authenticator
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.