|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.wss.security.PasswordCredential
public class PasswordCredential
This class PasswordCredential is a place holder for the
username/password object.
| コンストラクタの概要 | |
|---|---|
PasswordCredential(String username,
String password)
Construct a credential with the specified password and user. |
|
| メソッドの概要 | |
|---|---|
String |
getPassword()
Returns the password. |
String |
getUserName()
Returns the user name. |
| コンストラクタの詳細 |
|---|
public PasswordCredential(String username,
String password)
username - the user name.password - the password.| メソッドの詳細 |
|---|
public String getUserName()
public String getPassword()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||