Uses of Class
pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of InteractiveAuthenticationProcessor.PostAuthenticationStepDecision in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionInteractiveAuthenticationProcessor.PostAuthenticationStepDecision.completed()
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.error
(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail errorDetail) InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.goToSecondFactor
(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail secondFactorDetail) InteractiveAuthenticationProcessor.processFirstFactorResult
(AuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) InteractiveAuthenticationProcessor.processFirstFactorSandboxAuthnResult
(SandboxAuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter) InteractiveAuthenticationProcessor.processRemoteRegistrationResult
(AuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest) InteractiveAuthenticationProcessor.processSecondFactorResult
(PartialAuthnState state, AuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) InteractiveAuthenticationProcessor.processSecondFactorSandboxAuthnResult
(PartialAuthnState state, SandboxAuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter) InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.unknownRemoteUser
(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail unknownRemoteUserDetail) -
Uses of InteractiveAuthenticationProcessor.PostAuthenticationStepDecision in pl.edu.icm.unity.engine.api.authn.remote
Modifier and TypeMethodDescriptionRemoteAuthnResponseProcessor.processResponse
(RedirectedAuthnState authnContext, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)