/AWS1/CL_WSWCOOKIESYNCHRONIZ00¶
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_allowlist TYPE /AWS1/CL_WSWCOOKIESPEC=>TT_COOKIESPECIFICATIONS TT_COOKIESPECIFICATIONS¶
The list of cookie specifications that are allowed to be synchronized to the remote browser.
Optional arguments:¶
it_blocklist TYPE /AWS1/CL_WSWCOOKIESPEC=>TT_COOKIESPECIFICATIONS TT_COOKIESPECIFICATIONS¶
The list of cookie specifications that are blocked from being synchronized to the remote browser.
Queryable Attributes¶
allowlist¶
The list of cookie specifications that are allowed to be synchronized to the remote browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWLIST() |
Getter for ALLOWLIST, with configurable default |
ASK_ALLOWLIST() |
Getter for ALLOWLIST w/ exceptions if field has no value |
HAS_ALLOWLIST() |
Determine if ALLOWLIST has a value |
blocklist¶
The list of cookie specifications that are blocked from being synchronized to the remote browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCKLIST() |
Getter for BLOCKLIST, with configurable default |
ASK_BLOCKLIST() |
Getter for BLOCKLIST w/ exceptions if field has no value |
HAS_BLOCKLIST() |
Determine if BLOCKLIST has a value |