I use Spring security to protect access to rest service on server. Application use Camel framework to handle request/messages. So when request pass though spring security, then camel transform it to the Exchange class (I'm using CXFRS Component for that), and further processing is prepared by camel processors. Way of processing exchange should depends on user role, but:
How to bring out the user from the exchange? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-user-in-camel-processor-Spring-security-on-REST-Service-CXFRS-Component-tp5744620.html Sent from the Camel - Users mailing list archive at Nabble.com.