Class PersistentLoginManager

java.lang.Object
io.quarkus.vertx.http.runtime.security.PersistentLoginManager

public class PersistentLoginManager extends Object
A class that manages persistent logins. This is done by encoding an expiry time, and the current username into an encrypted cookie TODO: make this pluggable
  • Constructor Details

    • PersistentLoginManager

      public PersistentLoginManager(String encryptionKey, String cookieName, long timeoutMillis, long newCookieIntervalMillis, boolean httpOnlyCookie, String cookieSameSite, String cookiePath, long maxAgeSeconds)
  • Method Details