Uses of Interface
pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnRouter
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of SandboxAuthnRouter in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionInteractiveAuthenticationProcessor.processFirstFactorSandboxAuthnResult
(SandboxAuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter) 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
Modifier and TypeFieldDescriptionfinal SandboxAuthnRouter
AuthenticationTriggeringContext.sandboxRouter
Modifier and TypeMethodDescriptionAuthenticationTriggeringContext.sandboxTriggeredFirstFactor
(SandboxAuthnRouter sandboxRouter) AuthenticationTriggeringContext.sandboxTriggeredSecondFactor
(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)