Class RenardeFormLoginController
- java.lang.Object
-
- io.quarkiverse.renarde.Controller
-
- io.quarkiverse.renarde.security.impl.RenardeFormLoginController
-
@Path("_renarde/security") public class RenardeFormLoginController extends Controller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRenardeFormLoginController.Templates
-
Field Summary
-
Fields inherited from class io.quarkiverse.renarde.Controller
flash, identity, renderArgs, uriInfo, validation
-
-
Constructor Summary
Constructors Constructor Description RenardeFormLoginController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.qute.TemplateInstancelogin()jakarta.ws.rs.core.Responselogin(@NotBlank String username, @NotBlank String password, String quarkusRedirectLocation)-
Methods inherited from class io.quarkiverse.renarde.Controller
badRequest, beforeRedirect, emptyAsNull, flash, forbidden, forbidden, notFound, notFound, notFoundIfNull, prepareForErrorRedirect, redirect, seeOther, seeOther, temporaryRedirect, validationFailed
-
-
-
-
Method Detail
-
login
@LoginPage public io.quarkus.qute.TemplateInstance login()
-
-