org.apache.ws.security.action
Class SAMLTokenSignedAction

java.lang.Object
  extended byorg.apache.ws.security.action.SAMLTokenSignedAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
SAMLTokenUnsignedAction

public class SAMLTokenSignedAction
extends java.lang.Object
implements Action


Constructor Summary
SAMLTokenSignedAction()
           
 
Method Summary
 void execute(WSHandler handler, int actionToDo, org.w3c.dom.Document doc, RequestData reqData)
           
protected  SAMLIssuer loadSamlIssuer(WSHandler handler, RequestData reqData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLTokenSignedAction

public SAMLTokenSignedAction()
Method Detail

execute

public void execute(WSHandler handler,
                    int actionToDo,
                    org.w3c.dom.Document doc,
                    RequestData reqData)
             throws WSSecurityException
Specified by:
execute in interface Action
Throws:
WSSecurityException

loadSamlIssuer

protected SAMLIssuer loadSamlIssuer(WSHandler handler,
                                    RequestData reqData)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.