Modifier and Type | Method and Description |
---|---|
CookieSameSite |
Cookie.getSameSite() |
static CookieSameSite |
CookieSameSite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieSameSite[] |
CookieSameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cookie |
Cookie.setSameSite(CookieSameSite policy)
Sets the same site of this cookie.
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
SessionHandler.setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use.
|
Modifier and Type | Method and Description |
---|---|
CookieSameSite |
Cookie.getSameSite() |
Modifier and Type | Method and Description |
---|---|
Cookie |
Cookie.setSameSite(CookieSameSite policy)
Sets the same site of this cookie.
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
SessionHandler.setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use.
|
Modifier and Type | Method and Description |
---|---|
CookieSameSite |
Cookie.getSameSite() |
Modifier and Type | Method and Description |
---|---|
Cookie |
Cookie.setSameSite(CookieSameSite policy)
Sets the same site of this cookie.
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
SessionHandler.setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use.
|
Modifier and Type | Method and Description |
---|---|
CookieSameSite |
Cookie.getSameSite() |
Modifier and Type | Method and Description |
---|---|
Cookie |
Cookie.setSameSite(CookieSameSite policy)
Sets the same site of this cookie.
|
Modifier and Type | Method and Description |
---|---|
SessionHandler |
SessionHandler.setCookieSameSite(CookieSameSite policy)
Set the session cookie SameSite policy to use.
|
Copyright © 2023 Eclipse. All rights reserved.