1. How can I check if a user has a certain role in JSP? stackoverflow.comI need to make decisions in a JSP based on the user's roles. Is there a tag or EL expression that lets me do that? |
2. How get all User's roles in JSP/Servlet? coderanch.com |
3. wanted to know how a user role is assigned coderanch.comI am facing an issue in my application which has certificate based authentication. The application lists different other application to which the user has access to. The applications are listed based on the user role in the request object. request.isUserRoleIn(''). I wanted to know how these roles are actually set, is it set in the webserver and where ? I am ... |
4. How to assing users to certain roles? coderanch.com |