Interface RemoteAuthnResponseProcessor
public interface RemoteAuthnResponseProcessor
Process remotely obtained authentication data
(
RedirectedAuthnState
), to obtain the final decision. All external
authentications should be finished using this processor: both redirected and
local.-
Method Summary
Modifier and TypeMethodDescriptionexecuteVerificator
(Supplier<AuthenticationResult> verificator, AuthenticationTriggeringContext triggeringContext) processResponse
(RedirectedAuthnState authnContext, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)
-
Method Details
-
processResponse
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision processResponse(RedirectedAuthnState authnContext, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) -
executeVerificator
AuthenticationResult executeVerificator(Supplier<AuthenticationResult> verificator, AuthenticationTriggeringContext triggeringContext)
-