I need to secure a simple jersey RESTful API in a Tomcat 6.0.24 container. I'd like to keep the authentication with Basic Authentication using the tomcat-users.xml file to define the users and roles (this is for now, like I said its small).
Now, for authorization I'd like to be able to use the JSR 250 annotations like @RolesAllowed, @PermitAll, @DenyAll, etc.
I cannot for the life of me figure out how to wire this all up together.
I really don't want to go spring-security route, since I need something very simple at the current time.
Can someone point me in the right direction.
springandspring-securitybut you instead stated that you don't want to use it, are you actually using spring? If not, just leave them away. – BalusC Feb 18 '10 at 23:20