Class 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 an AuthenticationDetailsSource used to extract a third authentication parameter for the 2FA.
    Since:
    7.7.3
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • LDAuthenticationDetailsSource

        public LDAuthenticationDetailsSource()
    • Method Detail

      • buildDetails

        public LDAuthenticationDetails buildDetails​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        buildDetails in interface org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​org.springframework.security.web.authentication.WebAuthenticationDetails>
        Overrides:
        buildDetails in class org.springframework.security.web.authentication.WebAuthenticationDetailsSource