| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.net |
Classes for working with HTTP URLs and the protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private SameSiteCookieHeaderFilter.SameSiteValue |
SameSiteCookieHeaderFilter.defaultValue
Optional default value to apply.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,SameSiteCookieHeaderFilter.SameSiteValue> |
SameSiteCookieHeaderFilter.sameSiteCookies
Map of cookie name to same-site attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
static SameSiteCookieHeaderFilter.SameSiteValue |
SameSiteCookieHeaderFilter.SameSiteValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SameSiteCookieHeaderFilter.SameSiteValue[] |
SameSiteCookieHeaderFilter.SameSiteValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SameSiteCookieHeaderFilter.setDefaultValue(SameSiteCookieHeaderFilter.SameSiteValue value)
Set an optional default value to apply to all unmapped cookies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SameSiteCookieHeaderFilter.setSameSiteCookies(Map<SameSiteCookieHeaderFilter.SameSiteValue,List<String>> map)
Set the names of cookies to add the same-site attribute to.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.