Uses of Enum Class
org.springframework.boot.web.server.Cookie.SameSite
Package
Description
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of Cookie.SameSite in org.springframework.boot.web.server
Modifier and TypeMethodDescriptionCookie.getSameSite()
static Cookie.SameSite
Returns the enum constant of this class with the specified name.static Cookie.SameSite[]
Cookie.SameSite.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Cookie.SameSite in org.springframework.boot.web.servlet.server
Modifier and TypeMethodDescriptionCookieSameSiteSupplier.getSameSite
(Cookie cookie) Get theCookie.SameSite
values that should be used for the givenCookie
.Modifier and TypeMethodDescriptionstatic CookieSameSiteSupplier
CookieSameSiteSupplier.of
(Cookie.SameSite sameSite) Return a newCookieSameSiteSupplier
that always returns the givenCookie.SameSite
value.