Class AuthenticationStepInvoker
java.lang.Object
net.coder966.spring.multisecurityrealms.reflection.AuthenticationStepInvoker
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationStepInvoker(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object object, Method method, AuthenticationStepParameterDetails[] parameterDetails) -
Method Summary
Modifier and TypeMethodDescriptioninvoke(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
AuthenticationStepInvoker
public AuthenticationStepInvoker(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object object, Method method, AuthenticationStepParameterDetails[] parameterDetails)
-
-
Method Details
-
invoke
public SecurityRealmAuthentication invoke(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-