Uses of Class
pl.edu.icm.unity.engine.api.authn.PartialAuthnState
Packages that use PartialAuthnState
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of PartialAuthnState in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as PartialAuthnStateModifier and TypeFieldDescriptionfinal PartialAuthnStateInteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail.postFirstFactorResultMethods in pl.edu.icm.unity.engine.api.authn that return PartialAuthnStateModifier and TypeMethodDescriptionAuthenticationProcessor.processPrimaryAuthnResult(AuthenticationResult result, AuthenticationFlow authenticationFlow, AuthenticationOptionKey authnOptionId) Starting point: the result of the primary authenticator is verified.Methods in pl.edu.icm.unity.engine.api.authn with parameters of type PartialAuthnStateModifier and TypeMethodDescriptionAuthenticationProcessor.finalizeAfterPrimaryAuthentication(PartialAuthnState state, boolean skipSecondFactor) Should be used if the second step authentication is not required: retrieve a finalAuthenticatedEntity.AuthenticationProcessor.finalizeAfterSecondaryAuthentication(PartialAuthnState state, AuthenticationResult result2) Should be used if the second step authentication is required to process second authenticator results and retrieve a finalAuthenticatedEntity.InteractiveAuthenticationProcessor.processSecondFactorResult(PartialAuthnState state, AuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) InteractiveAuthenticationProcessor.processSecondFactorSandboxAuthnResult(PartialAuthnState state, SandboxAuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, javax.servlet.http.HttpServletRequest httpRequest, SandboxAuthnRouter sandboxRouter) Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type PartialAuthnState -
Uses of PartialAuthnState in pl.edu.icm.unity.engine.api.authn.remote
Fields in pl.edu.icm.unity.engine.api.authn.remote declared as PartialAuthnStateModifier and TypeFieldDescriptionfinal PartialAuthnStateAuthenticationTriggeringContext.firstFactorAuthnStateMethods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type PartialAuthnStateModifier and TypeMethodDescriptionAuthenticationTriggeringContext.authenticationTriggeredSecondFactor(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState) AuthenticationTriggeringContext.sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)