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 anAuthenticationDetailsSource
used 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 LDAuthenticationDetails
buildDetails(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
buildDetails
public LDAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest request)
- Specified by:
buildDetails
in interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.WebAuthenticationDetails>
- Overrides:
buildDetails
in classorg.springframework.security.web.authentication.WebAuthenticationDetailsSource
-
-