Class OpenIAMAuthenticationDetailsSource

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​org.springframework.security.web.authentication.WebAuthenticationDetails>

    @Component("authenticationDetailsSource")
    public class OpenIAMAuthenticationDetailsSource
    extends org.springframework.security.web.authentication.WebAuthenticationDetailsSource
    • Constructor Detail

      • OpenIAMAuthenticationDetailsSource

        public OpenIAMAuthenticationDetailsSource()
    • Method Detail

      • buildDetails

        public org.springframework.security.web.authentication.WebAuthenticationDetails 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