org.apache.ws.security.action
Class SAMLTokenUnsignedAction

java.lang.Object
  extended by org.apache.ws.security.action.SAMLTokenSignedAction
      extended by org.apache.ws.security.action.SAMLTokenUnsignedAction
All Implemented Interfaces:
Action

public class SAMLTokenUnsignedAction
extends SAMLTokenSignedAction


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

Constructor Detail

SAMLTokenUnsignedAction

public SAMLTokenUnsignedAction()
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
Overrides:
execute in class SAMLTokenSignedAction
Throws:
WSSecurityException


Copyright © 2004-2009 Apache Web Services. All Rights Reserved.