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 class
RemoteAuthenticationException
Thrown on authentication problem.Methods in pl.edu.icm.unity.engine.api.authn that throw AuthenticationException Modifier and Type Method Description 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
.PartialAuthnState
AuthenticationProcessor. 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 class
UnknownRemoteUserException
Thrown on authentication problem, when the user is properly authenticated remotely but is unknown in the local DB (after a complete translation profile execution).
-