Class WebAuthenticationDetailsSource
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetailsSource
- All Implemented Interfaces:
- AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,- WebAuthenticationDetails> 
public class WebAuthenticationDetailsSource
extends Object
implements AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,WebAuthenticationDetails> 
Implementation of 
AuthenticationDetailsSource which builds the details object
 from an HttpServletRequest object, creating a WebAuthenticationDetails
 .- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildDetails(jakarta.servlet.http.HttpServletRequest context) Called by a class when it wishes a new authentication details instance to be created.
- 
Constructor Details- 
WebAuthenticationDetailsSourcepublic WebAuthenticationDetailsSource()
 
- 
- 
Method Details- 
buildDetailsDescription copied from interface:AuthenticationDetailsSourceCalled by a class when it wishes a new authentication details instance to be created.- Specified by:
- buildDetailsin interface- AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,- WebAuthenticationDetails> 
- Parameters:
- context- the- HttpServletRequestobject.
- Returns:
- the WebAuthenticationDetailscontaining information about the current request
 
 
-