November 2017
Intermediate to advanced
542 pages
14h 24m
English
We saw in Chapter 2, Getting Started with Spring Security, that the Spring Security JSP tag library offers functionality to expose authentication-related data to the user and to restrict what the user can see based on a variety of rules. So far in this book, we have used the Thymeleaf Security tag libraries that are built on top of Spring Security.
The very same tag library can also interact with an ACL-enabled system right out of the box! From our simple experiments, we have configured a simple ACL authorization scenario around the first two categories in the list on the home page. Let's take a look at the following steps and learn how to enable ACL permission evaluation in our Thymeleaf pages:
Read now
Unlock full access