|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.wss.security.PasswordCredential
public class PasswordCredential
This class PasswordCredential is a place holder for the
username/password object.
| Constructor Summary | |
|---|---|
PasswordCredential(String username,
String password)
Construct a credential with the specified password and user. |
|
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password. |
String |
getUserName()
Returns the user name. |
| Constructor Detail |
|---|
public PasswordCredential(String username,
String password)
username - the user name.password - the password.| Method Detail |
|---|
public String getUserName()
public String getPassword()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||