Re: Authorization with Camel REST DSL?

2015-03-23 Thread Willem Jiang
How about implementing the  AuthorizationPolicy instead of RoutePolicy? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 21, 2015 at 10:33:15 PM, Ed Welch (

Authorization with Camel REST DSL?

2015-03-21 Thread Ed Welch
I hadn't really seen this covered anywhere, so I was curious how people are handling this? I'm using camel's REST dsl within the java dsl, running in Karaf. Java EE and Spring both have concepts of annotation based authorization to specific endpoints, and it seemed like it would be nice to inco