Uses of Enum Class
org.eclipse.jetty.http.HttpCookie.SameSite
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
-
Uses of HttpCookie.SameSite in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionvoid
SessionHandler.setSameSite
(HttpCookie.SameSite sameSite) Set Session cookie sameSite mode. -
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic HttpCookie.SameSite
default HttpCookie.SameSite
HttpCookie.getSameSite()
HttpCookie.Wrapper.getSameSite()
static HttpCookie.SameSite
Returns the enum constant of this class with the specified name.static HttpCookie.SameSite[]
HttpCookie.SameSite.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpCookie.SameSite in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionstatic HttpCookie.SameSite
HttpCookieUtils.getSameSiteDefault
(Attributes contextAttributes) Get the default value for SameSite cookie attribute, if one has been set for the given context. -
Uses of HttpCookie.SameSite in org.eclipse.jetty.session
Modifier and TypeMethodDescriptionAbstractSessionManager.getSameSite()
SessionConfig.getSameSite()
Modifier and TypeMethodDescriptionvoid
AbstractSessionManager.setSameSite
(HttpCookie.SameSite sessionSameSite) void
SessionConfig.Mutable.setSameSite
(HttpCookie.SameSite sameSite)