Package | Description |
---|---|
org.apache.xml.security.stax.ext | |
org.apache.xml.security.stax.impl | |
org.apache.xml.security.stax.securityEvent |
Modifier and Type | Method and Description |
---|---|
XMLStreamReader |
InboundXMLSec.processInMessage(XMLStreamReader xmlStreamReader,
List<SecurityEvent> requestSecurityEvents,
SecurityEventListener securityEventListener)
Warning:
configure your xmlStreamReader correctly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSecurityContextImpl.forwardSecurityEvent(SecurityEvent securityEvent) |
protected void |
InboundSecurityContextImpl.forwardSecurityEvent(SecurityEvent securityEvent) |
void |
AbstractSecurityContextImpl.registerSecurityEvent(SecurityEvent securityEvent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementSecurityEvent |
class |
AbstractSecuredElementSecurityEvent |
class |
AlgorithmSuiteSecurityEvent |
class |
ContentEncryptedElementSecurityEvent |
class |
DefaultTokenSecurityEvent |
class |
EncryptedElementSecurityEvent |
class |
EncryptedKeyTokenSecurityEvent |
class |
KeyNameTokenSecurityEvent |
class |
KeyValueTokenSecurityEvent |
class |
SignatureValueSecurityEvent |
class |
SignedElementSecurityEvent |
class |
TokenSecurityEvent<T extends SecurityToken> |
class |
X509TokenSecurityEvent |
Modifier and Type | Method and Description |
---|---|
void |
SecurityEventListener.registerSecurityEvent(SecurityEvent securityEvent)
Registers a SecurityEvent which will be forwarded to the registered SecurityEventListener
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.