3 Configuration - Reference Documentation
Authors: Burt Beckwith
Version: 1.0.0
3 Configuration
There are a few configuration options for the Shiro integration.All of these property overrides must be specified ingrails-app/conf/Config.groovyusing thegrails.plugin.springsecuritysuffix, for examplegrails.plugin.springsecurity.shiro.permissionDomainClassName = 'com.mycompany.myapp.Permission'
| Name | Default | Meaning |
|---|---|---|
| shiro.active | true | if false the plugin is disabled |
| shiro.permissionDomainClassName | none, must be set | the full class name of the permission domain class |
| shiro.useCache | true | whether to cache permission lookups; if you disable this they will be loaded from the database for every request |