railo.runtime.net.smtp
Class SMTPAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by railo.runtime.net.smtp.SMTPAuthenticator

public final class SMTPAuthenticator
extends javax.mail.Authenticator

This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.


Constructor Summary
SMTPAuthenticator(String userName, String password)
          Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMTPAuthenticator

public SMTPAuthenticator(String userName,
                         String password)
Default constructor

Parameters:
userName - user name to use when authentication is requested
password - password to use when authentication is requested


Copyright © 2012 Railo