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.WebAuthenticationDetails
Our customization of an 
AuthenticationDetails used to extract a
 third authentication parameter for the 2FA.- Since:
- 7.7.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetailsgetRemoteAddress, getSessionId, toString
- 
Constructor Details- 
LDAuthenticationDetailspublic LDAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request) 
 
- 
- 
Method Details- 
getSecretKey
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- org.springframework.security.web.authentication.WebAuthenticationDetails
 
- 
equals- Overrides:
- equalsin class- org.springframework.security.web.authentication.WebAuthenticationDetails
 
 
-