public class InboundXMLSec extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
InboundXMLSec(XMLSecurityProperties securityProperties) |
| Modifier and Type | Method and Description |
|---|---|
XMLStreamReader |
processInMessage(XMLStreamReader xmlStreamReader)
Warning:
configure your xmlStreamReader correctly.
|
XMLStreamReader |
processInMessage(XMLStreamReader xmlStreamReader,
List<SecurityEvent> requestSecurityEvents,
SecurityEventListener securityEventListener)
Warning:
configure your xmlStreamReader correctly.
|
public InboundXMLSec(XMLSecurityProperties securityProperties)
public XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader) throws XMLStreamException
xmlStreamReader - The original XMLStreamReaderXMLStreamException - thrown when a streaming error occurspublic XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader, List<SecurityEvent> requestSecurityEvents, SecurityEventListener securityEventListener) throws XMLStreamException
xmlStreamReader - The original XMLStreamReaderrequestSecurityEvents - A List of requested SecurityEventssecurityEventListener - A SecurityEventListener to receive security-relevant events.XMLStreamException - thrown when a streaming error occursCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.