Uses of Enum Class
com.teamdev.jxbrowser.cookie.SameSite
-
Uses of SameSite in com.teamdev.jxbrowser.cookie
Modifier and TypeMethodDescriptiondefault SameSite
Cookie.sameSite()
Returns the SameSite cookie attribute value.static SameSite
Returns the enum constant of this class with the specified name.static SameSite[]
SameSite.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSets the SameSite cookie attribute value that allows you to declare if your cookie should be restricted to a first-party or same-site context.