Package | Description |
---|---|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.http |
Integrates with the ForgeRock HTTP Framework.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CookieBuilder |
CookieBuilder.sameSite(Cookie.SameSite sameSite)
Set the
SameSite enum and return a new instance of this builder. |
Copyright 2011-2017 ForgeRock AS.