See: Description
Class | Description |
---|---|
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
Tag implementation that allows convenient access to the current
Authentication object. |
JspAuthorizeTag |
A JSP
Tag implementation of AbstractAuthorizeTag . |