Uses of Enum Class
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
Fields in org.eclipse.jetty.http declared as HttpCookie.SameSiteMethods in org.eclipse.jetty.http that return HttpCookie.SameSiteModifier and TypeMethodDescriptionHttpCookie.getSameSite()
static HttpCookie.SameSite
HttpCookie.getSameSiteDefault
(javax.servlet.ServletContext context) 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 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.SameSiteModifier and TypeMethodDescriptionstatic String
HttpCookie.getCommentWithAttributes
(String comment, boolean httpOnly, HttpCookie.SameSite sameSite) 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) -
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.