Package com.sun.xml.wss.impl.callback
Class PasswordValidationCallback.PlainTextPasswordRequest
java.lang.Object
com.sun.xml.wss.impl.callback.PasswordValidationCallback.PlainTextPasswordRequest
- All Implemented Interfaces:
PasswordValidationCallback.Request
- Enclosing class:
- PasswordValidationCallback
public static class PasswordValidationCallback.PlainTextPasswordRequest
extends Object
implements PasswordValidationCallback.Request
Represents a validation request when the password in the username token
is in plain text.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the password stored in the Request.Get the username stored in this Request.
-
Constructor Details
-
PlainTextPasswordRequest
Constructor.- Parameters:
userName-java.lang.Stringrepresentation of User name.password-java.lang.Stringrepresentation of password.
-
-
Method Details
-
getUsername
Get the username stored in this Request.- Returns:
java.lang.Stringrepresentation of username.
-
getPassword
Get the password stored in the Request.- Returns:
java.lang.Stringrepresentation of password.
-