Spring Security 3.x Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 2. Spring Security with Struts 2

In this chapter we will cover:

  • Integrating Struts 2 with Spring Security
  • Struts 2 application with basic Spring Security
  • Using Struts 2 with digest/hashing-based Spring Security
  • Using Spring Security logout with Struts 2
  • Authenticating databases with Struts 2 and Spring Security
  • Getting the logged-in user info in Struts 2 with Spring Security
  • Displaying custom error messages in Struts 2 for authentication failure
  • Authenticating with ApacheDS with Spring Security and Struts 2 application