Uses of Enum Class
com.soklet.ResponseCookie.SameSite
Packages that use ResponseCookie.SameSite
-
Uses of ResponseCookie.SameSite in com.soklet
Subclasses with type arguments of type ResponseCookie.SameSite in com.sokletModifier and TypeClassDescriptionstatic enumValues which control whether a response cookie is sent with cross-site requests, providing some protection against cross-site request forgery attacks (CSRF).Methods in com.soklet that return ResponseCookie.SameSiteModifier and TypeMethodDescriptionstatic ResponseCookie.SameSiteReturns the enum constant of this class with the specified name.static ResponseCookie.SameSite[]ResponseCookie.SameSite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet that return types with arguments of type ResponseCookie.SameSiteModifier and TypeMethodDescriptionstatic Optional<ResponseCookie.SameSite> ResponseCookie.SameSite.fromHeaderRepresentation(String headerRepresentation) Returns theResponseCookie.SameSiteenum value that matches the correspondingSameSiteresponse header value representation (one ofStrict,Lax, orNone- case-insensitive).ResponseCookie.getSameSite()Gets the cookie'sSameSitevalue, if present.Methods in com.soklet with parameters of type ResponseCookie.SameSiteModifier and TypeMethodDescriptionResponseCookie.Builder.sameSite(ResponseCookie.SameSite sameSite) ResponseCookie.Copier.sameSite(ResponseCookie.SameSite sameSite)