Is there a way that I can implement some post authentication listener so that I can store the last login date when using http-basic? I am using Spring 3.1.0 and Spring Security 3.1.0.
I have both Http-Basic and form-login implemented and both are working properly. I defined the authentication-success-handler-ref for form-login and implemented a SavedRequestAwareAuthenticationSuccessHandler. Can I do something similar with http-basic?


Reply With Quote
