| java.lang.Object |
| ↳ |
org.springframework.security.web.authentication.WebAuthenticationDetailsSource |
Class Overview
Implementation of AuthenticationDetailsSource which builds the details object from
an HttpServletRequest object, creating a WebAuthenticationDetails.
Public Constructors
public
WebAuthenticationDetailsSource
()
Public Methods
public
WebAuthenticationDetails
buildDetails
(HttpServletRequest context)
Parameters
| context
| the HttpServletRequest object. |
Returns
- the
WebAuthenticationDetails containing information about the current request