The Spring-WS manual talks about authentication. If successful, how can I find out about the authenticated user? How do I enforce authorization?
The Spring-WS manual talks about authentication. If successful, how can I find out about the authenticated user? How do I enforce authorization?
Spring-WS does not have authorization capabilities of its own, but it does integrate with Acegi to do so. Check the airline sample to see how that works.
Thank you for this good reference. That's all I needed![]()