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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationResult
executeVerificator(Supplier<AuthenticationResult> verificator, AuthenticationTriggeringContext triggeringContext)
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
processResponse(RedirectedAuthnState authnContext, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)
-
-
-
Method Detail
-
processResponse
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision processResponse(RedirectedAuthnState authnContext, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)
-
executeVerificator
AuthenticationResult executeVerificator(Supplier<AuthenticationResult> verificator, AuthenticationTriggeringContext triggeringContext)
-
-