Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationException
Packages that use AuthenticationException
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of AuthenticationException in pl.edu.icm.unity.engine.api.authn
Subclasses of AuthenticationException in pl.edu.icm.unity.engine.api.authnModifier and TypeClassDescriptionclass
Thrown on authentication problem.Methods in pl.edu.icm.unity.engine.api.authn that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationProcessor.finalizeAfterSecondaryAuthentication
(PartialAuthnState state, AuthenticationResult result2) Should be used if the second step authentication is required to process second authenticator results and retrieve a finalAuthenticatedEntity
.AuthenticationProcessor.processPrimaryAuthnResult
(AuthenticationResult result, AuthenticationFlow authenticationFlow, pl.edu.icm.unity.base.authn.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.remoteModifier and TypeClassDescriptionclass
Thrown on authentication problem, when the user is properly authenticated remotely but is unknown in the local DB (after a complete translation profile execution).