Package | Description |
---|---|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer Protocol.
|
Modifier and Type | Method and Description |
---|---|
Cookie.SameSite |
Cookie.getSameSite()
Returns the value of the
SameSite attribute.
|
static Cookie.SameSite |
Cookie.SameSite.parse(String value)
Parses the given SameSite 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)
Sets the value of the
SameSite attribute.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.