Uses of Enum Class
org.eclipse.jetty.http.HttpCookie.SameSite
Packages that use HttpCookie.SameSite
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
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 TypeMethodDescriptionvoidSessionHandler.setSameSite(HttpCookie.SameSite sameSite) Set Session cookie sameSite mode. -
Uses of HttpCookie.SameSite in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return HttpCookie.SameSiteModifier and TypeMethodDescriptionResponse.HttpCookieFacade.getSameSite()SessionHandler.getSameSite()protected static HttpCookie.SameSiteResponse.HttpCookieFacade.getSameSiteFromComment(String comment) Methods in org.eclipse.jetty.ee8.nested with parameters of type HttpCookie.SameSite -
Uses of HttpCookie.SameSite in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return HttpCookie.SameSiteModifier and TypeMethodDescriptionResponse.HttpCookieFacade.getSameSite()SessionHandler.getSameSite()protected static HttpCookie.SameSiteResponse.HttpCookieFacade.getSameSiteFromComment(String comment) Methods in org.eclipse.jetty.ee9.nested with parameters of type HttpCookie.SameSite -
Uses of HttpCookie.SameSite in org.eclipse.jetty.http
Subclasses with type arguments of type HttpCookie.SameSite in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic enumThe possible values for theSameSiteattribute, defined in the follow-up of RFC 6265, at the time of this writing defined at RFC 6265bis.Methods in org.eclipse.jetty.http that return HttpCookie.SameSiteModifier and TypeMethodDescriptionstatic HttpCookie.SameSitedefault HttpCookie.SameSiteHttpCookie.getSameSite()HttpCookie.Wrapper.getSameSite()static HttpCookie.SameSiteReturns 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.SameSiteHttpCookieUtils.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 TypeMethodDescriptionvoidAbstractSessionManager.setSameSite(HttpCookie.SameSite sessionSameSite) voidSessionConfig.Mutable.setSameSite(HttpCookie.SameSite sameSite)