Hi everyone.

I'm working on a Java Swing application project. This authenticates user from a window with user/password textboxes. I want to work the user validation process via spring security.

So which steps do I need to do?

Thanks in advance.