In this chapter, we will address the complex topic of access control lists (ACL), which can provide a rich model of domain object instance-level authorization. Spring Security ships with a robust, but complicated, access control list module that can serve the needs of small to medium-sized implementations reasonably well.
In this chapter, we'll cover the following topics:
- Understanding the conceptual model of ACL
- Reviewing the terminology and application of ACL concepts in the Spring Security ACL module
- Building and reviewing the database schema required to support Spring ACL
- Configuring JBCP calendar to use ACL secured business methods via annotations and Spring beans
- Performing advanced configuration, including customized ACL permissions, ACL-enabled JSP tag checks and method security, mutable ACLs, and smart caching
- Examining architectural considerations...