public class InboundWSSec extends Object
Modifier and Type | Field and Description |
---|---|
protected static Logger |
log
Deprecated.
|
protected static Logger |
LOG |
Constructor and Description |
---|
InboundWSSec(WSSSecurityProperties securityProperties) |
InboundWSSec(WSSSecurityProperties securityProperties,
boolean initiator,
boolean returnSecurityError) |
Modifier and Type | Method and Description |
---|---|
XMLStreamReader |
processInMessage(XMLStreamReader xmlStreamReader)
Warning:
configure your xmlStreamReader correctly.
|
XMLStreamReader |
processInMessage(XMLStreamReader xmlStreamReader,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents)
Warning:
configure your xmlStreamReader correctly.
|
XMLStreamReader |
processInMessage(XMLStreamReader xmlStreamReader,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents,
List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> securityEventListeners)
Warning:
configure your xmlStreamReader correctly.
|
XMLStreamReader |
processInMessage(XMLStreamReader xmlStreamReader,
List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents,
org.apache.xml.security.stax.securityEvent.SecurityEventListener securityEventListener)
Warning:
configure your xmlStreamReader correctly.
|
protected static final transient Logger LOG
@Deprecated protected static final Logger log
public InboundWSSec(WSSSecurityProperties securityProperties)
public InboundWSSec(WSSSecurityProperties securityProperties, boolean initiator, boolean returnSecurityError)
public XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader) throws XMLStreamException, WSSecurityException
xmlStreamReader
- The original XMLStreamReaderXMLStreamException
- thrown when a streaming error occursorg.apache.xml.security.exceptions.XMLSecurityException
WSSecurityException
public XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents) throws XMLStreamException, WSSecurityException
xmlStreamReader
- The original XMLStreamReaderXMLStreamException
- thrown when a streaming error occursorg.apache.xml.security.exceptions.XMLSecurityException
WSSecurityException
public XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents, org.apache.xml.security.stax.securityEvent.SecurityEventListener securityEventListener) throws XMLStreamException, WSSecurityException
xmlStreamReader
- The original XMLStreamReadersecurityEventListener
- A SecurityEventListener to receive security-relevant events.XMLStreamException
- thrown when a streaming error occursorg.apache.xml.security.exceptions.XMLSecurityException
WSSecurityException
public XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader, List<org.apache.xml.security.stax.securityEvent.SecurityEvent> requestSecurityEvents, List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> securityEventListeners) throws XMLStreamException, WSSecurityException
xmlStreamReader
- The original XMLStreamReadersecurityEventListeners
- A list of SecurityEventListeners to receive security-relevant events.XMLStreamException
- thrown when a streaming error occursorg.apache.xml.security.exceptions.XMLSecurityException
WSSecurityException
Copyright © 2017 JBoss by Red Hat. All rights reserved.