Uses of Enum
org.eclipse.jetty.http.HttpCookie.SameSite
Packages that use HttpCookie.SameSite
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Session Management Implementations
-
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpCookie.SameSiteModifier and TypeMethodDescriptionHttpCookie.getSameSite()
static HttpCookie.SameSite
HttpCookie.getSameSiteDefault
(Attributes contextAttributes) Get the default value for SameSite cookie attribute, if one has been set for the given context.static HttpCookie.SameSite
HttpCookie.getSameSiteFromComment
(String comment) static HttpCookie.SameSite
Returns 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 String
HttpCookie.getCommentWithAttributes
(String comment, boolean httpOnly, HttpCookie.SameSite sameSite) static String
HttpCookie.getCommentWithAttributes
(String comment, boolean httpOnly, HttpCookie.SameSite sameSite, boolean partitioned) 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) HttpCookie
(String name, String value, String domain, String path, long maxAge, boolean httpOnly, boolean secure, String comment, int version, HttpCookie.SameSite sameSite, boolean partitioned) -
Uses of HttpCookie.SameSite in org.eclipse.jetty.server.session
Methods in org.eclipse.jetty.server.session that return HttpCookie.SameSiteMethods in org.eclipse.jetty.server.session with parameters of type HttpCookie.SameSiteModifier and TypeMethodDescriptionvoid
SessionHandler.setSameSite
(HttpCookie.SameSite sameSite) Set Session cookie sameSite mode.