Camel - Apache shiro

2014-02-04 Thread vigneshmk
Hi - If someone can really provide some direction or shed some light with regards to this question, it will be really great.? Is it feasible in Camel to make a call to an application which is embedded with Apache Shiro security. The web application has exposed the functionalities as rest services.

Invoking an application secured with Apache shiro

2014-02-03 Thread vigneshmk
Hi - Is it feasible in Camel to make a call to an application which is embedded with Apache Shiro security. The web application has exposed the functionalities as rest services. I tried making http calls with Shiro Authentication token set up in the exchange headers. But its failing. Basically I

Invoking a rest service secured by Shiro security

2014-02-02 Thread vigneshmk
Hi - We are trying to do a integration testing for our web application using Camel. Application is using rest calls wrapped with shiro security. When I make a restful call or a http call to this application, I am trying to set up the necessary authentication information in the header and make sure

Invoke rest calls of an application implemented with Shiro Security

2014-02-02 Thread vigneshmk
Hi - We are trying to do a integration testing for our web application using Camel. Application is using rest calls wrapped with shiro security. When I make a restful call or a http call to this application, I am trying to set up the necessary authentication information in the header and make sure