The SpringSecurityAclModule
provides infrastructure for securing your application using Access Control Lists (ACLs). It is built on top of Spring Security ACL.
Adding SpringSecurityAclModule
to your application will setup all infrastructure to create and manage ACLs, as well as to evaluate them using Spring security (in any module). This module requires an RDBMS datasource to create the tables for holding the ACL data.
Components are also provided to easily build a user interface for updating ACLs using EntityModule.
The Access Control module dependency is present in Across Platform.
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>spring-security-acl-module</artifactId>
</dependency>
Module name: SpringSecurityAclModule
Version | Across Core | Across Platform |
---|---|---|
4.x | 5.x | 5.x |
3.x | 3.x | 2.1.x |
2.x | 2.x | 2.0.x |
1.1.x | 1.1.x | 1.1.x |