Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationException
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of AuthenticationException in pl.edu.icm.unity.engine.api.authn
Modifier and TypeClassDescriptionclass
Thrown on authentication problem.Modifier 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, AuthenticationOptionKey authnOptionId) Starting point: the result of the primary authenticator is verified. -
Uses of AuthenticationException in pl.edu.icm.unity.engine.api.authn.remote
Modifier 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).