Hi,

I'd like to save some user credentials (i.e. real name) during multiple
requests in a service using SecureConversation, but I don't know, where
to start.
I expected a property, that is bound on the SecureConversation-id (I
guess thats what I get from getUserPrincipal() in this context) and that
will be removed when the conversation ends. Unfortunately, I couldn't
find anything in the WebServiceContext, that remains during consecutive
requests.

Is it possible to save data somewhere in the cxf framework, for example
during the invocation of my CallbackClass, and read it in my webservice?
This should also be aware of expired sessions and remove unused entries.

Thanks
Karl

Reply via email to