org.apache.oozie.action.email
Class EmailActionExecutor.JavaMailAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by org.apache.oozie.action.email.EmailActionExecutor.JavaMailAuthenticator
Enclosing class:
EmailActionExecutor

public static class EmailActionExecutor.JavaMailAuthenticator
extends javax.mail.Authenticator


Constructor Summary
EmailActionExecutor.JavaMailAuthenticator(String user, 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

EmailActionExecutor.JavaMailAuthenticator

public EmailActionExecutor.JavaMailAuthenticator(String user,
                                                 String password)
Method Detail

getPasswordAuthentication

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.