Re: [Resteasy-users] Basic authentication and @RolesAllowed on UndertowJaxrsServer

2015-05-11 Thread Ron Sigal
Hi Mark, I have a partial answer. That is, I can get Resteasy with Undertow to recognize @RolesAllowed, but I don't know much about security in Undertow. In the attached RollsAllowedTest, I have configured Undertow to impose identity constraints: @BeforeClass public static void

[Resteasy-users] Basic authentication and @RolesAllowed on UndertowJaxrsServer

2015-04-16 Thread Mark Vinkx
Hi I would like to enable basic authentication and @RolesAllowed for restEasy on UndertowJaxrsServer Can someone help me out how to enable this I found some references to set resteasy.role.based.security but I did not find a way how to set this in my DeploymentInfo context-param