- Spring Security 3.x Cookbook
- Anjana Mankale
- 81字
- 2021-07-23 14:10:43
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