Book Image

Spring Security [Video]

By : EUGEN PARASCHIV
Book Image

Spring Security [Video]

By: EUGEN PARASCHIV

Overview of this book

Table of Contents (7 chapters)
Chapter 7
Spring Security ACL
Content Locked
Section 3
The ACL Setup and Configuration with Spring Security
Enable and configure ACL for the security configuration of the project—use ACL expressions to secure parts of the API and illustrate how this works in practice in the sample application. - Introduce ACL in the project, and briefly discuss persistence and how ACL data is mapped and used - Configure ACL in the security XML configuration - Define the first security rule using ACL and make use of the @PostAuthorize annotation for this; exemplify how this works in practice