public class WebAuthenticationDetailsSource extends java.lang.Object implements AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,WebAuthenticationDetails>
AuthenticationDetailsSource
which builds the details object
from an HttpServletRequest object, creating a WebAuthenticationDetails
.Constructor and Description |
---|
WebAuthenticationDetailsSource() |
Modifier and Type | Method and Description |
---|---|
WebAuthenticationDetails |
buildDetails(javax.servlet.http.HttpServletRequest context)
Called by a class when it wishes a new authentication details instance to be
created.
|
public WebAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
AuthenticationDetailsSource
buildDetails
in interface AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,WebAuthenticationDetails>
context
- the HttpServletRequest
object.WebAuthenticationDetails
containing information about the
current request