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.WebAuthenticationDetailsSourceOur customization of anAuthenticationDetailsSourceused to extract a third authentication parameter for the 2FA.- Since:
 - 7.7.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LDAuthenticationDetailsSource() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LDAuthenticationDetailsbuildDetails(javax.servlet.http.HttpServletRequest request) 
 - 
 
- 
- 
Method Detail
- 
buildDetails
public LDAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest request)
- 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
 
 - 
 
 -