|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.net.PasswordAuthentication
public final class PasswordAuthentication
クラス PasswordAuthentication は、オーセンティケータによって使用されるデータホルダーです。これは単に、ユーザー名とパスワード用のリポジトリです。
Authenticator
,
Authenticator.getPasswordAuthentication()
コンストラクタの概要 | |
---|---|
PasswordAuthentication(String userName,
char[] password)
指定されたユーザー名およびパスワードから、新しい PasswordAuthentication オブジェクトを生成します。 |
メソッドの概要 | |
---|---|
char[] |
getPassword()
ユーザーのパスワードを返します。 |
String |
getUserName()
ユーザー名を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PasswordAuthentication(String userName, char[] password)
PasswordAuthentication
オブジェクトを生成します。
指定されたユーザーパスワードが複製され、新しい PasswordAuthentication
に格納されます。
userName
- ユーザー名password
- ユーザーのパスワードメソッドの詳細 |
---|
public String getUserName()
public char[] getPassword()
このメソッドはパスワードへの参照を返します。不要になったパスワード情報をゼロにする (消去する) のは、呼び出し元の責任です。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。