Package org.thymeleaf.extras.springsecurity5.dialect.processor
package org.thymeleaf.extras.springsecurity5.dialect.processor
-
ClassDescriptionOutputs a property of the authentication object, similar to the Spring Security <sec:authentication/> JSP tag.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.Renders the element children (*tag content*) if the authenticated user is authorized to see it according to the specified Spring Security expression.Renders the element children (*tag content*) if the authenticated user is authorized to see the specified URL.