Uses of Class
pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
Packages that use SandboxAuthenticationResult
Package
Description
Authentication related API and utilities
-
Uses of SandboxAuthenticationResult in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type SandboxAuthenticationResultModifier 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
Methods in pl.edu.icm.unity.engine.api.authn.sandbox that return SandboxAuthenticationResultModifier 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.