Uses of Class
org.apache.shiro.web.servlet.Cookie.SameSiteOptions
-
Packages that use Cookie.SameSiteOptions Package Description org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al). -
-
Uses of Cookie.SameSiteOptions in org.apache.shiro.web.servlet
Methods in org.apache.shiro.web.servlet that return Cookie.SameSiteOptions Modifier and Type Method Description Cookie.SameSiteOptionsCookie. getSameSite()Cookie.SameSiteOptionsSimpleCookie. getSameSite()static Cookie.SameSiteOptionsCookie.SameSiteOptions. valueOf(String name)Returns 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.SameSiteOptions Modifier and Type Method Description protected 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)
-