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 utilities -
-
Uses of PartialAuthnState in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return PartialAuthnState Modifier and Type Method Description PartialAuthnState
AuthenticationProcessor. processPrimaryAuthnResult(AuthenticationResult result, AuthenticationFlow authenticationFlow, java.lang.String 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
.
-