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 PartialAuthnStateInteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail. postFirstFactorResultMethods in pl.edu.icm.unity.engine.api.authn that return PartialAuthnState Modifier and Type Method Description PartialAuthnStateAuthenticationProcessor. 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 AuthenticatedEntityAuthenticationProcessor. finalizeAfterPrimaryAuthentication(PartialAuthnState state, boolean skipSecondFactor)Should be used if the second step authentication is not required: retrieve a finalAuthenticatedEntity.AuthenticatedEntityAuthenticationProcessor. 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.PostAuthenticationStepDecisionInteractiveAuthenticationProcessor. 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.PostAuthenticationStepDecisionInteractiveAuthenticationProcessor. 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 PartialAuthnStateAuthenticationTriggeringContext. firstFactorAuthnStateMethods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type PartialAuthnState Modifier and Type Method Description static AuthenticationTriggeringContextAuthenticationTriggeringContext. authenticationTriggeredSecondFactor(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState)static AuthenticationTriggeringContextAuthenticationTriggeringContext. sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter)
-