Thanks, Les... we'll try that out. Cheers Dan
On 28 September 2013 19:59, Les Hazlewood <[email protected]> wrote: > Hi Dan, > > It appears that the reference syntax is incorrect. It should be: > > permissionResolver > = org.apache.isis.security.shiro.authorization.IsisPermissionResolver > iniRealm.permissionResolver = $permissionResolver > > Best, > > -- > Les Hazlewood | @lhazlewood > CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282 > > > On Fri, Sep 27, 2013 at 2:31 AM, Dan Haywood <[email protected] > > wrote: > >> I did, yes... though this is a PermissionResolver, not a >> RolePermissionResolver. >> >> anyway, so I did: >> >> permissionResolver >> = org.apache.isis.security.shiro.authorization.IsisPermissionResolver >> $iniRealm.permissionResolver = permissionResolver >> >> No joy. >> >> >> >> >> >> On 27 September 2013 09:22, versatec <[email protected]> wrote: >> >>> Have you tried >>> yourRolePermissionResolver = package.name.YourRolePermissionResolver >>> $iniRealm.rolePermissionResolver = $yourRolePermissionResolver >>> >>> >>> >>> -- >>> View this message in context: >>> http://shiro-user.582556.n2.nabble.com/Custom-PermissionResolver-with-built-in-iniRealm-tp7579182p7579193.html >>> Sent from the Shiro User mailing list archive at Nabble.com. >>> >> >> >
