|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.PasswordCallback
public class PasswordCallback
This Callback should be handled if the password for the username token needs to be supplied at run-time.
Constructor Summary | |
---|---|
PasswordCallback()
|
Method Summary | |
---|---|
java.lang.String |
getPassword()
Get the password stored in this request. |
void |
setPassword(java.lang.String password)
Set the Password. |
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback |
---|
getRuntimeProperties |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordCallback()
Method Detail |
---|
public void setPassword(java.lang.String password)
password
- java.lang.String
representing the password.public java.lang.String getPassword()
java.lang.String
representing the password.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |