Class AuthenticationFailedExceptionMapper

java.lang.Object
io.quarkiverse.renarde.util.AuthenticationFailedExceptionMapper

@ApplicationScoped public class AuthenticationFailedExceptionMapper extends Object
  • Constructor Details

    • AuthenticationFailedExceptionMapper

      public AuthenticationFailedExceptionMapper()
  • Method Details

    • authenticationFailed

      public jakarta.ws.rs.core.Response authenticationFailed(io.quarkus.security.AuthenticationFailedException ex, io.vertx.core.http.HttpServerResponse vertxResponse)
    • invalidateCookie

      public static jakarta.ws.rs.core.NewCookie invalidateCookie(String cookieName)