org.mortbay.jetty.plus
Class MailService.MailAuthenticator

java.lang.Object
  extended byjavax.mail.Authenticator
      extended byorg.mortbay.jetty.plus.MailService.MailAuthenticator
Enclosing class:
MailService

public class MailService.MailAuthenticator
extends javax.mail.Authenticator


Constructor Summary
MailService.MailAuthenticator(java.lang.String user, java.lang.String password)
           
 
Method Summary
 javax.mail.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailService.MailAuthenticator

public MailService.MailAuthenticator(java.lang.String user,
                                     java.lang.String password)
Method Detail

getPasswordAuthentication

public javax.mail.PasswordAuthentication getPasswordAuthentication()


Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.