Nov 26, 2014 Plugin, Snippet
I was searching for a way to hook business logic after successful user login while using Spring Security Core plugin. The simplest way to do this is to register callback closures. It let's you hook your custom code inside
Config.groovy after certain Spring Security events.