Re: [Resteasy-users] Set up authorization on methods based on roles

2014-01-09 Thread Bill Burke
Unfortunately, when using EJBs, if you override the SecurityContext, this context does not propagate to the EJB security logic. On 1/9/2014 5:15 AM, adriano.lab...@ti-informatique.com wrote: > What I want to do is to configure a REST service with basic > authentication and roles authorization usi

[Resteasy-users] Set up authorization on methods based on roles

2014-01-09 Thread Adriano . Labate
What I want to do is to configure a REST service with basic authentication and roles authorization using RESTEasy. Currently, I am confused with the security configuration and I hope someone can help me. REST service : http://localhost:8080/xedu-web/rest/course/{1} --