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
Methods in org.springframework.boot.web.server that return Cookie.SameSiteModifier and TypeMethodDescriptionCookie.getSameSite()static Cookie.SameSiteReturns 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.servlet.server
Methods in org.springframework.boot.web.servlet.server that return Cookie.SameSiteModifier and TypeMethodDescriptionCookieSameSiteSupplier.getSameSite(Cookie cookie) Get theCookie.SameSitevalues that should be used for the givenCookie.Methods in org.springframework.boot.web.servlet.server with parameters of type Cookie.SameSiteModifier and TypeMethodDescriptionstatic CookieSameSiteSupplierCookieSameSiteSupplier.of(Cookie.SameSite sameSite) Return a newCookieSameSiteSupplierthat always returns the givenCookie.SameSitevalue.