package

org.springframework.security.taglibs.authz

JSP Security tag library implementation.

Classes

AbstractAuthorizeTag A base class for an <authorize> tag that is independent of the tag rendering technology (JSP, Facelets). 
AccessControlListTag An implementation of Tag that allows its body through if some authorizations are granted to the request's principal. 
AuthenticationTag An javax.servlet.jsp.tagext.Tag implementation that allows convenient access to the current Authentication object. 
JspAuthorizeTag A JSP Tag implementation of AbstractAuthorizeTag