Access Control Lists
In this chapter, we will address the complex topic of Access Control Lists (ACLs), which can provide a rich model of domain object instance-level authorization. Spring Security ships with a robust, but complicated, ACL 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 an 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 the Jim Bob CP Calendar (JBCP) calendar to use ACL-secured business methods via annotations and Spring beans
- Performing advanced configuration, including customized ACL permissions, ACL-enabled JavaServer Page (JSP) tag checks and method security, mutable ACLs, and smart caching
- Examining architectural considerations and planning scenarios for ACL deployment...