Spring Security (ACEGI) ======================= |image0| Presentation ------------ `Spring Security `__ is the new ACEGI name. This is a well known security framework for J2EE applications. Spring Security provides a default ``pre-authentication`` mechanism that can be used to connect your J2EE application to LL::NG. Configuration ------------- You can find all suitable information here: http://static.springsource.org/spring-security/site/docs/3.0.x/reference/preauth.html To summarize, to get the user connected through the ``Auth-User`` HTTP Header, use this Sping Security configuration: .. code-block:: xml .. |image0| image:: /applications/spring_logo.png :class: align-center