I have a question. In Struts, I have an Action that deals with user authentication, i.e., I took the user\'s credentials and used a DAO to validate user credentials. I want to m
You can write you own validation mechanism for Spring Security. It have to consists of following parts: