Secure JSP Taglibs
Secure JSP Taglibs aims to solve authorization issues on the Java EE presentation layer.
It checks whether the currently authenticated user (if any) has been associated with any of the specified security roles.
Maven Configuration
Add the Maven dependency to your pom.xml file:
com.samaxes.taglib secure 1.0.2
Usage
Taglib reference
First of all you have to reference the taglib in your JSP:
<%@ taglib uri="http://www.samaxes.com/taglib/secure" prefix="secure" %>
Secure content
You can now evaluate the nested body content of the tag in order to check if the user has the roles which grant him access to view its content, use a comma-delimited list to check for multiple ro