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 class
AuthenticationCompletionException
Exception indicating that a user authentication flow has failed and no challenge is required.class
AuthenticationFailedException
An exception that should be thrown (or otherwise returned to the client for async implementations) byIdentityProvider
implementations if the authentication failed.class
AuthenticationRedirectException
Exception indicating that a redirect is required for the authentication flow to complete.
-