Uses of Enum Class
com.teamdev.jxbrowser.cookie.SameSite
Packages that use SameSite
-
Uses of SameSite in com.teamdev.jxbrowser.cookie
Methods in com.teamdev.jxbrowser.cookie that return SameSiteModifier 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.Methods in com.teamdev.jxbrowser.cookie with parameters of type SameSiteModifier 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.