org.jutil.net
Class SMTPAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by org.jutil.net.SMTPAuthenticator

public class SMTPAuthenticator
extends javax.mail.Authenticator


Constructor Summary
SMTPAuthenticator(java.lang.String user, java.lang.String pass)
           
 
Method Summary
 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

SMTPAuthenticator

public SMTPAuthenticator(java.lang.String user,
                         java.lang.String pass)
Method Detail

getPasswordAuthentication

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