Uses of Class
org.apache.xml.security.stax.securityEvent.SecurityEvent
Packages that use SecurityEvent
Package
Description
-
Uses of SecurityEvent in org.apache.xml.security.stax.ext
Method parameters in org.apache.xml.security.stax.ext with type arguments of type SecurityEventModifier and TypeMethodDescriptionInboundXMLSec.processInMessage(XMLStreamReader xmlStreamReader, List<SecurityEvent> requestSecurityEvents, SecurityEventListener securityEventListener) Warning: configure your xmlStreamReader correctly. -
Uses of SecurityEvent in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl with parameters of type SecurityEventModifier and TypeMethodDescriptionprotected voidAbstractSecurityContextImpl.forwardSecurityEvent(SecurityEvent securityEvent) protected voidInboundSecurityContextImpl.forwardSecurityEvent(SecurityEvent securityEvent) voidAbstractSecurityContextImpl.registerSecurityEvent(SecurityEvent securityEvent) -
Uses of SecurityEvent in org.apache.xml.security.stax.securityEvent
Subclasses of SecurityEvent in org.apache.xml.security.stax.securityEventModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassTokenSecurityEvent<T extends SecurityToken>classMethods in org.apache.xml.security.stax.securityEvent with parameters of type SecurityEventModifier and TypeMethodDescriptionvoidSecurityEventListener.registerSecurityEvent(SecurityEvent securityEvent) Registers a SecurityEvent which will be forwarded to the registered SecurityEventListener