Uses of Enum Class
io.avaje.jex.http.Context.Cookie.SameSite
Packages that use Context.Cookie.SameSite
-
Uses of Context.Cookie.SameSite in io.avaje.jex.http
Methods in io.avaje.jex.http that return Context.Cookie.SameSiteModifier and TypeMethodDescriptionContext.Cookie.sameSite()Return the SameSite setting.static Context.Cookie.SameSiteReturns the enum constant of this class with the specified name.static Context.Cookie.SameSite[]Context.Cookie.SameSite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.avaje.jex.http with parameters of type Context.Cookie.SameSiteModifier and TypeMethodDescriptionContext.Cookie.sameSite(Context.Cookie.SameSite sameSite) Set the SameSite setting for this cookie.