Class Granite.OptOutUtil
| Package: | Granite |
| Class: | OptOutUtil |
| Extends: | Object |
| Clientlib: | <unknown> , * |
A tool to determine whether any opt-out cookie is set and whether a given cookie name
is white-listed. The opt-out and white-list cookie names are determined by a server
side configuration (com.adobe.granite.security.commons.OptOutService) and provided to
this tool by an optionally included component (/libs/granite/security/components/optout)
which provides a global JSON object named GraniteOptOutConfig.
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
| |
OptOutUtil.getCookieNames() : Array
<static> Returns the array of configured cookie names representing opt-out cookies.
<static> Returns the array of configured cookie names representing opt-out cookies.
|
OptOutUtil |
| |
OptOutUtil.getWhitelistCookieNames() : Array
<static> Returns the array of configured cookie names representing white-listed cookies.
<static> Returns the array of configured cookie names representing white-listed cookies.
|
OptOutUtil |
Public Events
This class has no public events.