I am using the spring-security-core plugin in my grails app. I need to know the current user\'s role in a controller action. How can I retrieve that?
To get the user
def springSecurityService def principal = springSecurityService.principal String username = principal.username