| Package | Description |
|---|---|
| org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
| Modifier and Type | Method and Description |
|---|---|
Cookie.SameSiteOptions |
SimpleCookie.getSameSite() |
Cookie.SameSiteOptions |
Cookie.getSameSite() |
static Cookie.SameSiteOptions |
Cookie.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
SimpleCookie.buildHeaderValue(String name,
String value,
String comment,
String domain,
String path,
int maxAge,
int version,
boolean secure,
boolean httpOnly,
Cookie.SameSiteOptions sameSite) |
void |
SimpleCookie.setSameSite(Cookie.SameSiteOptions sameSite) |
void |
Cookie.setSameSite(Cookie.SameSiteOptions sameSite) |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.