Uses of Class
io.vertx.mutiny.ext.web.handler.SessionHandler
Packages that use SessionHandler
-
Uses of SessionHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type SessionHandlerMethods in io.vertx.mutiny.ext.web.handler that return SessionHandlerModifier and TypeMethodDescriptionstatic SessionHandlerSessionHandler.create(SessionStore sessionStore) Create a session handlerSessionHandler.flushAndForget(RoutingContext ctx) Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.SessionHandler.flushAndForget(RoutingContext ctx, boolean ignoreStatus) Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.static SessionHandlerSessionHandler.newInstance(io.vertx.ext.web.handler.SessionHandler delegate) Creates a new instance of theSessionHandler.SessionHandler.setCookieHttpOnlyFlag(boolean httpOnly) Sets whether the 'HttpOnly' flag should be set for the session cookie.SessionHandler.setCookieless(boolean cookieless) Use sessions based on url paths instead of cookies.SessionHandler.setCookieMaxAge(long cookieMaxAge) Set a Cookie max-age to the session cookie.SessionHandler.setCookieSameSite(io.vertx.core.http.CookieSameSite policy) Set the session cookie SameSite policy to use.SessionHandler.setCookieSecureFlag(boolean secure) Sets whether the 'secure' flag should be set for the session cookie.SessionHandler.setLazySession(boolean lazySession) Use a lazy session creation mechanism.SessionHandler.setMinLength(int minLength) Set expected session id minimum length.SessionHandler.setNagHttps(boolean nag) Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPSSessionHandler.setSessionCookieName(String sessionCookieName) Set the session cookie nameSessionHandler.setSessionCookiePath(String sessionCookiePath) Set the session cookie pathSessionHandler.setSessionTimeout(long timeout) Set the session timeoutSessionHandler.setSigningSecret(String secret) Set signing secret for the session cookie.SessionHandler.setUserAndForget(RoutingContext context, User user) Set the user for the session