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