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