| Class | Description |
|---|---|
| AuthenticationAttrProcessor |
Outputs a property of the authentication object, similar to the Spring
Security <sec:authentication/> JSP tag.
|
| AuthorizeAclAttrProcessor |
Takes the form sec:authorize-acl="object :: permissions", renders the element
children (*tag content*) if the authenticated user has the specified
permissions on the specified domain object, according to Spring Source's
Access Control List system.
|
| AuthorizeAttrProcessor |
Renders the element children (*tag content*) if the authenticated user is
authorized to see it according to the specified Spring Security
expression.
|
| AuthorizeUrlAttrProcessor |
Renders the element children (*tag content*) if the authenticated user is
authorized to see the specified URL.
|
Copyright © 2015 The THYMELEAF team. All rights reserved.