Uses of Interface
org.apache.xml.security.stax.securityEvent.SecurityEventListener
-
Packages that use SecurityEventListener Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl -
-
Uses of SecurityEventListener in org.apache.xml.security.stax.ext
Subinterfaces of SecurityEventListener in org.apache.xml.security.stax.ext Modifier and Type Interface Description interface
InboundSecurityContext
The document security contextinterface
OutboundSecurityContext
The document security contextinterface
SecurityContext
Methods in org.apache.xml.security.stax.ext with parameters of type SecurityEventListener Modifier and Type Method Description void
SecurityContext. addSecurityEventListener(SecurityEventListener securityEventListener)
Registers a SecurityEventListener to receive Security-Eventsjavax.xml.stream.XMLStreamReader
InboundXMLSec. processInMessage(javax.xml.stream.XMLStreamReader xmlStreamReader, java.util.List<SecurityEvent> requestSecurityEvents, SecurityEventListener securityEventListener)
Warning: configure your xmlStreamReader correctly.javax.xml.stream.XMLStreamWriter
OutboundXMLSec. processOutMessage(java.io.OutputStream outputStream, java.lang.String encoding, SecurityEventListener eventListener)
private javax.xml.stream.XMLStreamWriter
OutboundXMLSec. processOutMessage(java.lang.Object output, java.lang.String encoding, SecurityEventListener eventListener)
javax.xml.stream.XMLStreamWriter
OutboundXMLSec. processOutMessage(javax.xml.stream.XMLStreamWriter xmlStreamWriter, java.lang.String encoding, SecurityEventListener eventListener)
-
Uses of SecurityEventListener in org.apache.xml.security.stax.impl
Classes in org.apache.xml.security.stax.impl that implement SecurityEventListener Modifier and Type Class Description class
InboundSecurityContextImpl
Concrete security context implementationclass
OutboundSecurityContextImpl
Concrete security context implementationFields in org.apache.xml.security.stax.impl with type parameters of type SecurityEventListener Modifier and Type Field Description private java.util.List<SecurityEventListener>
AbstractSecurityContextImpl. securityEventListeners
Methods in org.apache.xml.security.stax.impl with parameters of type SecurityEventListener Modifier and Type Method Description void
AbstractSecurityContextImpl. addSecurityEventListener(SecurityEventListener securityEventListener)
-