Uses of Interface
pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnRouter
-
Packages that use SandboxAuthnRouter Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of SandboxAuthnRouter in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type SandboxAuthnRouter 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 SandboxAuthnRouter in pl.edu.icm.unity.engine.api.authn.remote
Fields in pl.edu.icm.unity.engine.api.authn.remote declared as SandboxAuthnRouter Modifier and Type Field Description SandboxAuthnRouter
AuthenticationTriggeringContext. sandboxRouter
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type SandboxAuthnRouter Modifier and Type Method Description static AuthenticationTriggeringContext
AuthenticationTriggeringContext. sandboxTriggeredFirstFactor(SandboxAuthnRouter sandboxRouter)
static AuthenticationTriggeringContext
AuthenticationTriggeringContext. sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)
-