Class TMASPIAuthenticationDetailsSource

java.lang.Object
nl.b3p.planmonitorwonen.api.security.TMASPIAuthenticationDetailsSource
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.WebAuthenticationDetails>

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

    • TMASPIAuthenticationDetailsSource

      public TMASPIAuthenticationDetailsSource()
  • Method Details

    • buildDetails

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