AbstractAuthenticationProcessingFilter « Security « Spring Q&A





1. Spring Security 3 example with Customer AbstractAuthenticationProcessingFilter and custom AbstractUserDetailsAuthenticationProvider    stackoverflow.com

I'm trying to implement a custom AbstractAuthenticationProcessingFilter, AbstractUserDetailsAuthenticationProvider and a AbstractAuthenticationToken using Spring Security 3. I can't find a good example, any suggestions where to find one? I'm having ...