public class

WebAuthenticationDetailsSource

extends Object
implements AuthenticationDetailsSource<C, T>
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.

Summary

Public Constructors
WebAuthenticationDetailsSource()
Public Methods
WebAuthenticationDetails buildDetails(HttpServletRequest context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.authentication.AuthenticationDetailsSource

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