Uses of Enum Class
io.jooby.SameSite

Packages that use SameSite
Package
Description
 
  • Uses of SameSite in io.jooby

    Methods in io.jooby that return SameSite
    Modifier and Type
    Method
    Description
    Cookie.getSameSite()
    Returns the value for the 'SameSite' parameter.
    static SameSite
    SameSite.of(String value)
    Returns an instance of this class based on value it uses in Set-Cookie.
    static SameSite
    SameSite.valueOf(String name)
    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 io.jooby with parameters of type SameSite
    Modifier and Type
    Method
    Description
    Cookie.setSameSite(SameSite sameSite)
    Sets the value for the 'SameSite' parameter.