On 04/04/12 17:49, dvsridhar wrote:
Willem,
Thank you very much for you response.

Can we use Shiro security for cxfrs based restful services. From the
following link
(http://cxf.apache.org/docs/secure-jax-rs-services.html#SecureJAX-RSServices-Authorization)
i can see CXF security is primarily based on Spring Security.


It is not, using Spring Security is one way to enforce the authentication & authorization requirements of the individual CXF endpoints, CXF ships few other utility interceptors for making it easy to manage this security aspect of web services...

Sergey

Yes,  you can leverage the security feature of CXF RS service in Camel.
If you want to some addition work on the route, you may need take the
security context from the camel-cxfrs endpoint,
and pass it to the other camel endpoint that you may want to interact
with other camel-security components.

Do you have any example link that can show your suggestion..

Thanks,
Sridhar

--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Restful-services-security-tp5616832p5617988.html
Sent from the Camel - Users mailing list archive at Nabble.com.


--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to