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