|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.PasswordValidationCallback.PlainTextPasswordRequest
public static class PasswordValidationCallback.PlainTextPasswordRequest
Represents a validation request when the password in the username token is in plain text.
| Constructor Summary | |
|---|---|
PasswordValidationCallback.PlainTextPasswordRequest(String userName,
String password)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getPassword()
Get the password stored in the Request. |
String |
getUsername()
Get the username stored in this Request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordValidationCallback.PlainTextPasswordRequest(String userName,
String password)
userName - java.lang.String representation of User name.password - java.lang.String representation of password.| Method Detail |
|---|
public String getUsername()
java.lang.String representation of username.public String getPassword()
java.lang.String representation of password.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||