Package | Description |
---|---|
org.forgerock.http.protocol |
Modifier and Type | Method and Description |
---|---|
Cookie.SameSite |
Cookie.getSameSite()
Returns the SameSite policy for this cookie.
|
static Cookie.SameSite |
Cookie.SameSite.parse(String value) |
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 |
---|---|
Cookie |
Cookie.setSameSite(Cookie.SameSite sameSite) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.