Package com.sun.xml.wss.impl.callback
Class PasswordCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.PasswordCallback
- All Implemented Interfaces:
Callback
This Callback should be handled if the password for the username token
needs to be supplied at run-time.
- Author:
- XWS-Security Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the password stored in this request.voidsetPassword(String password) Set the Password.Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Constructor Details
-
PasswordCallback
public PasswordCallback()
-
-
Method Details
-
setPassword
Set the Password.- Parameters:
password-java.lang.Stringrepresenting the password.
-
getPassword
Get the password stored in this request.- Returns:
java.lang.Stringrepresenting the password.
-