Uses of Enum Class
org.springframework.boot.web.server.Cookie.SameSite
Packages that use Cookie.SameSite
Package
Description
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of Cookie.SameSite in org.springframework.boot.web.server
Subclasses with type arguments of type Cookie.SameSite in org.springframework.boot.web.serverMethods in org.springframework.boot.web.server that return Cookie.SameSiteModifier 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.Methods in org.springframework.boot.web.server with parameters of type Cookie.SameSite -
Uses of Cookie.SameSite in org.springframework.boot.web.server.servlet
Methods in org.springframework.boot.web.server.servlet that return Cookie.SameSiteModifier and TypeMethodDescriptionCookieSameSiteSupplier.getSameSite
(Cookie cookie) Get theCookie.SameSite
values that should be used for the givenCookie
.Methods in org.springframework.boot.web.server.servlet with parameters of type Cookie.SameSiteModifier and TypeMethodDescriptionstatic CookieSameSiteSupplier
CookieSameSiteSupplier.of
(Cookie.SameSite sameSite) Return a newCookieSameSiteSupplier
that always returns the givenCookie.SameSite
value.