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.PostAuthenticationStepDecisionInteractiveAuthenticationProcessor. processFirstFactorSandboxAuthnResult(SandboxAuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter)InteractiveAuthenticationProcessor.PostAuthenticationStepDecisionInteractiveAuthenticationProcessor. 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 SandboxAuthnRouterAuthenticationTriggeringContext. sandboxRouterMethods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type SandboxAuthnRouter Modifier and Type Method Description static AuthenticationTriggeringContextAuthenticationTriggeringContext. sandboxTriggeredFirstFactor(SandboxAuthnRouter sandboxRouter)static AuthenticationTriggeringContextAuthenticationTriggeringContext. sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)
-