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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.authentication.WebAuthenticationDetails
buildDetails
(jakarta.servlet.http.HttpServletRequest context)
-
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 interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,
org.springframework.security.web.authentication.WebAuthenticationDetails>
-