Package | Description |
---|---|
org.springframework.boot.web.server |
Support for embedded web servers.
|
org.springframework.boot.web.servlet.server |
Servlet web server abstractions.
|
Modifier and Type | Method and Description |
---|---|
Cookie.SameSite |
Cookie.getSameSite() |
static Cookie.SameSite |
Cookie.SameSite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cookie.SameSite[] |
Cookie.SameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Cookie.setSameSite(Cookie.SameSite sameSite) |
Modifier and Type | Method and Description |
---|---|
Cookie.SameSite |
CookieSameSiteSupplier.getSameSite(Cookie cookie)
Get the
Cookie.SameSite values that should be used for the given Cookie . |
Modifier and Type | Method and Description |
---|---|
static CookieSameSiteSupplier |
CookieSameSiteSupplier.of(Cookie.SameSite sameSite)
Return a new
CookieSameSiteSupplier that always returns the given
Cookie.SameSite value. |