Uses of Class
pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
Package
Description
Authentication related API and utilities
-
Uses of SandboxAuthenticationResult in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionInteractiveAuthenticationProcessor.processFirstFactorSandboxAuthnResult
(SandboxAuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, jakarta.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter) InteractiveAuthenticationProcessor.processSecondFactorSandboxAuthnResult
(PartialAuthnState state, SandboxAuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, jakarta.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter) -
Uses of SandboxAuthenticationResult in pl.edu.icm.unity.engine.api.authn.sandbox
Modifier and TypeMethodDescriptionstatic SandboxAuthenticationResult
SandboxAuthenticationResult.getInstanceFromResult
(AuthenticationResult result) We have two cases (what is sort of design flaw): we can get sandbox result directly (a typical case) or we can get LocalAuthnResult, in case when we have sandbox authn in account association flow, and user needs to provide existing account to associate unknwon remote with it.