com.hamaf.hikyaku.util
クラス SmtpAuth

java.lang.Object
  上位を拡張 Authenticator
      上位を拡張 com.hamaf.hikyaku.util.SmtpAuth

public class SmtpAuth
extends Authenticator

タイトル:SmtpAuth is .

説明:SMTPサーバー 接続用 ユーザー証明クラス


著作権: Copyright (c) 2011/01/28

バージョン:
1.0
作成者:
Yoshinori

コンストラクタの概要
SmtpAuth(java.lang.String user, java.lang.String password)
          Creates a new SmtpSuth.java instance.
 
メソッドの概要
protected  PasswordAuthentication getPasswordAuthentication()
           
 void setPassword(java.lang.String password)
           
 void setUser(java.lang.String user)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SmtpAuth

public SmtpAuth(java.lang.String user,
                java.lang.String password)
Creates a new SmtpSuth.java instance.
Default Constructor

パラメータ:
user -
password -
メソッドの詳細

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()

setUser

public void setUser(java.lang.String user)
パラメータ:
user - セットする user

setPassword

public void setPassword(java.lang.String password)
パラメータ:
password - セットする password