Uses of Class
pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
Packages that use InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of InteractiveAuthenticationProcessor.PostAuthenticationStepDecision in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return InteractiveAuthenticationProcessor.PostAuthenticationStepDecisionModifier 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
Methods in pl.edu.icm.unity.engine.api.authn.remote that return InteractiveAuthenticationProcessor.PostAuthenticationStepDecisionModifier and TypeMethodDescriptionRemoteAuthnResponseProcessor.processResponse(RedirectedAuthnState authnContext, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)