Uses of Class
pl.edu.icm.unity.engine.api.authn.PartialAuthnState
-
Packages that use PartialAuthnState 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 PartialAuthnState in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as PartialAuthnState Modifier and Type Field Description PartialAuthnState
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail. postFirstFactorResult
Methods in pl.edu.icm.unity.engine.api.authn that return PartialAuthnState Modifier and Type Method Description PartialAuthnState
AuthenticationProcessor. 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 PartialAuthnState Modifier and Type Method Description AuthenticatedEntity
AuthenticationProcessor. finalizeAfterPrimaryAuthentication(PartialAuthnState state, boolean skipSecondFactor)
Should be used if the second step authentication is not required: retrieve a finalAuthenticatedEntity
.AuthenticatedEntity
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.PostAuthenticationStepDecision
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.PostAuthenticationStepDecision
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 Constructor Description SecondFactorDetail(PartialAuthnState postFirstFactorResult)
-
Uses of PartialAuthnState in pl.edu.icm.unity.engine.api.authn.remote
Fields in pl.edu.icm.unity.engine.api.authn.remote declared as PartialAuthnState Modifier and Type Field Description PartialAuthnState
AuthenticationTriggeringContext. firstFactorAuthnState
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type PartialAuthnState Modifier and Type Method Description static AuthenticationTriggeringContext
AuthenticationTriggeringContext. authenticationTriggeredSecondFactor(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState)
static AuthenticationTriggeringContext
AuthenticationTriggeringContext. sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)
-