Uses of Enum Class
io.jooby.SameSite
-
Uses of SameSite in io.jooby
Modifier and TypeMethodDescriptionCookie.getSameSite()
Returns the value for the 'SameSite' parameter.static SameSite
Returns an instance of this class based on value it uses inSet-Cookie
.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 TypeMethodDescriptionCookie.setSameSite
(SameSite sameSite) Sets the value for the 'SameSite' parameter.