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<jakarta.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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LDAuthenticationDetailsSourcepublic LDAuthenticationDetailsSource()
 
- 
- 
Method Details- 
buildDetails- Specified by:
- buildDetailsin interface- org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,- org.springframework.security.web.authentication.WebAuthenticationDetails> 
- Overrides:
- buildDetailsin class- org.springframework.security.web.authentication.WebAuthenticationDetailsSource
 
 
-