Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationException
-
Packages that use AuthenticationException 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 AuthenticationException in pl.edu.icm.unity.engine.api.authn
Subclasses of AuthenticationException in pl.edu.icm.unity.engine.api.authn Modifier and Type Class Description classRemoteAuthenticationExceptionThrown on authentication problem.Methods in pl.edu.icm.unity.engine.api.authn that throw AuthenticationException Modifier and Type Method Description 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.PartialAuthnStateAuthenticationProcessor. processPrimaryAuthnResult(AuthenticationResult result, AuthenticationFlow authenticationFlow, AuthenticationOptionKey authnOptionId)Starting point: the result of the primary authenticator is verified. -
Uses of AuthenticationException in pl.edu.icm.unity.engine.api.authn.remote
Subclasses of AuthenticationException in pl.edu.icm.unity.engine.api.authn.remote Modifier and Type Class Description classUnknownRemoteUserExceptionThrown on authentication problem, when the user is properly authenticated remotely but is unknown in the local DB (after a complete translation profile execution).
-