- All Implemented Interfaces:
- org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,WebAuthenticationDetails>
public class WebAuthenticationDetailsSource
extends Object
implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,WebAuthenticationDetails>
Implementation of AuthenticationDetailsSource
which builds the details object from
an HttpServletRequest object, creating a WebAuthenticationDetails
.
- Author:
- Ben Alex