Hi I'm using CXF security processing with stream security. There I was able to find
List<SecurityEvent> requestSecurityEvents =
(List<SecurityEvent>)
soapMessage.getExchange().get(SecurityEvent.class.getName() + ".out");
Appreciate if you can explain how to set this SecurityEvent extension
manually and the purpose of it.
Best Regards
