(Quick Reference)

1 Introduction to the Spring Security UI Plugin - Reference Documentation

Authors: Burt Beckwith

Version: 0.2

1 Introduction to the Spring Security UI Plugin

The Spring Security UI plugin provides CRUD screens and other user management workflows. Non-default functionality is available only if the feature is available; this includes the ACL controllers and views which are enabled if the ACL plugin is installed, Requestmaps support which is available if grails.plugins.springsecurity.securityConfigType is set to "Requestmap" or SecurityConfigType.Requestmap in Config.groovy, and persistent cookies support which is enabled if it has been configured with the s2-create-persistent-token script.

As of version 0.2 the plugin does not declare any dependencies on plugins, although it has several:

NameMinimum Version
spring-security-core1.2
mail1.0
jquery1.4.4
jquery-ui1.8.7
famfamfam1.0

This is to support both 1.3.x and 2.0 applications without specifying a fixed version. Be sure that you have these dependent plugins installed before installing this one (using the latest versions of each is your best bet).

Release History

  • February 12, 2012
  • September 14, 2010
  • July 27, 2010
    • 0.1.1 release
  • July 26, 2010
    • initial 0.1 release