Spring Security 3 reference says that:
5.3 Authentication
Spring Security can participate in many different authentication
environments. While we recommend people use Spring Security for
authentication and not integrate with existing Container Managed
Authentication, it is nevertheless supported – as is integrating with
your own proprietary authentication system.
I couldn’t understand what to do for security according to that text. Can anybody explain me?
My interpretation:
It supports different, external authentication systems like Microsoft Active Directory, Single-sign-on systems, etc.
It is not recommended to activate container managed security modules, like Tomcat authentication function (J2EE security).
as defined – it is supported.
I suppose this references back to quote #1, they support proprietary authentication systems as well, e.g. home-grown systems.