org.apache.wss4j.dom.action
Class UsernameTokenSignedAction
java.lang.Object
org.apache.wss4j.dom.action.UsernameTokenSignedAction
- All Implemented Interfaces:
- Action
public class UsernameTokenSignedAction
- extends Object
- implements Action
Sign a request using a secret key derived from UsernameToken data.
Enhanced by Alberto Coletti to support digest password type for
username token signature
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameTokenSignedAction
public UsernameTokenSignedAction()
execute
public void execute(WSHandler handler,
SecurityActionToken actionToken,
Document doc,
RequestData reqData)
throws WSSecurityException
- Specified by:
execute in interface Action
- Throws:
WSSecurityException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.