Uses of Enum Class
org.jdrupes.httpcodec.types.Converters.SameSiteAttribute
Packages that use Converters.SameSiteAttribute
-
Uses of Converters.SameSiteAttribute in org.jdrupes.httpcodec.types
Fields in org.jdrupes.httpcodec.types with type parameters of type Converters.SameSiteAttributeModifier and TypeFieldDescriptionstatic final Map<Converters.SameSiteAttribute,
SetCookieStringConverter> Converters.SET_COOKIE_STRING
Provide converters for theMethods in org.jdrupes.httpcodec.types that return Converters.SameSiteAttributeModifier and TypeMethodDescriptionCookieList.sameSiteAttribute()
Returns the same site attribute passed to the constructor.SetCookieStringConverter.sameSiteAttribute()
Returns the same site attribute.static Converters.SameSiteAttribute
Returns the enum constant of this class with the specified name.static Converters.SameSiteAttribute[]
Converters.SameSiteAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdrupes.httpcodec.types with parameters of type Converters.SameSiteAttributeModifier and TypeMethodDescriptionSetCookieStringConverter.setSameSiteAttribute
(Converters.SameSiteAttribute sameSiteAttribute) Controls if and which same site attribute is added to the string.Constructors in org.jdrupes.httpcodec.types with parameters of type Converters.SameSiteAttributeModifierConstructorDescriptionCookieList
(Converters.SameSiteAttribute sameSiteAttribute) Creates a new empty cookie list with the specified same-site attribute.