> I noticed that the plugin create just two domain classes, ShiroUser and > ShiroRole > Old versions of the plugin produces more domain classes like Permission, > UserRoleRel, UserPermissionRel > Does Shrio 1.0.1 favor string based permissions in ShiroUser/ShiroRole > instead of separate domain classes?
Yes. If you need the flexibility of the older realm implementation, simply run "grails create-db-realm".
