Uses of Interface
io.quarkus.security.AuthenticationException
-
Packages that use AuthenticationException Package Description io.quarkus.security -
-
Uses of AuthenticationException in io.quarkus.security
Classes in io.quarkus.security that implement AuthenticationException Modifier and Type Class Description classAuthenticationCompletionExceptionException indicating that a user authentication flow has failed and no challenge is required.classAuthenticationFailedExceptionAn exception that should be thrown (or otherwise returned to the client for async implementations) byIdentityProviderimplementations if the authentication failed.classAuthenticationRedirectExceptionException indicating that a redirect is required for the authentication flow to complete.
-