Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A Java EE web app was developed which has a REST Web service using Jersey.

Could anyone point out an example or a path to code in Java an authentication to user access using the SecurityContext class in java (JAX-RS)

Please suggest any other method you can think of.

share|improve this question

1 Answer

This is good tiutorial about SecurityContext try this

share|improve this answer
Thanks for this. – user1650819 Sep 7 '12 at 6:45
1  
I've worked on this tutorial earlier. My problem is that how we can assign the roles for users. <if (securityContext.isUserInRole("admin")) return "Hello World!";> this is the server side code for authentication, but how we can set these roles on successful login at the client side? – user1650819 Sep 7 '12 at 6:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.