Uses of Enum
org.eclipse.jetty.http.HttpCookie.SameSite
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Session Management Implementations
-
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Modifier 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.Modifier 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) ModifierConstructorDescriptionHttpCookie
(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
Modifier and TypeMethodDescriptionvoid
SessionHandler.setSameSite
(HttpCookie.SameSite sameSite) Set Session cookie sameSite mode.