Class CookieSessionStore

java.lang.Object
io.vertx.mutiny.ext.web.sstore.SessionStore
io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
All Implemented Interfaces:
MutinyDelegate

public class CookieSessionStore extends SessionStore implements MutinyDelegate
A SessionStore that uses a Cookie to store the session data. All data is stored in plain sight and signed using a HMAC using the given secret. The signature ensures that the cookie payload is not tampered when returning from the user agent (browser) back to the server.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • CookieSessionStore

      public CookieSessionStore(io.vertx.ext.web.sstore.cookie.CookieSessionStore delegate)
    • CookieSessionStore

      public CookieSessionStore(Object delegate)
  • Method Details