Package org.springframework.security.taglibs.authz

JSP Security tag library implementation.

See:
          Description

Class Summary
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.
AuthorizeTag Access control tag which evaluates its body based either on an access expression (the "access" attribute), or by evaluating the current user's right to access a particular URL (set using the "url" attribute).
LegacyAuthorizeTag An implementation of Tag that allows it's body through if some authorizations are granted to the request's principal.
 

Package org.springframework.security.taglibs.authz Description

JSP Security tag library implementation.