Uses of Enum Class
com.soklet.core.ResponseCookie.SameSite
Packages that use ResponseCookie.SameSite
-
Uses of ResponseCookie.SameSite in com.soklet.core
Subclasses with type arguments of type ResponseCookie.SameSite in com.soklet.coreModifier and TypeClassDescriptionstatic enumValues which control whether or not a response cookie is sent with cross-site requests, providing some protection against cross-site request forgery attacks (CSRF).Methods in com.soklet.core 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.core 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.core with parameters of type ResponseCookie.SameSiteModifier and TypeMethodDescriptionResponseCookie.Builder.sameSite(ResponseCookie.SameSite sameSite) ResponseCookie.Copier.sameSite(ResponseCookie.SameSite sameSite)