| Package | Description |
|---|---|
| org.apache.xml.security.stax.ext | |
| org.apache.xml.security.stax.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InboundSecurityContext
The document security context
|
interface |
OutboundSecurityContext
The document security context
|
interface |
SecurityContext |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityContext.addSecurityEventListener(SecurityEventListener securityEventListener)
Registers a SecurityEventListener to receive Security-Events
|
XMLStreamReader |
InboundXMLSec.processInMessage(XMLStreamReader xmlStreamReader,
List<SecurityEvent> requestSecurityEvents,
SecurityEventListener securityEventListener)
Warning:
configure your xmlStreamReader correctly.
|
XMLStreamWriter |
OutboundXMLSec.processOutMessage(OutputStream outputStream,
String encoding,
SecurityEventListener eventListener) |
XMLStreamWriter |
OutboundXMLSec.processOutMessage(XMLStreamWriter xmlStreamWriter,
String encoding,
SecurityEventListener eventListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
InboundSecurityContextImpl
Concrete security context implementation
|
class |
OutboundSecurityContextImpl
Concrete security context implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSecurityContextImpl.addSecurityEventListener(SecurityEventListener securityEventListener) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.