Uses of Interface
io.quarkus.security.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in io.quarkus.security
Classes in io.quarkus.security that implement AuthenticationExceptionModifier and TypeClassDescriptionclass
Exception indicating that a user authentication flow has failed and no challenge is required.final class
An exception that should be thrown (or otherwise returned to the client for async implementations) byIdentityProvider
implementations if the authentication failed.class
Exception indicating that a redirect is required for the authentication flow to complete.