Uses of Enum
org.eclipse.jetty.http.HttpCookie.SameSite
Packages that use HttpCookie.SameSite
-
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpCookie.SameSiteModifier and TypeMethodDescriptionHttpCookie.getSameSite()static HttpCookie.SameSiteHttpCookie.getSameSiteDefault(org.eclipse.jetty.util.Attributes contextAttributes) Get the default value for SameSite cookie attribute, if one has been set for the given context.static HttpCookie.SameSiteHttpCookie.getSameSiteFromComment(String comment) static HttpCookie.SameSiteReturns the enum constant of this type with the specified name.static HttpCookie.SameSite[]HttpCookie.SameSite.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpCookie.SameSiteModifier and TypeMethodDescriptionstatic StringHttpCookie.getCommentWithAttributes(String comment, boolean httpOnly, HttpCookie.SameSite sameSite) Constructors in org.eclipse.jetty.http with parameters of type HttpCookie.SameSiteModifierConstructorDescriptionHttpCookie(String name, String value, String domain, String path, long maxAge, boolean httpOnly, boolean secure, String comment, int version, HttpCookie.SameSite sameSite)