com.sun.enterprise.container.common.impl.mail
Class MailSessionAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by com.sun.enterprise.container.common.impl.mail.MailSessionAuthenticator

public class MailSessionAuthenticator
extends javax.mail.Authenticator

Author:
peterw99

Constructor Summary
MailSessionAuthenticator(Properties props)
           
 
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(Properties props)
Method Detail

getPasswordAuthentication

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


Copyright © 2012 GlassFish Community. All Rights Reserved.