Uses of Enum Class
org.forgerock.http.protocol.Cookie.SameSite
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
-
Uses of Cookie.SameSite in org.forgerock.http.protocol
Modifier and TypeMethodDescriptionCookie.getSameSite()
Returns the value of the SameSite attribute.static Cookie.SameSite
Parses the given SameSite value.static Cookie.SameSite
Returns the enum constant of this class with the specified name.static Cookie.SameSite[]
Cookie.SameSite.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCookie.setSameSite
(Cookie.SameSite sameSite) Sets the value of the SameSite attribute.