import org.codehaus.groovy.grails.plugins.springsecurity.Secured @Secured(['ROLE_AppUser']) abstract class BaseController { def whatsit() { } }