Uses of Interface
org.apache.xml.security.stax.securityEvent.SecurityEventListener
Packages that use SecurityEventListener
-
Uses of SecurityEventListener in org.apache.xml.security.stax.ext
Subinterfaces of SecurityEventListener in org.apache.xml.security.stax.extModifier and TypeInterfaceDescriptioninterface
The document security contextinterface
The document security contextinterface
Methods in org.apache.xml.security.stax.ext with parameters of type SecurityEventListenerModifier and TypeMethodDescriptionvoid
SecurityContext.addSecurityEventListener
(SecurityEventListener securityEventListener) Registers a SecurityEventListener to receive Security-EventsInboundXMLSec.processInMessage
(XMLStreamReader xmlStreamReader, List<SecurityEvent> requestSecurityEvents, SecurityEventListener securityEventListener) Warning: configure your xmlStreamReader correctly.OutboundXMLSec.processOutMessage
(OutputStream outputStream, String encoding, SecurityEventListener eventListener) private XMLStreamWriter
OutboundXMLSec.processOutMessage
(Object output, String encoding, SecurityEventListener eventListener) OutboundXMLSec.processOutMessage
(XMLStreamWriter xmlStreamWriter, String encoding, SecurityEventListener eventListener) -
Uses of SecurityEventListener in org.apache.xml.security.stax.impl
Classes in org.apache.xml.security.stax.impl that implement SecurityEventListenerModifier and TypeClassDescriptionclass
Concrete security context implementationclass
Concrete security context implementationFields in org.apache.xml.security.stax.impl with type parameters of type SecurityEventListenerModifier and TypeFieldDescriptionprivate final List<SecurityEventListener>
AbstractSecurityContextImpl.securityEventListeners
Methods in org.apache.xml.security.stax.impl with parameters of type SecurityEventListenerModifier and TypeMethodDescriptionvoid
AbstractSecurityContextImpl.addSecurityEventListener
(SecurityEventListener securityEventListener)