Class LDAuthenticationDetails
- java.lang.Object
 - 
- org.springframework.security.web.authentication.WebAuthenticationDetails
 - 
- com.logicaldoc.core.security.spring.LDAuthenticationDetails
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class LDAuthenticationDetails extends org.springframework.security.web.authentication.WebAuthenticationDetailsOur customization of anAuthenticationDetailsused to extract a third authentication parameter for the 2FA.- Since:
 - 7.7.3
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LDAuthenticationDetails(javax.servlet.http.HttpServletRequest request) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSecretKey() 
 - 
 
- 
- 
Method Detail
- 
getSecretKey
public String getSecretKey()
 
 - 
 
 -