Hi,
I've been looking for a solution for quite a long time but unfortunately with
no success.
I want to use CXF interceptors to retrieve and store SAML2 tokens in
WS-Security inside SOAP header. I found some examples based on
org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor but after running some
tests it seems it is bundled with openSAML1 while I need to use openSAML2.
The only thing I want to do witch interceptor is to extract org.w3c.dom.Element
and then use openSAML2 to convert Elements content to object model and of
course in the other way round.
Can anyone point me the direction I should go to get things work?
Az