|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wss4j.stax.ext.InboundWSSec
public class InboundWSSec
Inbound Streaming-WebService-Security An instance of this class can be retrieved over the WSSec class
| Field Summary | |
|---|---|
protected static org.slf4j.Logger |
log
|
| Constructor Summary | |
|---|---|
InboundWSSec(WSSSecurityProperties securityProperties)
|
|
InboundWSSec(WSSSecurityProperties securityProperties,
boolean initiator,
boolean returnSecurityError)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final transient org.slf4j.Logger log
| Constructor Detail |
|---|
public InboundWSSec(WSSSecurityProperties securityProperties)
public InboundWSSec(WSSSecurityProperties securityProperties,
boolean initiator,
boolean returnSecurityError)
| Method Detail |
|---|
public XMLStreamReader processInMessage(XMLStreamReader xmlStreamReader)
throws XMLStreamException,
WSSecurityException
xmlStreamReader - The original XMLStreamReader
XMLStreamException - thrown when a streaming error occurs
org.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 XMLStreamReader
XMLStreamException - thrown when a streaming error occurs
org.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 occurs
org.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 occurs
org.apache.xml.security.exceptions.XMLSecurityException
WSSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||