Uses of Enum Class
io.quarkus.vertx.http.runtime.FormAuthConfig.CookieSameSite
Packages that use FormAuthConfig.CookieSameSite
-
Uses of FormAuthConfig.CookieSameSite in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return FormAuthConfig.CookieSameSiteModifier and TypeMethodDescriptionFormAuthConfig.cookieSameSite()SameSite attribute for the session and location cookies.Returns the enum constant of this class with the specified name.static FormAuthConfig.CookieSameSite[]FormAuthConfig.CookieSameSite.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FormAuthConfig.CookieSameSite in io.quarkus.vertx.http.security
Methods in io.quarkus.vertx.http.security with parameters of type FormAuthConfig.CookieSameSiteModifier and TypeMethodDescriptionForm.Builder.cookieSameSite(FormAuthConfig.CookieSameSite cookieSameSite) Configures the SameSite attribute for the session and location cookies.