public class SecurityHeaderInputProcessor
extends org.apache.xml.security.stax.ext.AbstractInputProcessor
Modifier and Type | Class and Description |
---|---|
class |
SecurityHeaderInputProcessor.InternalSecurityHeaderBufferProcessor
Temporary Processor to buffer all events until the end of the security header
|
class |
SecurityHeaderInputProcessor.InternalSecurityHeaderReplayProcessor
Temporary processor to replay the buffered events
|
Constructor and Description |
---|
SecurityHeaderInputProcessor(WSSSecurityProperties securityProperties) |
Modifier and Type | Method and Description |
---|---|
org.apache.xml.security.stax.ext.stax.XMLSecEvent |
processNextEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) |
org.apache.xml.security.stax.ext.stax.XMLSecEvent |
processNextHeaderEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) |
protected static final Logger LOG
public SecurityHeaderInputProcessor(WSSSecurityProperties securityProperties)
public org.apache.xml.security.stax.ext.stax.XMLSecEvent processNextHeaderEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) throws XMLStreamException, org.apache.xml.security.exceptions.XMLSecurityException
processNextHeaderEvent
in interface org.apache.xml.security.stax.ext.InputProcessor
processNextHeaderEvent
in class org.apache.xml.security.stax.ext.AbstractInputProcessor
XMLStreamException
org.apache.xml.security.exceptions.XMLSecurityException
public org.apache.xml.security.stax.ext.stax.XMLSecEvent processNextEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) throws XMLStreamException, org.apache.xml.security.exceptions.XMLSecurityException
processNextEvent
in interface org.apache.xml.security.stax.ext.InputProcessor
processNextEvent
in class org.apache.xml.security.stax.ext.AbstractInputProcessor
XMLStreamException
org.apache.xml.security.exceptions.XMLSecurityException
Copyright © 2016 JBoss by Red Hat. All rights reserved.