Uses of Class
io.quarkus.vertx.http.runtime.security.PersistentLoginManager
Packages that use PersistentLoginManager
-
Uses of PersistentLoginManager in io.quarkus.vertx.http.runtime.security
Constructors in io.quarkus.vertx.http.runtime.security with parameters of type PersistentLoginManagerModifierConstructorDescriptionFormAuthenticationMechanism(String loginPage, String postLocation, String usernameParameter, String passwordParameter, String errorPage, String landingPage, boolean redirectAfterLogin, String locationCookie, String cookieSameSite, String cookiePath, PersistentLoginManager loginManager)