I\'m having trouble discovering exactly what I need to implement in order to use a custom authentication method with my web application using Spring Security. I have a Grail
I have recently put up a sample application that does custom authentication with Spring Security 3.
The source code is here.
More details are in this blog post.