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 interfaceInboundSecurityContextThe document security contextinterfaceOutboundSecurityContextThe document security contextinterfaceSecurityContextMethods in org.apache.xml.security.stax.ext with parameters of type SecurityEventListener Modifier and Type Method Description voidSecurityContext. addSecurityEventListener(SecurityEventListener securityEventListener)Registers a SecurityEventListener to receive Security-Eventsjavax.xml.stream.XMLStreamReaderInboundXMLSec. processInMessage(javax.xml.stream.XMLStreamReader xmlStreamReader, java.util.List<SecurityEvent> requestSecurityEvents, SecurityEventListener securityEventListener)Warning: configure your xmlStreamReader correctly.javax.xml.stream.XMLStreamWriterOutboundXMLSec. processOutMessage(java.io.OutputStream outputStream, java.lang.String encoding, SecurityEventListener eventListener)private javax.xml.stream.XMLStreamWriterOutboundXMLSec. processOutMessage(java.lang.Object output, java.lang.String encoding, SecurityEventListener eventListener)javax.xml.stream.XMLStreamWriterOutboundXMLSec. 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 classInboundSecurityContextImplConcrete security context implementationclassOutboundSecurityContextImplConcrete 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. securityEventListenersMethods in org.apache.xml.security.stax.impl with parameters of type SecurityEventListener Modifier and Type Method Description voidAbstractSecurityContextImpl. addSecurityEventListener(SecurityEventListener securityEventListener)
-