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, String cookieDomain, PersistentLoginManager loginManager) Deprecated, for removal: This API element is subject to removal in a future version.
FormAuthenticationMechanism(FormAuthConfig, Optional)