Uses of Enum Class
org.forgerock.http.protocol.Cookie.SameSite
Packages that use Cookie.SameSite
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
-
Uses of Cookie.SameSite in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return Cookie.SameSiteModifier 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.Methods in org.forgerock.http.protocol with parameters of type Cookie.SameSiteModifier and TypeMethodDescriptionCookie.setSameSite
(Cookie.SameSite sameSite) Sets the value of the SameSite attribute.