Uses of Enum Class
io.helidon.common.http.SetCookie.SameSite
-
Uses of SetCookie.SameSite in io.helidon.common.http
Methods in io.helidon.common.http that return SetCookie.SameSiteModifier and TypeMethodDescriptionstatic SetCookie.SameSiteReturns the enum constant of this class with the specified name.static SetCookie.SameSite[]SetCookie.SameSite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common.http with parameters of type SetCookie.SameSiteModifier and TypeMethodDescriptionSetCookie.Builder.sameSite(SetCookie.SameSite sameSite) TheSameSitecookie parameter.