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