How can I retrieve an existing ShiroRole that I've already created and stored in the database?
I've noticed that you can retrieve an existing ShiroUser by calling ShiroUser.findByUserName("somename") but I haven't found a method in ShiroRole that appears to do the same in finding the role by name.
I'm using the Apache Shiro Grails Plugin
Thanks!