Class LDAuthenticationDetailsSource
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetailsSource
com.logicaldoc.core.security.spring.LDAuthenticationDetailsSource
- All Implemented Interfaces:
 org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.WebAuthenticationDetails> 
public class LDAuthenticationDetailsSource
extends org.springframework.security.web.authentication.WebAuthenticationDetailsSource
Our customization of an 
AuthenticationDetailsSource used to
 extract a third authentication parameter for the 2FA.- Since:
 - 7.7.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
LDAuthenticationDetailsSource
public LDAuthenticationDetailsSource() 
 - 
 - 
Method Details
- 
buildDetails
- Specified by:
 buildDetailsin interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.WebAuthenticationDetails> - Overrides:
 buildDetailsin classorg.springframework.security.web.authentication.WebAuthenticationDetailsSource
 
 -