blob: 72da52e412d40f96282ec34332ac3f410e08e5e7 [file] [log] [blame]
<html>
<body>
<p>Provides the JSecurity JSP Tag Library implementations.</p>
<p>JSecurity JSP Tags can be used to evalute or not evaluate (show or not show) parts of a JSP page based on the
current user's authentication status and/or authorization (access control) abilities.</p>
<p>The classes of most interest are:</p>
<ul>
<li>AuthenticatedTag</li>
<li>NotAuthenticatedTag</li>
<li>HasRoleTag</li>
<li>LacksRoleTag</li>
<li>HasPermissionTag</li>
<li>LacksPermissionTag</li>
</ul>
<p>The other classes in this package are usually superclasses of those above for consolidating common behavior.</p>
</body>
</html>