Uses of Class
pl.edu.icm.unity.engine.api.authn.PartialAuthnState
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of PartialAuthnState in pl.edu.icm.unity.engine.api.authn
Modifier and TypeFieldDescriptionfinal PartialAuthnState
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail.postFirstFactorResult
Modifier and TypeMethodDescriptionAuthenticationProcessor.processPrimaryAuthnResult
(AuthenticationResult result, AuthenticationFlow authenticationFlow, AuthenticationOptionKey authnOptionId) Starting point: the result of the primary authenticator is verified.Modifier 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) -
Uses of PartialAuthnState in pl.edu.icm.unity.engine.api.authn.remote
Modifier and TypeFieldDescriptionfinal PartialAuthnState
AuthenticationTriggeringContext.firstFactorAuthnState
Modifier and TypeMethodDescriptionAuthenticationTriggeringContext.authenticationTriggeredSecondFactor
(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState) AuthenticationTriggeringContext.sandboxTriggeredSecondFactor
(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)