Package | Description |
---|---|
com.teamdev.jxbrowser.cookie |
Contains classes that allow you to manage cookies.
|
Modifier and Type | Method and Description |
---|---|
default SameSite |
Cookie.sameSite()
Returns the SameSite cookie attribute value.
|
static SameSite |
SameSite.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SameSite[] |
SameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cookie.Builder |
Cookie.Builder.sameSite(SameSite sameSite)
Sets the SameSite cookie attribute value that allows you to declare if your cookie should
be restricted to a first-party or same-site context.
|