Listening to successful login with Spring Security

Viewed 2884

I want to perform several actions when a User successfully logs in to my app, this actions need some User data as parameters, so is there a way to listen to successful logins with Spring Security 3.0.x? Or any other way to accomplish this?

Thanks!

1 Answers
Related