Uses of Enum
org.apache.shiro.web.servlet.Cookie.SameSiteOptions
Packages that use Cookie.SameSiteOptions
Package
Description
Shiro-specific implementations of the Servlet API (Servlet Filters, et al.).
-
Uses of Cookie.SameSiteOptions in org.apache.shiro.web.servlet
Subclasses with type arguments of type Cookie.SameSiteOptions in org.apache.shiro.web.servletModifier and TypeClassDescriptionstatic enumThe SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.Methods in org.apache.shiro.web.servlet that return Cookie.SameSiteOptionsModifier and TypeMethodDescriptionCookie.getSameSite()SimpleCookie.getSameSite()static Cookie.SameSiteOptionsReturns the enum constant of this type with the specified name.static Cookie.SameSiteOptions[]Cookie.SameSiteOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shiro.web.servlet with parameters of type Cookie.SameSiteOptionsModifier and TypeMethodDescriptionprotected StringSimpleCookie.buildHeaderValue(String name, String value, String comment, String domain, String path, int maxAge, int version, boolean secure, boolean httpOnly, Cookie.SameSiteOptions sameSite) voidCookie.setSameSite(Cookie.SameSiteOptions sameSite) voidSimpleCookie.setSameSite(Cookie.SameSiteOptions sameSite)