Uses of Class
pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthenticationResult
-
Packages that use SandboxAuthenticationResult Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.sandbox -
-
Uses of SandboxAuthenticationResult in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type SandboxAuthenticationResult Modifier and Type Method Description InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
InteractiveAuthenticationProcessor. processFirstFactorSandboxAuthnResult(SandboxAuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter)
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
InteractiveAuthenticationProcessor. processSecondFactorSandboxAuthnResult(PartialAuthnState state, SandboxAuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.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 SandboxAuthenticationResult Modifier and Type Method Description static 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.
-