Consent Service
The Consent Service configuration category includes the following configurable options:
Consent Service Enabled
Java Consent Service Types
Consent Service Script (File)
Consent Service Script (Text)
|
Consent Service Enabled |
|
|
BOOLEAN | |
This is a switch to enable or disable the consent service for this module. | |
|
|
false
|
|
|
|
Java Consent Service Types |
|
|
STRING_MULTILINE | |
If set, provides a whitespace or comma separated list of Java class names to instantiate and use as consent service implementations. See Consent Service: Java API for more information. Note that if both JavaScript and Java based implementations are provided, the JavaScript implementations will be invoked first. | |
|
|
(no default) | |
|
|
Consent Service Script (File) |
|
|
Resource Path | |
If set, supplies a set of callback functions that will be executed for the consent service. Values should be prefixed with file: or classpath: .
|
|
|
|
(no default) | |
|
|
Consent Service Script (Text) |
|
|
JAVASCRIPT | |
If set, supplies a set of callback functions that will be executed for the consent service. | |
|
|
(no default) | |
|