Class SignatureConfirmationInputProcessor
java.lang.Object
org.apache.xml.security.stax.ext.AbstractInputProcessor
org.apache.wss4j.stax.impl.processor.input.SignatureConfirmationInputProcessor
- All Implemented Interfaces:
org.apache.xml.security.stax.ext.InputProcessor
public class SignatureConfirmationInputProcessor
extends org.apache.xml.security.stax.ext.AbstractInputProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureConfirmationInputProcessor(WSSSecurityProperties securityProperties) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xml.security.stax.ext.stax.XMLSecEventprocessEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) org.apache.xml.security.stax.ext.stax.XMLSecEventprocessHeaderEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) Methods inherited from class org.apache.xml.security.stax.ext.AbstractInputProcessor
addAfterProcessor, addBeforeProcessor, doFinal, getAfterProcessors, getBeforeProcessors, getPhase, getReferenceIDAttribute, getSecurityProperties, setPhase
-
Constructor Details
-
SignatureConfirmationInputProcessor
-
-
Method Details
-
processHeaderEvent
public org.apache.xml.security.stax.ext.stax.XMLSecEvent processHeaderEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) throws XMLStreamException, org.apache.xml.security.exceptions.XMLSecurityException - Throws:
XMLStreamExceptionorg.apache.xml.security.exceptions.XMLSecurityException
-
processEvent
public org.apache.xml.security.stax.ext.stax.XMLSecEvent processEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) throws XMLStreamException, org.apache.xml.security.exceptions.XMLSecurityException - Throws:
XMLStreamExceptionorg.apache.xml.security.exceptions.XMLSecurityException
-