Uses of Class
org.forgerock.http.protocol.Cookie.SameSite
-
Packages that use Cookie.SameSite Package Description org.forgerock.http.protocol 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.SameSite Modifier and Type Method 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.Methods in org.forgerock.http.protocol with parameters of type Cookie.SameSite Modifier and Type Method Description Cookie
Cookie. setSameSite(Cookie.SameSite sameSite)
Sets the value of the SameSite attribute.
-