Class WebAuthenticationExtendedDetailsSource

java.lang.Object
eu.rarogsoftware.rarog.platform.app.configuration.security.WebAuthenticationExtendedDetailsSource
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,WebAuthenticationDetails>

public class WebAuthenticationExtendedDetailsSource extends Object implements org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,WebAuthenticationDetails>
  • Constructor Details

    • WebAuthenticationExtendedDetailsSource

      public WebAuthenticationExtendedDetailsSource()
  • Method Details

    • buildDetails

      public WebAuthenticationDetails buildDetails(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      buildDetails in interface org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,WebAuthenticationDetails>