Class RenardeSecurityController
- java.lang.Object
-
- io.quarkiverse.renarde.Controller
-
- io.quarkiverse.renarde.security.impl.RenardeSecurityController
-
@Path("_renarde/security") public class RenardeSecurityController extends Controller
-
-
Field Summary
-
Fields inherited from class io.quarkiverse.renarde.Controller
flash, identity, renderArgs, uriInfo, validation
-
-
Constructor Summary
Constructors Constructor Description RenardeSecurityController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Responselogout()Logout action, redirects to index-
Methods inherited from class io.quarkiverse.renarde.Controller
badRequest, beforeRedirect, emptyAsNull, flash, forbidden, forbidden, notFound, notFound, notFoundIfNull, prepareForErrorRedirect, redirect, seeOther, seeOther, temporaryRedirect, validationFailed
-
-