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. |
クラス 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