1 Introduction to the Spring Security ACL Plugin - Reference Documentation
Authors: Burt Beckwith
Version: 2.0.1
Table of Contents
1 Introduction to the Spring Security ACL Plugin
The ACL plugin adds Domain Object Security support to a Grails application that uses Spring Security. It depends on the Spring Security Core plugin.The core plugin and other extension plugins support restricting access to URLs via rules that include checking a user's authentication status, roles, etc. and the ACL plugin extends this by adding support for restricting access to individual domain class instances. The access can be very fine-grained and can define which actions can be taken on an object - these typically include Read, Create, Write, Delete, and Administer but you're free to define whatever actions you like.To learn about using ACLs in Grails, you can follow guide:3. Tutorial and in addition you can download and run a complete Grails application that uses the plugin. Installing and running the application are described guide:4. Sample Application.In addition to this document, you should read the Spring Security documentation here.1.1 History
History
- December 20, 2015
- 2.0.1 release
- December 7, 2015
- 2.0.0 release
- November 17, 2014
- 2.0-RC2 release
- October 08, 2013
- 2.0-RC1 release
- August 20, 2012
- 1.1.1 release
- February 16, 2011
- 1.1 release
- February 7, 2011
- 1.0.2 release
- August 1, 2010
- 1.0.1 release
- July 27, 2010
- 1.0 release
- May 22, 2010
- initial 0.1 release