play.libs
类 Mail.SMTPAuthenticator

java.lang.Object
  继承者 javax.mail.Authenticator
      继承者 play.libs.Mail.SMTPAuthenticator
包容类:
Mail

public static class Mail.SMTPAuthenticator
extends Authenticator


构造方法摘要
Mail.SMTPAuthenticator(java.lang.String user, java.lang.String password)
           
 
方法摘要
protected  PasswordAuthentication getPasswordAuthentication()
           
 
从类 javax.mail.Authenticator 继承的方法
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Mail.SMTPAuthenticator

public Mail.SMTPAuthenticator(java.lang.String user,
                              java.lang.String password)
方法详细信息

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()
覆盖:
Authenticator 中的 getPasswordAuthentication


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly