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