com.sun.xml.wss.impl.callback
Class UsernameCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.UsernameCallback
- All Implemented Interfaces:
- Callback
public class UsernameCallback
- extends XWSSCallback
- implements Callback
This Callback should be handled if the username for the username token
needs to be supplied at run-time.
- Author:
- XWS-Security Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameCallback
public UsernameCallback()
setUsername
public void setUsername(String username)
- Set the Username.
- Parameters:
username - java.lang.String representing the Username.
getUsername
public String getUsername()
- Get the Username.
- Returns:
java.lang.String representing the Username.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.