How to get current user role with spring security plugin?

Viewed 23253

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?

6 Answers
Related