com.sun.identity.wss.security
クラス PasswordCredential

java.lang.Object
  上位を拡張 com.sun.identity.wss.security.PasswordCredential

public class PasswordCredential
extends Object

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.
 

コンストラクタの詳細

PasswordCredential

public PasswordCredential(String username,
                          String password)
Construct a credential with the specified password and user.

パラメータ:
username - the user name.
password - the password.
メソッドの詳細

getUserName

public String getUserName()
Returns the user name.

戻り値:
the user name.

getPassword

public String getPassword()
Returns the password.

戻り値:
the password.