Uses of Enum Class
org.eclipse.jetty.http.HttpCookie.SameSite
Packages that use 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
Methods in org.eclipse.jetty.ee10.servlet that return HttpCookie.SameSiteMethods in org.eclipse.jetty.ee10.servlet with parameters of type HttpCookie.SameSiteModifier and TypeMethodDescriptionvoid
SessionHandler.setSameSite
(HttpCookie.SameSite sameSite) Set Session cookie sameSite mode. -
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpCookie.SameSiteModifier 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.Methods in org.eclipse.jetty.http with parameters of type HttpCookie.SameSite -
Uses of HttpCookie.SameSite in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpCookie.SameSiteModifier 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
Methods in org.eclipse.jetty.session that return HttpCookie.SameSiteModifier and TypeMethodDescriptionAbstractSessionManager.getSameSite()
SessionConfig.getSameSite()
Methods in org.eclipse.jetty.session with parameters of type HttpCookie.SameSiteModifier and TypeMethodDescriptionvoid
AbstractSessionManager.setSameSite
(HttpCookie.SameSite sessionSameSite) void
SessionConfig.Mutable.setSameSite
(HttpCookie.SameSite sameSite)