Package org.springframework.security.taglibs.authz
JSP Security tag library implementation.
-
Class Summary Class Description AbstractAuthorizeTag A base class for an <authorize> tag that is independent of the tag rendering technology (JSP, Facelets).AccessControlListTag An implementation ofTagthat allows its body through if all authorizations are granted to the request's principal.AuthenticationTag AnTagimplementation that allows convenient access to the currentAuthenticationobject.JspAuthorizeTag A JSPTagimplementation ofAbstractAuthorizeTag.