Jersey, Apache HTTPD, and javax.annotation.security usage
- by Nick Klauer
So I'm having a heck of a time trying to piece together what I think is a pretty simple implementation. This is very similar to another StackOverflow question only I can't leverage Tomcat to handle role based authentication.
I have an Apache httpd server in front of my app that handles authentication and then passes LDAP roles to a Jersey service…