i am using component camel-cxf. I want to try to implement the following user authentication scheme:
there is a soap method Login with user and password fields
in the camel processor user-password check occurs
- in the camel processor create session and set-cookies in response
- the next time saop calls, the cookie with the session is checked and the request is executed
- soap method Logout destroy session
I could not find information on how to work with the session and cookies in apache camel