I\'m trying to invoke a protected method from a class that implements the ApplicationListener interface on successful login (S
There is similar issue. I added listener as given here
https://stackoverflow.com/questions/3145936/spring-security-j-spring-security-logout-problem
It worked for me adding below lines to web.xml. Posting it very late, should help someone looking for answer.
org.springframework.security.web.session.HttpSessionEventPublisher