Uses of Enum Class
io.helidon.http.SetCookie.SameSite
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of SetCookie.SameSite in io.helidon.http
Modifier and TypeMethodDescriptionstatic SetCookie.SameSite
Returns 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.Modifier and TypeMethodDescriptionSetCookie.Builder.sameSite
(SetCookie.SameSite sameSite) TheSameSite
cookie parameter. -
Uses of SetCookie.SameSite in io.helidon.security.providers.oidc.common
Modifier and TypeMethodDescriptionOidcConfig.Builder.cookieSameSite
(SetCookie.SameSite sameSite) When using cookie, used to set the SameSite cookie value.