Uses of 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.SameSite Modifier and Type Method Description static SetCookie.SameSiteSetCookie.SameSite. valueOf(String name)Returns the enum constant of this type with the specified name.static SetCookie.SameSite[]SetCookie.SameSite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.common.http with parameters of type SetCookie.SameSite Modifier and Type Method Description SetCookie.BuilderSetCookie.Builder. sameSite(SetCookie.SameSite sameSite)TheSameSitecookie parameter.
-