Uses of Enum Class
io.avaje.jex.Context.Cookie.SameSite
Packages that use Context.Cookie.SameSite
-
Uses of Context.Cookie.SameSite in io.avaje.jex
Methods in io.avaje.jex 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 with parameters of type Context.Cookie.SameSiteModifier and TypeMethodDescriptionContext.Cookie.sameSite(Context.Cookie.SameSite sameSite) Set the SameSite setting for this cookie.