(Quick Reference)

4 Requestmap Management - Reference Documentation

Authors: Burt Beckwith

Version: 0.2

4 Requestmap Management

The default approach to securing URLs is with annotations, so the Requestmaps menu is only shown if grails.plugins.springsecurity.securityConfigType has the value "Requestmap" or SecurityConfigType.Requestmap in Config.groovy.

Requestmap search

The default action for the Requestmap controller is search. You can search by URL or Config Attribute. Leave all fields empty to return all Requestmaps.

Searching is case-insensitive and the search string can appear anywhere in the field. Multiple results are shown paginated in groups of 10 and you can click on either header to sort by that field:

Requestmap edit

After clicking through to a Requestmap you get to the edit page (there are no view pages):

You can update any of the attributes or delete the Requestmap. Editing or deleting a Requestmap resets the cache of loaded instances, so your changes will take effect immediately.

Requestmap creation

You can create new Requestmaps by going to /requestmap/create or by clicking the Create action in the Requestmaps menu.

Creating a Requestmap resets the cache of loaded instances, so your changes will take effect immediately.