org.jboss.seam.mail.core
Class MailSessionAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by org.jboss.seam.mail.core.MailSessionAuthenticator

public class MailSessionAuthenticator
extends javax.mail.Authenticator

Author:
Cody Lerum

Constructor Summary
MailSessionAuthenticator(String username, String password)
           
 
Method Summary
protected  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

MailSessionAuthenticator

public MailSessionAuthenticator(String username,
                                String password)
Method Detail

getPasswordAuthentication

protected javax.mail.PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class javax.mail.Authenticator


Copyright © 2012 Seam Framework. All Rights Reserved.