Property Label Property id pid Property desc Property Type Default value Available Option value
Log Levelorg.apache.sling.commons.log.level Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Root Logger log level setting.STRINGinfo
off -- Off
trace -- Trace
debug -- Debug
info -- Information
warn -- Warnings
error -- Error
Log Fileorg.apache.sling.commons.log.file Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The name and path of the log file. If this is empty, logging goes to standard output (the console). If this path is relative it is resolved below ${sling.home}.STRINGlogs/error.log
Number of Log Filesorg.apache.sling.commons.log.file.number Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The number of log files to keep. When the threshold of the log file reaches the configured maximum (see Log File Threshold), the log file is copied and a new log file is created. This setting specifies how many generations (incl. the active log file) should be kept. This is a positive numeric value. The default value is 5. This property is ignored if the Log File Threshold property specifies time/date controlled log file rotation.INTEGER5
Log File Thresholdorg.apache.sling.commons.log.file.size Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Controls the rotation of the log file by setting a maximum file size or a time/date schedule at which to rotate the log file. A size limit can be specified setting a pure number indicating the number of bytes or a number with a size indicator KB, MB, or GB (case is ignored). A time/date schedule can be specified as a java.util.SimpleDateFormat pattern. The default is "'.'yyyy-MM-dd" (daily log rotation).STRING'.'yyyy-MM-dd
Message Patternorg.apache.sling.commons.log.pattern Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Message Pattern for formatting the log messages. For complete details refer to http://logback.qos.ch/manual/layouts.html#ClassicPatternLayoutSTRING%d{dd.MM.yyyy HH:mm:ss.SSS} *%level* [%thread] %logger %msg%n
Logback Config Fileorg.apache.sling.commons.log.configurationFile Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The name and path of the Logback Config file. If this is empty, then default configuration would be used. If this path is relative it is resolved below ${sling.home}. See http://logback.qos.ch/manual/ for details.STRING
Packaging Dataorg.apache.sling.commons.log.packagingDataEnabled Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Include the packaging data which provide details about jar name and version of jar from which the class is loaded as part of stacktrace. See http://logback.qos.ch/reasonsToSwitch.html#packagingDataBOOLEAN
Max Caller Depthorg.apache.sling.commons.log.maxCallerDataDepth Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The stack data depth computed during caller data extraction. See http://logback.qos.ch/manual/layouts.html#callerINTEGER7
Log Fileorg.apache.sling.commons.log.fileApache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The name and path of the log file. If this is empty, logging goes to standard output (the console). If this path is relative it is resolved below ${sling.home}.STRINGlogs/error.log
Number of Log Filesorg.apache.sling.commons.log.file.numberApache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The number of log files to keep. When the threshold of the log file reaches the configured maximum (see Log File Threshold), the log file is copied and a new log file is created. This setting specifies how many generations (incl. the active log file) should be kept. This is a positive numeric value. The default value is 5. This property is ignored if the Log File Threshold property specifies time/date controlled log file rotation.INTEGER5
Log File Thresholdorg.apache.sling.commons.log.file.sizeApache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Controls the rotation of the log file by setting a maximum file size or a time/date schedule at which to rotate the log file. A size limit can be specified setting a pure number indicating the number of bytes or a number with a size indicator KB, MB, or GB (case is ignored). A time/date schedule can be specified as a java.util.SimpleDateFormat pattern. The default is "'.'yyyy-MM-dd" (daily log rotation).STRING'.'yyyy-MM-dd
Buffered Loggingorg.apache.sling.commons.log.file.bufferedApache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description.By default logging events are immediately written to disk and will not be lost in case your application exits without properly closing appenders. If set to true and if appenders are not closed properly when your application exits, then logging events not yet written to disk may be lost. See http://logback.qos.ch/manual/encoders.html#immediateFlushBOOLEANfalse
Log Levelorg.apache.sling.commons.log.levelApache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Root Logger log level setting.STRINGinfo
trace -- Trace
debug -- Debug
info -- Information
warn -- Warnings
error -- Error
Log Fileorg.apache.sling.commons.log.fileApache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The name and path of the log file. If this is empty, logging goes to standard output (the console). If this path is relative it is resolved below ${sling.home}.STRINGlogs/error.log
Message Patternorg.apache.sling.commons.log.patternApache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description.Message Pattern for formatting the log messages. For complete details refer to http://logback.qos.ch/manual/layouts.html#ClassicPatternLayoutSTRING{0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3} {5}
Loggerorg.apache.sling.commons.log.namesApache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description.The logger names applicable for this logger configuration. Each logger name applies for any child category unless configured otherwise. E.g. a logger name of org.apache.sling applies to logger org.apache.sling.commons unless there is a different configuration for org.apache.sling.commons.STRING
Instance Namesling.name Apache Sling Settings Service org.apache.sling.settings.impl.SlingSettingsServiceImpl :- The settings service manages some basic settings of Sling like run modes or information about the current instance.A human readable name for the current instance.STRING
Instance Descriptionsling.description Apache Sling Settings Service org.apache.sling.settings.impl.SlingSettingsServiceImpl :- The settings service manages some basic settings of Sling like run modes or information about the current instance.A human readable description for the current instance.STRING
Thread Pool Sizeorg.apache.felix.eventadmin.ThreadPoolSize Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names.The size of the thread pool used for event delivery. The default value is 20. Increase in case of a large amount of events. A value of less then 2 triggers the default value. If the pool is exhausted, event delivery is blocked until a thread becomes available from the pool. Each event is delivered in a thread from the pool unless the ignore timeouts is configured for the receiving event handler.INTEGER20
Async/sync Thread Pool Ratioorg.apache.felix.eventadmin.AsyncToSyncThreadRatio Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names.The ratio of asynchronous to synchronous threads in the internal thread pool. Ratio must be positive and may be adjusted to represent the distribution of post to send operations. Applications with higher number of post operations should have a higher ratio.DOUBLE0.5
Timeoutorg.apache.felix.eventadmin.Timeout Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names.The black-listing timeout in milliseconds. The default value is 5000. Increase or decrease at own discretion. A value of less then 100 turns timeouts off. Any other value is the time in milliseconds granted to each event handler before it gets blacklistedINTEGER5000
Require Topicorg.apache.felix.eventadmin.RequireTopic Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names.Are event handlers required to be registered with a topic? This is enabled by default. The specification says that event handlers must register with a list of topics they are interested in. Disabling this setting will enable that handlers without a topic are receiving all events (i.e., they are treated the same as with a topic=*).BOOLEANtrue
Ignore Timeoutsorg.apache.felix.eventadmin.IgnoreTimeout Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names.Configure event handlers to be called without a timeout. If a timeout is configured by default all event handlers are called using the timeout. For performance optimization it is possible to configure event handlers where the timeout handling is not used - this reduces the thread usage from the thread pools as the timout handling requires an additional thread to call the event handler. However, the application should work without this configuration property. It is a pure optimization! The value is a list of strings. If a string ends with a dot, all handlers in exactly this package are ignored. If the string ends with a star, all handlers in this package and all subpackages are ignored. If the string neither ends with a dot nor with a star, this is assumed to define an exact class name.STRING
Ignore Topicsorg.apache.felix.eventadmin.IgnoreTopic Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names.For performance optimization it is possible to configure topics which are ignored by the event admin implementation. In this case, a event is not delivered to registered event handlers. The value is a list of strings (separated by comma). If a single value ends with a dot, all topics in exactly this package are ignored. If a single value ends with a star, all topics in this package and all sub packages are ignored. If a single value neither ends with a dot nor with a start, this is assumed to define an exact topic. A single star can be used to disable delivery completely.STRING
SCR Log Levelds.loglevel Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.Allows limiting the amount of logging information sent to the OSGi LogService. Supported values are DEBUG, INFO, WARN, and ERROR. Default is ERROR.INTEGER2
4 -- Debug
3 -- Information
2 -- Warnings
1 -- Error
Extended Factory Componentsds.factory.enabled Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.Whether or not to enable the support for creating Factory Component instances based on factory configuration. This is an Apache Felix SCR specific extension, explicitly not supported by the Declarative Services specification. Reliance on this feature prevent the component from being used with other Declarative Services implementations. The default value is false to disable this feature.BOOLEANfalse
Keep Component Instancesds.delayed.keepInstances Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.Whether or not to keep instances of delayed components once they are not referred to any more. The Declarative Services specifications suggests that instances of delayed components are disposed off if there is not used any longer. Setting this flag causes the components to not be disposed off and thus prevent them from being constantly recreated if often used. Examples of such components may be EventHandler services. The default is to dispose of unused components.BOOLEANfalse
Bind Info Serviceds.info.service Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.Whether to bind a service backing the console commands providing info on components.BOOLEANfalse
Lock timeout millisecondsds.lock.timeout.milliseconds Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.How long a lock is held before releasing due to suspected deadlockLONG5000
Stop timeout millisecondsds.stop.timeout.milliseconds Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.How long stopping a bundle is waited for before continuing due to suspected deadlockLONG60000
Global Extenderds.global.extender Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names.Whether to extend all bundles whether or not visible to this bundle.BOOLEANfalse
Host Nameorg.apache.felix.http.host Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.IP Address or Host Name of the interface to which HTTP and HTTPS bind. The default is "0.0.0.0" indicating all interfaces.STRING0.0.0.0
Enable HTTPorg.apache.felix.http.enable Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Whether or not HTTP is enabled. Defaults to true thus HTTP enabled.BOOLEANtrue
HTTP Portorg.osgi.service.http.port Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Port to listen on for HTTP requests. Defaults to 8080.INTEGER4502
Connection Timeoutorg.apache.felix.http.timeout Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Time limit for reaching an timeout specified in milliseconds. This property applies to both HTTP and HTTP connections. Defaults to 60 seconds.INTEGER60000
Enable HTTPSorg.apache.felix.https.enable Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Whether or not HTTPS is enabled. Defaults to false thus HTTPS disabled.BOOLEANfalse
HTTPS Portorg.osgi.service.http.port.secure Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Port to listen on for HTTPS requests. Defaults to 433.INTEGER433
Keystoreorg.apache.felix.https.keystore Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Absolute Path to the Keystore to use for HTTPS. Only used if HTTPS is enabled in which case this property is required.STRING
Keystore Passwordorg.apache.felix.https.keystore.password Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Password to access the Keystore. Only used if HTTPS is enabled.STRING
Key Passwordorg.apache.felix.https.keystore.key.password Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Password to unlock the secret key from the Keystore. Only used if HTTPS is enabled.STRING
Truststoreorg.apache.felix.https.truststore Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Absolute Path to the Truststore to use for HTTPS. Only used if HTTPS is enabled.STRING
Truststore Passwordorg.apache.felix.https.truststore.password Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Password to access the Truststore. Only used if HTTPS is enabled.STRING
Client Certificateorg.apache.felix.https.clientcertificate Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Requirement for the Client to provide a valid certificate. Defaults to none.STRINGnone
none -- No Client Certificate
wants -- Client Certificate Wanted
needs -- Client Certificate Needed
Context Pathorg.apache.felix.http.context_path Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.The Servlet Context Path to use for the Http Service. If this property is not configured it defaults to "/". This must be a valid path starting with a slash and not ending with a slash (unless it is the root context).STRING/
Register MBeansorg.apache.felix.http.mbeans Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Whether or not to use register JMX MBeans from the servlet container (Jetty). If this is enabled Jetty Request and Connector statistics are also enabled. The default is to not enable JMX.BOOLEANfalse
Session Timeoutorg.apache.felix.http.session.timeout Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Default lifetime of an HTTP session specified in a whole number of minutes. If the timeout is 0 or less, sessions will by default never timeout. The default is 0.INTEGER0
Header Buffer Sizeorg.apache.felix.http.jetty.headerBufferSize Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Size of the buffer for request and response headers. Default is 16KB.INTEGER16384
Request Buffer Sizeorg.apache.felix.http.jetty.requestBufferSize Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Size of the buffer for requests not fitting the header buffer. Default is 8KB.INTEGER8192
Response Buffer Sizeorg.apache.felix.http.jetty.responseBufferSize Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Size of the buffer for responses. Default is 24KB.INTEGER24576
Maximum Form Sizeorg.apache.felix.http.jetty.maxFormSize Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Size of Body for submitted form content. Default is 200KB.INTEGER204800
Debug Loggingorg.apache.felix.http.debug Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Whether to write DEBUG level messages or not. Defaults to false.BOOLEANfalse
Path Exclusionsorg.apache.felix.http.path_exclusions Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.Contains a list of context path prefixes. If a Web Application Bundle is started with a context path matching any of these prefixes, it will not be deployed in the servlet container.STRING/system
Excluded Cipher Suitesorg.apache.felix.https.jetty.ciphersuites.excluded Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.List of cipher suites that should be excluded. Default is none.STRING
Included Cipher Suitesorg.apache.felix.https.jetty.ciphersuites.included Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.List of cipher suites that should be included. Default is none.STRING
Send Server Headerorg.apache.felix.http.jetty.sendServerHeader Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.If enabled, the server header is sent.BOOLEANtrue
Included Protocolsorg.apache.felix.https.jetty.protocols.included Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.List of SSL protocols to include by default. Protocols may be any supported by the Java platform such as SSLv2Hello, SSLv3, TLSv1, TLSv1.1, or TLSv1.2. Any listed protocol not supported is silently ignored. Default is none assuming to use any protocol enabled and supported on the platform.STRING
Excluded Protocolsorg.apache.felix.https.jetty.protocols.excluded Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container.List of SSL protocols to exclude. This property further restricts the enabled protocols by explicitly disabling. Any protocol listed in both this property and the Included protocols property is excluded. Default is none such as to accept all protocols enabled on platform or explicitly listed by the Included protocols property.STRING
Root URImanager.root Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The root path to the OSGi Management Console.STRING/system/console
Http Service Selectorhttp.service.filter Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The Http Service Selector is an OSGi filter used to select the Http Service towhich the Web Console binds. The value of this property (if not empty) iscombined the object class selection term to get the actual service selectionfilter like (&(objectClass=org.osgi.service.http.HttpService)(selector)). Thisproperty must not have leading an trailing parentheses. For example, to bindto the service with service ID 15 set the selector to 'service.id=15' (withoutthe quotes). By default (if this property is not set or set to an emptystring) the Web Console binds with any Http Service available.STRING
Default Pagedefault.render Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The name of the default configuration page when invoking the OSGi Management console.STRINGbundles
Realmrealm Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The name of the HTTP Authentication Realm.STRINGOSGi Management Console
User Nameusername Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The name of the user allowed to access the OSGi Management Console. To disable authentication clear this value. This property is ignored if a WebConsoleSecurityProvider is used for authentication.STRINGadmin
Passwordpassword Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The password for the user allowed to access the OSGi Management Console. This property is ignored if a WebConsoleSecurityProvider is used for authentication.STRING{sha-256}jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg=
Default Categorycategory Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.The default category (menu label) to be used for plugins not registered with a felix.webconsole.category service property or overwriting the AbstractWebConsole.getCategory() method. The default value is "Main".STRINGMain
Localelocale Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.If set, this locale forces the localization to use this locale instead of the one requested by the web browserSTRING
Log Levelloglevel Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.Logging LevelINTEGER2
4 -- DEBUG
3 -- INFO
2 -- WARN
1 -- ERROR
Pluginsplugins Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console.Select active pluginsSTRINGorg.apache.felix.webconsole.internal.compendium.LogServlet
org.apache.felix.webconsole.internal.configuration.ConfigManager
org.apache.felix.webconsole.internal.core.BundlesServlet
org.apache.felix.webconsole.internal.core.ServicesServlet
org.apache.felix.webconsole.internal.misc.LicenseServlet
org.apache.felix.webconsole.internal.system.VMStatPlugin
org.apache.felix.webconsole.internal.compendium.LogServlet -- Log Service
org.apache.felix.webconsole.internal.configuration.ConfigManager -- Configuration
org.apache.felix.webconsole.internal.core.BundlesServlet -- Bundles
org.apache.felix.webconsole.internal.core.ServicesServlet -- Services
org.apache.felix.webconsole.internal.misc.LicenseServlet -- Licenses
org.apache.felix.webconsole.internal.system.VMStatPlugin -- System Information
Maximum Eventsmax.size Apache Felix Web Console Event Plugin org.apache.felix.webconsole.plugins.event.internal.PluginServlet :- This is a plugin for the Apache Felix Web Console displaying all events occuring in the system.The maximum number of events displayed in the plugin.INTEGER250
Dump Thresholdfelix.memoryusage.dump.threshold Apache Felix Web Console Memory Usage Plugin org.apache.felix.webconsole.plugins.memoryusage.internal.MemoryUsageConfigurator :- Configuration of the Apache Felix Web Console Memory Usage Plugin.Threshold at which to automatically create a memory dump as a percentage in the range 50 to 99 or zero to disable automatic dump creation.INTEGER0
Dump Intervalfelix.memoryusage.dump.interval Apache Felix Web Console Memory Usage Plugin org.apache.felix.webconsole.plugins.memoryusage.internal.MemoryUsageConfigurator :- Configuration of the Apache Felix Web Console Memory Usage Plugin.The minimum interval between two consecutive memory dumps being taken in seconds. This property allows the limitation of the number of memory dumps being taken. The default value for the interval is 6 hours. This means that a memory threshold event is ignored unless the last memory dump has been taken at least 6 hours earlier. This property allows limiting the number of memory dumps in case memory consumption is oscillating around the threshold point. The property must be an integer value or be parseable to an integer value. This should be a positive value or zero to force each memory threshold event to cause a memory dump (discouraged).INTEGER21600000
Dumpe Locationfelix.memoryusage.dump.location Apache Felix Web Console Memory Usage Plugin org.apache.felix.webconsole.plugins.memoryusage.internal.MemoryUsageConfigurator :- Configuration of the Apache Felix Web Console Memory Usage Plugin.The filesystem location where heap dumps are stored. If this is null or empty (the default) the dumps are stored in /adobe/ToolsDailyUsage/cq61/osgiinformer/crx-quickstart/launchpad/felix/bundle46/data/dumpsSTRING
Content Disposition Pathssling.content.disposition.paths Apache Sling Content Disposition Filter org.apache.sling.security.impl.ContentDispositionFilter :- Request filter adding Content Disposition attachment for certain paths/content typesThese paths are filtered by the filter. Each entry is of the form 'path [ ":" CSV of excluded content types ]'. Invalid entries are logged and ignored.STRING
Allow Emptyallow.empty Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests.Allow an empty or missing referrerBOOLEANfalse
Allow Hostsallow.hosts Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests.List of allowed hosts for the referrer which are added to the list of default hosts.STRING
Allow Regexp Hostallow.hosts.regexp Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests.List of allowed regexp for the referrer.STRING
Filter Methodsfilter.methods Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests.These methods are filtered by the filter.STRINGPOST
PUT
DELETE
Active by default?active.by.default Sling Startup Filter org.apache.sling.startupfilter.impl.StartupFilterImpl :- Rejects Sling requests with a 503 error code during startup.If true, the filter is active as soon as the service starts.BOOLEANtrue
Default messagedefault.message Sling Startup Filter org.apache.sling.startupfilter.impl.StartupFilterImpl :- Rejects Sling requests with a 503 error code during startup.The default message is returned in the HTTP response of the filter, followed by any messages supplied by StartupInfoProvider services.STRINGStartup\ in\ progress
Default JAAS Realmjaas.defaultRealmName Apache Felix JAAS Configuration SPI org.apache.felix.jaas.ConfigurationSpi :- JAAS Configuration SPI implementation which provides configuration based on OSGi ConfigAdminDefault realm name to use if no realm is explicitly defined for LoginModuleSTRING
JAAS Config Provider namejaas.configProviderName Apache Felix JAAS Configuration SPI org.apache.felix.jaas.ConfigurationSpi :- JAAS Configuration SPI implementation which provides configuration based on OSGi ConfigAdminName of the provider used to register the OSGi based configuration providerSTRINGFelixJaasProvider
Global Configuration Policyjaas.globalConfigPolicy Apache Felix JAAS Configuration SPI org.apache.felix.jaas.ConfigurationSpi :- JAAS Configuration SPI implementation which provides configuration based on OSGi ConfigAdminPolicy to manage global configuration. (1) Default: Global configuration is not modified. (2). Replace Global Configuration: Global configuration is replaced with OSGi based configuration (3). Proxy Global Configuration: Global configuration would be replaced with proxy configuration. The proxy would check with OSGi based configuration. If no config is found it would look in default global configurationSTRINGdefault
default -- Default
replace -- Replace Global Configuration
proxy -- Proxy Global Configuration
Control Flagjaas.controlFlagApache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classnameThe Flag value controls the overall behavior as authentication proceeds down the stackSTRINGrequired
required -- Required
requisite -- Requisite
sufficient -- Sufficient
optional -- Optional
Rankingjaas.rankingApache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classnameThe relative ranking of this configuration.INTEGER0
Realm Namejaas.realmNameApache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classnameName of the applicationSTRING
Class Namejaas.classnameApache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classnameFully qualified name of the LoginModule classSTRING
Optionsjaas.optionsApache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classnameProperties in the form of key value pairs that are passed on to the LoginModule(name=value pairs)STRING
Datasource name(*)datasource.nameApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesName of this data source (required)STRING
DataSource Service Property Namedatasource.svc.prop.nameApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesName of the service property which would store the DataSource Name whileregistering the DataSource instance as OSGi serviceSTRINGdatasource.name
JDBC driver classdriverClassNameApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesJava class name of the JDBC driver to useSTRING
JDBC connection URIurlApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesURI of the JDBC connection to use e.g. jdbc:mysql://localhost:3306/mysqlSTRING
UsernameusernameApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe connection username to be passed to our JDBC driver to establish a connectionSTRING
PasswordpasswordApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe connection password to be passed to our JDBC driver to establish a connection.PASSWORD
Auto CommitdefaultAutoCommitApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe default auto-commit state of connections created by this pool. (If 'default' then the setAutoCommit method will not be called.)STRINGDefault -- default
true -- true
false -- false
ReadonlydefaultReadOnlyApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe default read-only state of connections created by this pool.STRINGDefault -- default
true -- true
false -- false
Transaction IsolationdefaultTransactionIsolationApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe default TransactionIsolation state of connections created by this pool. If 'default', the method will not be called and it defaults to the JDBC driver.STRINGDefault -- default
NONE -- NONE
READ_COMMITTED -- READ_COMMITTED
READ_UNCOMMITTED -- READ_UNCOMMITTED
REPEATABLE_READ -- REPEATABLE_READ
SERIALIZABLE -- SERIALIZABLE
Catalog NamedefaultCatalogApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe default catalog of connections created by this pool.STRING
Max Active ConnectionsmaxActiveApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe maximum number of active connections that can be allocated from this pool at the same time. The default value is 100INTEGER100
Max Idle ConnectionsmaxIdleApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe maximum number of connections that should be kept in the pool at all times. Idle connections are checked periodically (if enabled) and connections that been idle for longer than minEvictableIdleTimeMillis will be released. (also see testWhileIdle)INTEGER100
Min Idle ConnectionsminIdleApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe minimum number of established connections that should be kept in the pool at all times. The connection pool can shrink below this number if validation queries fail. Default value is derived frominitialSize:10 (also see testWhileIdle)INTEGER10
Initial SizeinitialSizeApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe initial number of connections that are created when the pool is started. Default value is 10INTEGER10
Max WaitmaxWaitApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe maximum number of milliseconds that the pool will wait (when there are no availableconnections) for a connection to be returned before throwing an exception. Default value is 30000 (30 seconds)INTEGER30000
Max AgemaxAgeApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesTime in milliseconds to keep this connection.INTEGER0
Test on BorrowtestOnBorrowApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe indication of whether objects will be validated before being borrowed from the pool.BOOLEANfalse
Test on ReturntestOnReturnApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe indication of whether objects will be validated before being returned to the pool.BOOLEANfalse
Test while IdletestWhileIdleApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe indication of whether objects will be validated by the idle object evictor (if any).BOOLEANfalse
Validation QueryvalidationQueryApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe SQL query that will be used to validate connections from this pool before returning them to the caller. If specified, this query does not have to return any data, it just can't throw a SQLException. The default value is null. Example values are SELECT 1(mysql), select 1 from dual(oracle), SELECT 1(MS Sql Server)STRING
Validation Query timeoutvalidationQueryTimeoutApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe timeout in seconds before a connection validation queries fail. A value less than or equal to zero will disable this feature. The default value is -1.INTEGER-1
Eviction Run IntervaltimeBetweenEvictionRunsMillisApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe number of milliseconds to sleep between runs of the idle connectionvalidation/cleaner thread.INTEGER5000
Eviction Idle TimeminEvictableIdleTimeMillisApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe minimum amount of time an object may sit idle in the pool before it is eligible for eviction.INTEGER60000
Connection PropertiesconnectionPropertiesApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesThe connection properties that will be sent to our JDBC driver when establishing new connections. Format of the string must be [propertyName=property;]* NOTE - The "user" and "password" propertieswill be passed explicitly, so they do not need to be included here.STRING
Init SqlinitSQLApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesA custom query to be run when a connection is first createdSTRING
JDBC InterceptorsjdbcInterceptorsApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesA semicolon separated list of classnames of JDBCInterceptor. See http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Configuring_JDBC_interceptors for more detailsSTRINGStatementCache;SlowQueryReport(threshold=10000);ConnectionState
Validation IntervalvalidationIntervalApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_Attributesavoid excess validation, only run validation at most at this frequency - time in milliseconds. If a connection is due for validation, but has been validated previously within this interval, it will not be validated again.INTEGER30000
Log Validation ErrorlogValidationErrorsApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesSet this to true to log errors during the validation phase to the log fileBOOLEANtrue
Additional Propertiesdatasource.svc.propertiesApache Sling Connection Pooled DataSource org.apache.sling.datasource.DataSourceFactory :- Creates a DataSource services based on configuration provided. For more details on the various properties refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_AttributesProperties that are added additionally to the underlying DataSource provider(name=value pairs). Refer to http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_Attributes for various property names and details.STRING
Datasource name(*)datasource.nameApache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDIName of this data source (required)STRING
DataSource Service Property Namedatasource.svc.prop.nameApache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDIName of the service property which would store the DataSource Name whileregistering the DataSource instance as OSGi serviceSTRINGdatasource.name
JNDI Name (*)datasource.jndi.nameApache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDIJNDI location name used to perform DataSource instance lookupSTRING
JNDI Propertiesjndi.propertiesApache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDISet the environment for the JNDI InitialContext i.e. properties passed on to InitialContext for performing the JNDI instance lookup. Each row form a map entry where each row format be propertyName=property e.g. java.naming.factory.initial=exampleFactorySTRING
Snapshot path regular expressionsdelete.path.regexpsContent Cleanup Component com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup :- Deletes content while upgrading, before the package manager startsRegular expressions that define which paths are allowed to be deletedSTRING
Delete selection querydelete.sql2.queryContent Cleanup Component com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup :- Deletes content while upgrading, before the package manager startsSQL2 query that selects candidates for deletionSTRING
SSL forward headerssl-forward.header Apache Felix Http Service SSL Filter org.apache.felix.http.sslfilter.SslFilter :- Configuration for the Http Service SSL Filter. Please consult the documentation of your proxy for the actual headers and values to use. HTTP Request header name that indicates a request is a SSL request terminated at a proxy between the client and the originating server. The default value is 'X-Forwarded-SSL' as is customarily used in the wild. Other commonly used names are: 'X-Forwarded-Proto' (Amazon ELB), 'X-Forwarded-Protocol' (alternative), and 'Front-End-Https' (Microsoft IIS).STRINGX-Forwarded-SSL
SSL forward valuessl-forward.value Apache Felix Http Service SSL Filter org.apache.felix.http.sslfilter.SslFilter :- Configuration for the Http Service SSL Filter. Please consult the documentation of your proxy for the actual headers and values to use. HTTP Request header value that indicates a request is a SSL request terminated at a proxy. The default value is 'on'. Another commonly used value is 'https'.STRINGon
SSL client headerssl-forward-cert.header Apache Felix Http Service SSL Filter org.apache.felix.http.sslfilter.SslFilter :- Configuration for the Http Service SSL Filter. Please consult the documentation of your proxy for the actual headers and values to use. HTTP Request header name that contains the client certificate forwarded by a proxy. The default value is 'X-Forwarded-SSL-Certificate'. Another commonly used value is 'X-Forwarded-SSL-Client-Cert'.STRINGX-Forwarded-SSL-Certificate
Service Mappingsuser.mapping Apache Sling Service User Mapper Service org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl :- Configuration for the service mapping service names to names of users.Provides mappings from service name to user names. Each entry is of the form 'bundleId [ ":" subServiceName ] "=" userName' where bundleId and subServiceName identify the service and userName defines the name of the user to provide to the service. Invalid entries are logged and ignored.STRING
Default Useruser.default Apache Sling Service User Mapper Service org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl :- Configuration for the service mapping service names to names of users.The name of the user to use as the default if no service mappingapplies. If this property is missing or empty no default user is defined.STRING
Rankingservice.rankingApache Sling Service User Mapper Service Amendment org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended :- An amendment mapping for the user mapping service.Amendments are processed in order of their ranking, an amendment with a higher ranking has precedence over a mapping with a lower ranking.INTEGER0
Service Mappingsuser.mappingApache Sling Service User Mapper Service Amendment org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended :- An amendment mapping for the user mapping service.Provides mappings from service name to user names. Each entry is of the form 'bundleId [ ":" subServiceName ] "=" userName' where bundleId and subServiceName identify the service and userName defines the name of the user to provide to the service. Invalid entries are logged and ignored.STRING
Ping IntervalcheckInternval Adobe Granite License Filter com.adobe.granite.license.impl.LicenseCheckFilter :- This filter handles all license related tasks.The time in milliseconds between two license pings.LONG86400000
Exclude IdsexcludeIds Adobe Granite License Filter com.adobe.granite.license.impl.LicenseCheckFilter :- This filter handles all license related tasks.List of server ids to be excluded from the license ping.STRING
Encrypt PingencryptPing Adobe Granite License Filter com.adobe.granite.license.impl.LicenseCheckFilter :- This filter handles all license related tasks.Controls whether the ping is sent as plain text or encrypted.BOOLEANtrue
Sync Handler Namehandler.nameApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerName of this sync configuration. This is used to reference this handler by the login modules.STRINGdefault
User Expiration Timeuser.expirationTimeApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerDuration until a synced user gets expired (eg. '1h 30m' or '1d').STRING1h
User auto membershipuser.autoMembershipApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerList of groups that a synced user is added to automaticallySTRING
User property mappinguser.propertyMappingApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerList mapping definition of local properties from external ones. eg: 'profile/email=mail'.Use double quotes for fixed values. eg: 'profile/nt:primaryType="nt:unstructured"STRINGrep:fullname=cn
User Path Prefixuser.pathPrefixApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerThe path prefix used when creating new users.STRING
User Membership Expirationuser.membershipExpTimeApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerTime after which membership expires (eg. '1h 30m' or '1d').STRING1h
User membership nesting depthuser.membershipNestingDepthApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerReturns the maximum depth of group nesting when membership relations are synced. A value of 0 effectively disables group membership lookup. A value of 1 only adds the direct groups of a user. This value has no effect when syncing individual groups only when syncing a users membership ancestry.INTEGER0
Group Expiration Timegroup.expirationTimeApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerDuration until a synced group expires (eg. '1h 30m' or '1d').STRING1d
Group auto membershipgroup.autoMembershipApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerList of groups that a synced group is added to automaticallySTRING
Group property mappinggroup.propertyMappingApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerList mapping definition of local properties from external ones.STRING
Group Path Prefixgroup.pathPrefixApache Jackrabbit Oak Default Sync Handler org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandlerThe path prefix used when creating new groups.STRING
JAAS Rankingjaas.rankingApache Jackrabbit Oak External Login Module org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactorySpecifying the ranking (i.e. sort order) of this login module entry. The entries are sorted in a descending order (i.e. higher value ranked configurations come first).INTEGER50
JAAS Control Flagjaas.controlFlagApache Jackrabbit Oak External Login Module org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactoryProperty specifying whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. Refer to the JAAS configuration documentation for more details around the meaning of these flags.STRINGSUFFICIENT
JAAS Realmjaas.realmNameApache Jackrabbit Oak External Login Module org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactoryThe realm name (or application name) against which the LoginModule is be registered. If no realm name is provided then LoginModule is registered with a default realm as configured in the Felix JAAS configuration.STRING
Identity Provider Nameidp.nameApache Jackrabbit Oak External Login Module org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactoryName of the identity provider (for example: 'ldap').STRING
Sync Handler Namesync.handlerNameApache Jackrabbit Oak External Login Module org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactory :- Description for org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModuleFactoryName of the sync handler.STRINGdefault
LDAP Provider Nameprovider.nameApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderName of this LDAP provider configuration. This is used to reference this provider by the login modules.STRINGldap
LDAP Server Hostnamehost.nameApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderHostname of the LDAP serverSTRINGlocalhost
LDAP Server Porthost.portApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderPort of the LDAP serverINTEGER389
Use SSLhost.sslApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderIndicates if an SSL (LDAPs) connection should be used.BOOLEANfalse
Use TLShost.tlsApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderIndicates if TLS should be started on connections.BOOLEANfalse
Disable certificate checkinghost.noCertCheckApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderIndicates if server certificate validation should be disabled.BOOLEANfalse
Bind DNbind.dnApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderDN of the user for authentication. Leave empty for anonymous bind.STRING
Bind Passwordbind.passwordApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderPassword of the user for authentication.PASSWORD
Search TimeoutsearchTimeoutApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderTime in until a search times out (eg: '1s' or '1m 30s').STRING60s
Admin pool max activeadminPool.maxActiveApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderThe max active size of the admin connection pool.LONG8
User pool max activeuserPool.maxActiveApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderThe max active size of the user connection pool.LONG8
User base DNuser.baseDNApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderThe base DN for user searches.STRINGou=people,o=example,dc=com
User object classesuser.objectclassApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderThe list of object classes an user entry must contain.STRINGperson
User id attributeuser.idAttributeApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderName of the attribute that contains the user id.STRINGuid
User extra filteruser.extraFilterApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderExtra LDAP filter to use when searching for users. The final filter isformatted like: '(&(=)(objectclass=))'STRING
User DN pathsuser.makeDnPathApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderControls if the DN should be used for calculating a portion of the intermediate path.BOOLEANfalse
Group base DNgroup.baseDNApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderThe base DN for group searches.STRINGou=groups,o=example,dc=com
Group object classesgroup.objectclassApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderThe list of object classes a group entry must contain.STRINGgroupOfUniqueNames
Group name attributegroup.nameAttributeApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderName of the attribute that contains the group name.STRINGcn
Group extra filtergroup.extraFilterApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderExtra LDAP filter to use when searching for groups. The final filter isformatted like: '(&(=)(objectclass=))'STRING
Group DN pathsgroup.makeDnPathApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderControls if the DN should be used for calculating a portion of the intermediate path.BOOLEANfalse
Group member attributegroup.memberAttributeApache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProviderGroup attribute that contains the member(s) of a group.STRINGuniquemember
Token ExpirationtokenExpiration Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.descriptionExpiration time of login tokens in ms.STRING
Token LengthtokenLength Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.descriptionLength of the generated token.STRING
Hash AlgorithmpasswordHashAlgorithm Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.descriptionName of the algorithm to hash the token.STRINGSHA-256
Hash IterationspasswordHashIterations Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.descriptionNumber of iterations used to hash the token.INTEGER1000
Hash Salt SizepasswordSaltSize Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.descriptionSize of the salt used to generate the hash.INTEGER8
Authorizable ActionsenabledActions Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.descriptionThe set of actions that is supported by this provider implementation.STRINGorg.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction -- AccessControlAction
org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction -- PasswordValidationAction
org.apache.jackrabbit.oak.spi.security.user.action.PasswordChangeAction -- PasswordChangeAction
org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction -- ClearMembershipAction
Configure AccessControlAction: User PrivilegesuserPrivilegeNames Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.descriptionThe name of the privileges that should be granted to a given user on it's home.STRING
Configure AccessControlAction: Group PrivilegesgroupPrivilegeNames Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.descriptionThe name of the privileges that should be granted to a given group on it's home.STRING
Configure PasswordValidationAction: Password Constraintconstraint Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.descriptionA regular expression specifying the pattern that must be matched by a user's password.STRING
User PathusersPath Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionPath underneath which user nodes are being created.STRING/rep:security/rep:authorizables/rep:users
Group PathgroupsPath Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionPath underneath which group nodes are being created.STRING/rep:security/rep:authorizables/rep:groups
System User Relative PathsystemRelativePath Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionPath relative to the user root path underneath which system user nodes are being created. The default value is 'system'.STRINGsystem
Default DepthdefaultDepth Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionNumber of levels that are used by default to store authorizable nodesINTEGER2
Import BehaviorimportBehavior Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionBehavior for user/group related items upon XML import.STRINGignore
abort -- abort
besteffort -- besteffort
ignore -- ignore
Hash AlgorithmpasswordHashAlgorithm Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionName of the algorithm used to generate the password hash.STRINGSHA-256
Hash IterationspasswordHashIterations Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionNumber of iterations to generate the password hash.INTEGER1000
Hash Salt SizepasswordSaltSize Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionSalt size to generate the password hash.INTEGER8
Autosave SupportsupportAutoSave Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionConfiguration option to enable autosave behavior. Note: this config option is present for backwards compatibility with Jackrabbit 2.x and should only be used for broken code that doesn't properly verify the autosave behavior (see Jackrabbit API). If this option is turned on autosave will be enabled by default; otherwise autosave is not supported.BOOLEANfalse
Maximum Password AgepasswordMaxAge Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionMaximum age in days a password may have. Values greater 0 will implicitly enable password expiry. A value of 0 indicates unlimited password age.INTEGER0
Change Password On First LogininitialPasswordChange Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.descriptionWhen enabled, forces users to change their password upon first login.BOOLEANfalse
Mongo URImongouri Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedMongo connection URI used to connect to Mongo. Refer to http://docs.mongodb.org/manual/reference/connection-string/ for details. Note that this value can be overridden via framework property 'oak.mongo.uri'STRINGmongodb://localhost:27017/oak
Mongo DB namedb Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedName of the database in Mongo. Note that this value can be overridden via framework property 'oak.mongo.db'STRINGoak
Cache Size (in MB)cache Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedCache size in MB. This is distributed among various caches used in DocumentNodeStoreINTEGER256
NodeState CachenodeCachePercentage Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedPercentage of cache to be allocated towards Node cacheINTEGER25
NodeState Children CachechildrenCachePercentage Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedPercentage of cache to be allocated towards Children cacheINTEGER10
Diff CachediffCachePercentage Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedPercentage of cache to be allocated towards Diff cacheINTEGER5
Document Children CachedocChildrenCachePercentage Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedPercentage of cache to be allocated towards Document children cacheINTEGER3
Mongo Changes Collection Size (in MB)changesSize Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedWith the MongoDB backend, the DocumentNodeStore uses a capped collection to cache the diff. This value is used to determine the size of that capped collectionINTEGER256
Blob Cache Size (in MB)blobCacheSize Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedCache size to store blobs in memory. Used only with default BlobStore (as per DocumentStore type)INTEGER16
Persistent Cache ConfigpersistentCache Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedConfiguration for enabling Persistent cache. By default it is not enabled. Refer to http://jackrabbit.apache.org/oak/docs/nodestore/persistent-cache.html for various optionsSTRING
Custom BlobStorecustomBlobStore Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedBoolean value indicating that a custom BlobStore is to be used. By default, for MongoDB, MongoBlobStore is used; for RDB, RDBBlobStore is used.BOOLEANfalse
Custom DataSourcecustomBlobDataSource Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedBoolean value indicating that DataSource is configured separately, and that it should be usedBOOLEANfalse
Version GC Max Age (in secs)versionGcMaxAgeInSecs Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedVersion Garbage Collector (GC) logic will only consider those deleted for GC which are not accessed recently (currentTime - lastModifiedTime > versionGcMaxAgeInSecs). For example as per default only those document which have been *marked* deleted 24 hrs ago will be considered for GC. This also applies how older revision of live document are GC.LONG86400
Blob GC Max Age (in secs)blobGcMaxAgeInSecs Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedBlob Garbage Collector (GC) logic will only consider those blobs for GC which are not accessed recently (currentTime - lastModifiedTime > blobGcMaxAgeInSecs). For example as per default only those blobs which have been created 24 hrs ago will be considered for GCLONG86400
Max Replication Lag (in secs)maxReplicationLagInSecs Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedValue in seconds. Determines the duration beyond which it can be safely assumed that the state on the secondaries is consistent with the primary, and it is safe to read from themLONG21600
DocumentStore TypedocumentStoreType Apache Jackrabbit Oak Document NodeStore Service org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#DocumentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedType of DocumentStore to use for persistence. Defaults to MONGOSTRINGMONGO
MONGO -- MONGO
RDB -- RDB
Directoryrepository.home Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedDirectory location used to store the segment tar files. If not specified then looks for framework property 'repository.home' otherwise use a subdirectory with name 'tarmk'STRING
Modetarmk.mode Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedTarMK mode (64 for memory mapping, 32 for normal file access)STRING
Maximum Tar File Size (MB)tarmk.size Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedTarMK maximum file size (MB)INTEGER256
Cache size (MB)cache Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedCache size for storing most recently used SegmentsINTEGER256
Clone Binariescompaction.cloneBinaries Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedClone the binary segments while performing compactionBOOLEANfalse
Cleanup Strategycompaction.cleanup Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedCleanup strategy used for live in memory segment references while performing cleanup. 1. CLEAN_NONE: All in memory references are considered valid, 2. CLEAN_OLD: Only in memory references older than a certain age are considered valid (compaction.cleanup.timestamp), 3. CLEAN_ALL: None of the in memory references are considered validSTRINGCLEAN_OLD
CLEAN_ALL -- CLEAN_ALL
CLEAN_NONE -- CLEAN_NONE
CLEAN_OLD -- CLEAN_OLD
Reference expiry time (ms)compaction.cleanup.timestamp Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedTime interval in ms beyond which in memory segment references would be ignored while performing cleanupLONG36000000
Memory Multipliercompaction.memoryThreshold Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedTarMK compaction available memory multiplier needed to run compactionBYTE5
Pause CompactionpauseCompaction Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedWhen enabled compaction would not be performedBOOLEANfalse
Standby Modestandby Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedFlag indicating that this component will not register as a NodeStore but just as a NodeStoreProviderBOOLEANfalse
Custom BlobStorecustomBlobStore Apache Jackrabbit Oak Segment NodeStore Service org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService :- NodeStore implementation based on Document model. For configuration option refer to http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supportedBoolean value indicating that a custom BlobStore is to be used. By default large binary content would be stored within segment tar filesBOOLEANfalse
Jackrabbit 2.x PermissionspermissionsJr2 Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.descriptionEnforce backwards compatible permission validation with respect to the configurable options.STRINGUSER_MANAGEMENT -- USER_MANAGEMENT
REMOVE_NODE -- REMOVE_NODE
Import BehaviorimportBehavior Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.descriptionBehavior for access control related items upon XML import.STRINGabort
abort -- abort
besteffort -- besteffort
ignore -- ignore
Readable PathsreadPaths Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.descriptionEnable full read access to regular nodes and properties at the specified paths irrespective of other policies that may take effective.STRING/jcr:system/rep:namespaces
/jcr:system/jcr:nodeTypes
/jcr:system/rep:privileges
Administrative PrincipalsadministrativePrincipals Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.descriptionAllows to specify principals that should be granted full permissions on the complete repository content.STRING
RankingconfigurationRanking Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.descriptionRanking of this configuration in a setup with multiple authorization configurations.INTEGER100
Application Nameorg.apache.jackrabbit.oak.authentication.appName Apache Jackrabbit Oak AuthenticationConfiguration org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl.descriptionApplication named used for JAAS authenticationSTRINGjackrabbit.oak
JAAS Config SPI Nameorg.apache.jackrabbit.oak.authentication.configSpiName Apache Jackrabbit Oak AuthenticationConfiguration org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl.descriptionName of JAAS Configuration Spi. This needs to be set to JAAS config provider name if JAAS authentication is managed by Felix JAAS Support with its Global Configuration Policy set to 'default'.STRING
Name Lengthlength Apache Jackrabbit Oak Random Authorizable Node Name org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName :- Generates a random name for the authorizable node.Length of the generated node name.INTEGER21
Enable Debug Loggingdebug Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderServiceEnables debug logging in Lucene. After enabling this actual logging can be controlled via changing log level for category 'oak.lucene' to debugBOOLEANfalse
Enable CopyOnReadenableCopyOnReadSupport Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderServiceEnable copying of Lucene index to local file system to improve query performanceBOOLEANtrue
Local index storage pathlocalIndexDir Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderServiceLocal file system path where Lucene indexes would be copied when CopyOnRead is enabled. If not specified then indexes would be stored under 'index' dir under Repository HomeSTRING
Open index asynchronouslyenableOpenIndexAsync Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderServiceEnable opening of indexes in asynchronous modeBOOLEANtrue
Solr home directorysolr.home.path Apache Jackrabbit Oak Solr embedded server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.EmbeddedSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.EmbeddedSolrServerConfigurationProviderDescription for solr.home.pathSTRINGsolr
Solr Core namesolr.core.name Apache Jackrabbit Oak Solr embedded server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.EmbeddedSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.EmbeddedSolrServerConfigurationProviderDescription for solr.core.nameSTRINGoak
enabledenabled Apache Jackrabbit Oak Solr persisted configuration observer org.apache.jackrabbit.oak.plugins.index.solr.osgi.NodeStateSolrServersObserverService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.NodeStateSolrServersObserverServiceenable persisted configuration observerBOOLEANfalse
Solr HTTP URLsolr.http.url Apache Jackrabbit Oak Solr remote server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProviderDescription for solr.http.urlSTRINGhttp://127.0.0.1:8983/solr/oak
ZooKeeper hostsolr.zk.host Apache Jackrabbit Oak Solr remote server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProviderDescription for solr.zk.hostSTRING127.0.0.1:9983
Solr collectionsolr.collection Apache Jackrabbit Oak Solr remote server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProviderDescription for solr.collectionSTRINGoak
No. of collection shardssolr.shards.no Apache Jackrabbit Oak Solr remote server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProviderDescription for solr.shards.noINTEGER2
Replication factorsolr.replication.factor Apache Jackrabbit Oak Solr remote server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProviderDescription for solr.replication.factorINTEGER2
Solr configuration directorysolr.conf.dir Apache Jackrabbit Oak Solr remote server configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProvider :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.RemoteSolrServerConfigurationProviderDescription for solr.conf.dirSTRING
Property server.typeserver.type Apache Jackrabbit Oak Solr server provider org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderServiceDescription for server.typeSTRINGnone
none -- None
embedded -- Embedded Solr
remote -- Remote Solr
field for descendants searchpath.desc.field Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for path.desc.fieldSTRINGpath_des
field for children searchpath.child.field Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for path.child.fieldSTRINGpath_child
field for parent searchpath.parent.field Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for path.parent.fieldSTRINGpath_anc
field for path searchpath.exact.field Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for path.exact.fieldSTRINGpath_exact
catch all fieldcatch.all.field Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for catch.all.fieldSTRINGcatch_all
Property commit.policycommit.policy Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for commit.policySTRINGSOFT
HARD -- Hard commit
SOFT -- Soft commit
AUTO -- Auto commit
rowsrows Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for rowsINTEGER2147483647
path restrictionspath.restrictions Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for path.restrictionsBOOLEANfalse
property restrictionsproperty.restrictions Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for property.restrictionsBOOLEANfalse
primary types restrictionsprimarytypes.restrictions Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for primarytypes.restrictionsBOOLEANfalse
ignored propertiesignored.properties Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for ignored.propertiesSTRINGrep:members
rep:authorizableId
jcr:uuid
rep:principalName
rep:password
used propertiesused.properties Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceDescription for used.propertiesSTRING
mappings from Oak Types to Solr fieldstype.mappings Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceeach item should be in the form TypeString=FieldName (e.g. STRING=text_general)STRING
mappings from JCR property names to Solr fieldsproperty.mappings Apache Jackrabbit Oak Solr indexing / search configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.OakSolrConfigurationProviderServiceeach item should be in the form PropertyName=FieldName (e.g. jcr:title=text_en)STRING
query time aggregationquery.aggregation Apache Jackrabbit Oak Solr Query index provider configuration org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrQueryIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrQueryIndexProviderServiceenable query time aggregation for Solr indexBOOLEANfalse
Persist configurationorg.apache.sling.installer.configuration.persist Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesMust be always disabled to avoid storing the configuration in the repositoryBOOLEANfalse
Modemode Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesTarMK Cold Standby mode (primary or standby)STRINGprimary
primary -- primary
standby -- standby
Portport Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesTCP/IP port to useINTEGER8023
Primary Hostprimary.host Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesPrimary host (standby mode only)STRING127.0.0.1
Sync interval (seconds)interval Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesSync interval in seconds (standby mode only)INTEGER5
Allowed IP-Rangesprimary.allowed-client-ip-ranges Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesAccept incoming requests for these host names and IP-ranges only (primary mode only)STRING
Securesecure Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesUse secure connectionsBOOLEANfalse
Standby Read Timeoutstandby.readtimeout Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesTimeout for requests issued from the standby instance in millisecondsINTEGER60000
Standby Automatic Cleanupstandby.autoclean Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositoriesCall the cleanup method if the size of the store increases over 25% on a sync cycleBOOLEANfalse
NamenameApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The unique name for this thread pool.STRING
Min Pool SizeminPoolSizeApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The minimum pool size.INTEGER5
Max Pool SizemaxPoolSizeApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The maximum pool size.INTEGER5
Queue SizequeueSizeApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The queue size or -1 for an unlimited queue size.INTEGER-1
Keep Alive TimekeepAliveTimeApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The keep alive time.LONG60000
Block PolicyblockPolicyApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The block policy.STRINGRUN
ABORT -- Abort
DISCARD -- Discard
DISCARDOLDEST -- Discard Oldest
RUN -- Run
Shutdown GracefulshutdownGracefulApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.Should the pool be shutdown gracefully?BOOLEANfalse
Daemon ThreadsdaemonApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.Should the pool create daemon threads?BOOLEANfalse
Shutdown Wait TimeshutdownWaitTimeApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The shutdown wait time. A value below 1 means no wait time.INTEGER-1
PrioritypriorityApache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool.The default priority for the threads.STRINGNORM
NORM -- Norm
MIN -- Min
MAX -- Max
User Namesusers Apache Sling Web Console Security Provider org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider :- Configuration for the security provider used to verfiy user credentials and grant access to the Apache Felix Web Console based on registered JCR Repository users.Names of users granted full access to the Apache Felix Web Console. By default this lists the "admin" user. A maximum of 20 users may be configured. Administrators are encouraged to create a group whose members are to be granted access to Web Console instead of allowing access to individual users.STRINGadmin
Group Namesgroups Apache Sling Web Console Security Provider org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider :- Configuration for the security provider used to verfiy user credentials and grant access to the Apache Felix Web Console based on registered JCR Repository users.Names of groups whose members are granted full access to the Apache Felix Web Console. The default lists no groups. Administrators are encouraged to create a group whose members are to be granted access to the Web Console. A maximum of 20 groups may be configured. Using groups to control access requires a Jackrabbit based repository.STRING
Initial Context Factoryjava.naming.factory.initial Apache Sling JCR Repository JNDI Registrar org.apache.sling.jcr.jackrabbit.server.JndiRegistrationSupport :- The JNDI Registrar listens for embedded repositories to be registered as services and registers them in the JNDI context under the name specified in the "name" service property.The fully qualified class name of the factory class that will create an initial context.STRINGorg.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory
Provider URLjava.naming.provider.url Apache Sling JCR Repository JNDI Registrar org.apache.sling.jcr.jackrabbit.server.JndiRegistrationSupport :- The JNDI Registrar listens for embedded repositories to be registered as services and registers them in the JNDI context under the name specified in the "name" service property.An URL string for the service provider (e.g. "ldap://somehost:389").STRINGhttp://sling.apache.org
Port Numberport Apache Sling JCR Repository RMI Registrar org.apache.sling.jcr.jackrabbit.server.RmiRegistrationSupport :- The RMI Registrar listens for embedded repositories to be registered as services and registers them in an RMI registry under the name specified in the "name" service property.Port number of the RMI registry to use. The RMI Registrar first tries to create a private RMI registry at this port. If this fails, an existing registry is tried to connect at this port on local host. If this number is negative, the RMI Registrar is disabled. If this number is higher than 65535, an error message is logged and the RMI Registrar is also disabled. If this number is zero, the system default RMI Registry port 1099 is used.INTEGER1099
Enablecluster.level.enable Day CQ Cluster Based Start Level Controller com.day.cq.jcrclustersupport.ClusterStartLevelController :- Controls the OSGi Framework start level based on whether the bound repository is the Cluster Master or Slave repository.Whether to enable or not the start level controller. Default is "true". If the start level controller is disabled the OSGi Framework start level is not changed by this component.BOOLEANtrue
Master Start Levelcluster.master.level Day CQ Cluster Based Start Level Controller com.day.cq.jcrclustersupport.ClusterStartLevelController :- Controls the OSGi Framework start level based on whether the bound repository is the Cluster Master or Slave repository.The start level to switch the framework to if the bound repository is the Cluster Master node. Default is "30".INTEGER30
Master Start Levelcluster.slave.level Day CQ Cluster Based Start Level Controller com.day.cq.jcrclustersupport.ClusterStartLevelController :- Controls the OSGi Framework start level based on whether the bound repository is the Cluster Master or Slave repository.The start level to switch the framework to if the bound repository is the Cluster Slave node. Default is "15". If this value is less than the providing bundle's current start level, the start level of the bundle is changed to this configured value to ensure the bundle remains started after swichting the start level. In addition, it is suggested to set the OSGi framework initial startlevel to this same startlevel. This can be accomplished by setting the "org.osgi.framework.startlevel.beginning" in the sling.properties file to this value.INTEGER15
Schemeshandler.schemes Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. For these schemes this installer writes back configurations.STRINGjcrinstall
Installation folders name regexpsling.jcrinstall.folder.name.regexp Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. JCRInstall looks in repository folders having a name that match this regular expression (under the root paths, which are defined by the ResourceResolver search path) for resources to install. Folders having names that match this expression, followed by dotted run mode selectors (like "install.author.production") are also included. STRING.*/install$
Max hierarchy depth of install folderssling.jcrinstall.folder.max.depth Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. Folders that are nested deeper than this value under the repository root are ignoredINTEGER4
Search Pathsling.jcrinstall.search.path Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. List of paths under which jcrinstall looks for installable resources. Combined with the installations folders name regexp to select folders for scanning. Each path is followed by a colon and the priority of resources found under that path, resources with higher values override resources with lower values which represent the same OSGi entity (configuration, bundle, etc). STRING/libs:100
/apps:200
New Config Pathsling.jcrinstall.new.config.path Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. New configurations are stored at this location. If this path is relative, the resource resolver search path with highest priority is prepended. Otherwise this path is used as is.STRINGsling/install
Signal Node Pathsling.jcrinstall.signal.path Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. Path of the node in repository whose children would be watched for determining if the watch folder scanning has to be performed or not. If any child node is found at this path then scanning would be paused.STRING/system/sling/installer/jcr/pauseInstallation
Enable Write Backsling.jcrinstall.enable.writeback Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. Enable writing back of changes done through other tools like writing back configurations changed in the web console etc.BOOLEANtrue
Enable HTTP Proxyproxy.enabled Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperWhether to enable or disable HTTP Proxying globally. Setting this property to false disables HTTP Proxying and the other configurtion properties have no effect. The default value is false.BOOLEANfalse
HTTP Proxy Hostproxy.host Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperHost name (or IP Address) and port of the HTTP Proxy. in the format host:port, e.g. proxy.corp.com:3128. This property is ignored if HTTP Proxying is disabled. This property does not have default value. Enabling HTTP Proxying but not setting the HTTP Proxy Host causes HTTP Proxying to actually be disabled.STRING
HTTP Proxy Userproxy.user Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperThe name of the user to authenticate as with the HTTP Proxy Host. If this field is empty, the proxy is considered to not be authenticated. The default is empty. This property is ignored if proxying is disabled or the proxy host is not properly configured.STRING
HTTP Proxy Passwordproxy.password Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperThe password of the HTTP Proxy user to authenticate with. The default is empty. This property is ignored if proxying is disabled or the proxy host is not properly configured.STRING
HTTP Proxy NTLM Hostproxy.ntlm.host Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperThe host the authentication request is originating from. Essentially, the computer name for this machine. By default the credentials assume simple username password authentication. If the proxy happens to be a Microsoft IIS Server using NTLM authentication this property must be set to the NT Domain name of the user to authenticate as. This is not set by default.STRING
HTTP Proxy NTLM Domainproxy.ntlm.domain Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperThe NTLM domain to authenticate within. By default the credentials assume simple username password authentication. If the proxy happens to be a Microsoft IIS Server using NTLM authentication this property must be set to the NT Domain name of the user to authenticate as. This is not set by default.STRING
No Proxy Forproxy.exceptions Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client WrapperLists domain names, host names, IP Addresses or or network addresses for which the HTTP Proxy Host should not be used. A domain name indicating all hosts of a domain is indicated by a leading dot, e.g. ".day.com". A network address is indicated with subnet mask notation indicating the number of bits make up the network address, e.g 192.168.1.0/24 means the class C network "192.168.1". Note that for proxy selection, the host name of URL is not resolved but directly compared to the list of exceptions. For this reason you might want to indicate both the network address and the domain for targets which should not be passed through the proxy. This property has no effect if HTTP Proxying is disabled. The default value is [ localhost, 127.0.0.1 ].STRINGlocalhost
127.0.0.1
Enable HTTP Proxyproxy.enabled Apache HTTP Components Proxy Configuration org.apache.http.proxyconfigurator :- Proxy configuration for central and transparent proxying of http client connections.Whether to enable or disable this particular proxy configuration. The default value is false.BOOLEANfalse
HTTP Proxy Hostproxy.host Apache HTTP Components Proxy Configuration org.apache.http.proxyconfigurator :- Proxy configuration for central and transparent proxying of http client connections.Host name (or IP Address) of the HTTP Proxy. This property is ignored if this proxy configuration is disabled. This property does not have a default value. Enabling this proxy but not setting the HTTP Proxy Host effectively disables this configuration.STRING
HTTP Proxy Portproxy.port Apache HTTP Components Proxy Configuration org.apache.http.proxyconfigurator :- Proxy configuration for central and transparent proxying of http client connections.TCP port of the HTTP Proxy. This property is ignored if this proxy configuration is disabled. This property does not have a default value. Enabling this proxy but not setting the HTTP Proxy Port effectively disables this configuration.INTEGER
HTTP Proxy Userproxy.user Apache HTTP Components Proxy Configuration org.apache.http.proxyconfigurator :- Proxy configuration for central and transparent proxying of http client connections.The name of the user to authenticate as with the HTTP Proxy Host. If this field is empty, the proxy is considered to not be authenticated. The default is empty. This property is ignored if proxying is disabled or the proxy host is not properly configured.STRING
HTTP Proxy Passwordproxy.password Apache HTTP Components Proxy Configuration org.apache.http.proxyconfigurator :- Proxy configuration for central and transparent proxying of http client connections.The password of the HTTP Proxy user to authenticate with. The default is empty. This property is ignored if proxying is disabled or the proxy host is not properly configured.STRING
No Proxy Forproxy.exceptions Apache HTTP Components Proxy Configuration org.apache.http.proxyconfigurator :- Proxy configuration for central and transparent proxying of http client connections.Lists domain names, host names, IP Addresses or or network addresses for which this proxy configuration should not be used. A domain name indicating all hosts of a domain is indicated by a leading dot, e.g. ".day.com". A network address is indicated with subnet mask notation indicating the number of bits make up the network address, e.g 192.168.1.0/24 means the class C network "192.168.1". Note that for proxy selection, the host name of URL is not resolved but directly compared to the list of exceptions. For this reason you might want to indicate both the network address and the domain for targets which should not be passed through the proxy. This property has no effect if this proxy configuration is disabled. The default value is [ localhost, 127.0.0.1 ].STRINGlocalhost
127.0.0.1
Impersonation Cookieauth.sudo.cookie Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.The name the HTTP Cookie to set with the value of the user which is to be impersonated. This cookie will always be a session cookie.STRINGsling.sudo
Impersonation Parameterauth.sudo.parameter Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.The name of the request parameter initiating impersonation. Setting this parameter to a user id will result in using an impersonated session (instead of the actually authenticated session) and set a session cookie of the name defined in the Impersonation Cookie setting.STRINGsudo
Allow Anonymous Accessauth.annonymous Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.Whether default access as anonymous when no credentials are present in the request is allowed. The default value is "true" to allow access without credentials. When set to "false" access to the repository is only allowed if valid credentials are presented. The value of this configuration option is added to list of Authentication Requirements and needs not be explicitly listed. If anonymous access is allowed the entry added is "-/". Otherwise anonymous access is denied and "+/" is added to the list.BOOLEANtrue
Authentication Requirementssling.auth.requirements Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.Defines URL space subtrees which require or don't require authentication. For any request the best matching path configured applies and defines whether authentication is actually required for the request or not. Each entry in this list can be an absolute path (such as /content) or and absolute URI (such as http://thehost/content). Optionally each entry may be prefixed by a plus (+) or minus (-) sign indicating that authentication is required (plus) or not required (minus). Example entries are "/content" or "+/content" to require authentication at and below "/content" and "-/system/sling/login" to not require authentication at and below "/system/sling/login". By default this list is empty. This list is extended at run time with additional entries: One entry is added for the "Allow Anonymous Access" configuration. Other entries are added for any services setting the "sling.auth.requirements" service registration property.STRING
Anonymous User Namesling.auth.anonymous.user Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.Defines which user name to assume for anonymous requests, that is requests not providing credentials supported by any of the registered authentication handlers. If this property is missing or empty, the default is assumed which depends on the resource provider(s). Otherwise anonymous requests are handled with this user name. If the configured user name does not exist or is not allowed to access the resource data, anonymous requests may still be blocked. If anonymous access is not allowed, this property is ignored.STRING
Anonymous User Passwordsling.auth.anonymous.password Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.Password for the anonymous user defined in the Anonymous User Name field. This property is only used if a non-empty anonymous user name is configured. If this property is not defined but a password is required, an empty password would be assumed.STRING
HTTP Basic Authenticationauth.http Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.Level of support for HTTP Basic Authentication. Such support can be provided in three levels: (1) no support at all, that is disabled, (2) preemptive support, that is HTTP Basic Authentication is supported if the authentication header is set in the request, (3) full support. The default is preemptive support unless Anonymous Access is not allowed. In this case HTTP Basic Authentication is always enabled to ensure clients can authenticate at least with basic authentication.STRINGpreemptive
enabled -- Enabled
preemptive -- Enabled (Preemptive)
disabled -- Disabled
Realmauth.http.realm Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.HTTP BASIC authentication realm. This property is only used if the HTTP Basic Authentication support is not disabled. The default value is "Sling (Development)".STRINGSling (Development)
Authentication URI Sufficesauth.uri.suffix Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication.A list of request URI suffixes intended to be handled by Authentication Handlers. Any request whose request URI ends with any one of the listed suffices is intended to be handled by an Authentication Handler causing the request to either be rejected or the client being redirected to another location and thus the request not being further processed after the authentication phase. The default is just "/j_security_check" which is the suffix defined by the Servlet API specification used for FORM based authentication.STRING/j_security_check
Methodsling.servlet.methods Apache Sling Authentication Logout Servlet org.apache.sling.auth.core.impl.LogoutServlet :- Servlet for logging out users through the authenticator service.Supported MethdosSTRINGGET
POST
sling.servlet.paths.namesling.servlet.paths Apache Sling Authentication Logout Servlet org.apache.sling.auth.core.impl.LogoutServlet :- Servlet for logging out users through the authenticator service.sling.servlet.paths.descriptionSTRING/system/sling/logout
Thread Pool NamepoolName Apache Sling Scheduler org.apache.sling.commons.scheduler.impl.QuartzScheduler :- The scheduler is able to run services and jobs at specific times or periodically based on cron expressions.The name of a configured thread pool - if no name is configured the default pool is used.STRING
Heartbeat timeout (seconds)heartbeatTimeout Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Configure the timeout (in seconds) after which an instance is considered dead/crashed. Must be higher than the heartbeat interval! Default is 120 seconds.LONG120
Heartbeat interval (seconds)heartbeatInterval Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Configure the interval (in seconds) according to which the heartbeats are exchanged in the topology. Default is 30 seconds.LONG30
Minimal Event Delay (seconds)minEventDelay Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Configure a minimal delay (in seconds) between TOPOLOGY_CHANGING and TOPOLOGY_CHANGED. Any further changes happening during this delay are accumulated and combined in the TOPOLOGY_CHANGED after this delay. This helps avoiding event-flooding. Default is 3 seconds. A negative value or zero disables this delay.INTEGER3
connector's connection timeoutconnectionTimeout Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Timeout (in seconds!) until the topology connector's connection is established (ie socket.connect())INTEGER10
connector's read timeoutsoTimeout Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Topology connector's socket timeout (SO_TIMEOUT) (in seconds!) which is the timeout for waiting for dataINTEGER10
Repository Descriptor NameleaderElectionRepositoryDescriptor Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Name of the repository descriptor to be taken into account for leader election: those instances have preference to become leader which have the corresponding descriptor value of 'false'.STRING
Topology Connector URLstopologyConnectorUrls Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.URLs where to join a topology, e.g. http://localhost:4502/libs/sling/topology/connectorSTRING
Topology Connector WhitelisttopologyConnectorWhitelist Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.List of IPs and/or hostnames which are allowed to connect to the connector URL. There are four variants here: 1. provide a plain hostname. 2. provide an IP address. 3. provide a hostname or IP address with wildcards (* or ?). 4. provide an IP address with a subnet mask, either using the CIDR notation: 1.2.3.4/24 or an IP address, space, subnet mask: 1.2.3.4 255.255.255.0)STRINGlocalhost
127.0.0.1
Delay first INIT event until voteddelayInitEventUntilVoted Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Delay sending the TOPOLOGY_INIT event until the instance has finished an initial round of voting within the local cluster to make sure the view and leader are established. Avoids duplicate leaders on startup.BOOLEANtrue
Auto-Stop Local-LoopsautoStopLocalLoopEnabled Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.If true, and the discovery.impl detects a local-looping topology connector, the corresponding topology connector will be automatically stopped. This is useful to prevent unnecessary loops with eg pre-configured topology connectors.BOOLEANfalse
gzip requestsgzipConnectorRequestsEnabled Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.If true, the payloads of topology connector requests will be gzipped. This is advisable on certain connector structures, eg in a tree structure, where a topology connector announces a large sub-topology. Note that this only works with the server running discovery.impl 1.0.4 and onwards. Replies are gzipped automatically.BOOLEANfalse
Enable Hmac message signatureshmacEnabled Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.If true, and the Shared Key is set to the same value on all members of the topology, the messages will be validated using a HMAC of a digest of the body of the message. The hmac and message digest are in the HTTP request and response headers. Both requests and responses are signed.BOOLEANfalse
Enable Message encryptionenableEncryption Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.If Message HMACs are enabled and there is a shared key set, setting this to true will encrypt the body of the message using 128 bit AES encryption. Once encrypted you will not be able debug the messages at the http level.BOOLEANfalse
Message shared key.sharedKey Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.If message signing and encryption is used, this should be set to the same value on all members of the same topology. If any member of the topology has a different key it will effectively be excluded from the topology even if it attempts to send messages to other members of the topology.STRING
Shared Key TTLhmacSharedKeyTTL Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.Shared keys for message signatures are derived from the configured shared key. Each derived key has a lifetime (TTL). Once that time has expired a new key is derived and used for hmac signatures. This setting, sets the TTL in ms. Keys that are 2 lifetimes old are ignored. Set according to you level of paranoia, but don't set to less than the greatest possible clock drift between members of the topology. The default is 4 hours. Setting to a ridiculously low value will increase the turnover of keys. Generating a key takes about 2ms. There is no risk of memory consumption with low values, only a risk of the topology falling apart due to incorrectly set clocks.LONG14400000
Backoff factor for standby connectorsbackoffStandbyFactor Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.When a topology connector is in standby mode (ie when it is redundant), the heartbeat frequency is lowered, ie the heartbeatInterval for this connector is increased , at maximum by the backoffStandbyFactorSTRING
Backoff factor for stable connectorsbackoffStableFactor Apache Sling Resource-Based Discovery Service Configuration org.apache.sling.discovery.impl.Config :- The configuration of the resource based discovery service implementation.When a topology connector is stable (ie no changes occuring in the announcements sent), then the heartbeat frequency is lowered, ie the heartbeatInterval for this connector is steadily increased, at maximum by the backoffStableFactor.STRING
NamenameApache Sling Configured Feature org.apache.sling.featureflags.Feature :- Allows for the definition of statically configured features which are defined and enabled through OSGi configurationShort name of this feature. This name is used to refer to this feature when checking for it to be enabled or not. This property is required and defaults to a name derived from the feature's class name and object identity. It is strongly recommended to define a useful and unique for the featureSTRING
DescriptiondescriptionApache Sling Configured Feature org.apache.sling.featureflags.Feature :- Allows for the definition of statically configured features which are defined and enabled through OSGi configurationDescription for the feature. The intent is to descibe the behaviour of the application if this feature would be enabled. It is recommended to define this property. The default value is the value of the name property.STRING
EnabledenabledApache Sling Configured Feature org.apache.sling.featureflags.Feature :- Allows for the definition of statically configured features which are defined and enabled through OSGi configurationBoolean flag indicating whether the feature is enabled or not by this configurationBOOLEANfalse
Path mappingpath.mapping Apache Sling JCR Resource Provider Path Mapper org.apache.sling.jcr.resource.internal.helper.jcr.PathMapper :- This service provides path mappings for JCR nodes.Defines an obtional path mapping for a path.Each mapping entry is expressed as follow: :. As an example: /foo:/libs, this maps the JCR node /foo to the resource /libs. If the resource path is specified as '.', the JCR tree is not visible in the resource tree. This should not be considered a security feature as the nodes are still accessible through the JCR api. Mapping a JCR path to the root is not allowed. The mappings are evaluated as ordered in the configuration.STRING
Optimize For Oakoptimize.oak Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource treeIf this switch is enabled, and Oak is used as the repository implementation, some optimized components are used.BOOLEANtrue
Resource Search Pathresource.resolver.searchpath Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.The list of absolute path prefixes applied to find resources whose path is just specified with a relative path. The default value is [ "/apps", "/libs" ]. If an empty path is specified a single entry path of [ "/" ] is assumed.STRING/apps
/libs
Namespace Manglingresource.resolver.manglenamespaces Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.Defines whether namespace prefixes of resource names inside the path (e.g. "jcr:" in "/home/path/jcr:content") are mangled or not. Mangling means that any namespace prefix contained in the path is replaced as per the generic substitution pattern "/([^:]+):/_$1_/" when calling the "map" method of the resource resolver. Likewise the "resolve" methods will unmangle such namespace prefixes according to the substituation pattern "/_([^_]+)_/$1:/". This feature is provided since there may be systems out there in the wild which cannot cope with URLs containing colons, even though they are perfectly valid characters in the path part of URI references with a scheme. The default value of this property if no configuration is provided is "true".BOOLEANtrue
Allow Direct Mappingresource.resolver.allowDirect Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.Whether to add a direct URL mapping to the front of the mapping list.BOOLEANtrue
Required Providersresource.resolver.required.providers Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.A resource resolver factory is only available (registered) if all resource providers mentioned in this configuration are available. Each entry is either a service PID or a filter expression. Invalid filters are ignored.STRINGorg.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory
Virtual URLsresource.resolver.virtual Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.List of virtual URLs and there mappings to real URLs. Format is :. Mappings are applied on the complete request URL only.STRING/:/
URL Mappingsresource.resolver.mapping Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.List of mappings to apply to paths. Incoming mappings are applied to request paths to map to resource paths, outgoing mappings are applied to map resource paths to paths used on subsequent requests. Form is where is ">" for incoming mappings, "<" for outgoing mappings and ":" for mappings applied in both directions. Mappings are applied in configuration order by comparing and replacing URL prefixes. Note: The use of "-" as the value indicating a mapping in both directions is deprecated.STRING/:/
/content/:/
/system/docroot/:/
Mapping Locationresource.resolver.map.location Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.The path to the root of the configuration to setup and configure the ResourceResolver mapping. The default value is /etc/map.STRING/etc/map
Default Vanity Path Redirect Statusresource.resolver.default.vanity.redirect.status Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.The default status code used when a sling:vanityPath is configured to redirect and does not have a specific status code associated with it (via a sling:redirectStatus property)INTEGER302
Enable Vanity Pathsresource.resolver.enable.vanitypath Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.This flag controls whether all resources with a sling:vanityPath property are processed and added to the mappoing table.BOOLEANtrue
Maximum number of cached vanity path entriesresource.resolver.vanitypath.maxEntries Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.The maximum number of cached vanity path entries. Default is -1 (no limit)LONG-1
Maximum number of vanity bloom filter bytes resource.resolver.vanitypath.bloomfilter.maxBytes Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.The maximum number of vanity bloom filter bytes. Changing this value is subject to vanity bloom filter rebuildLONG1024000
Optimize alias resolutionresource.resolver.optimize.alias.resolution Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.This flag controls whether to optimize the alias resolution by creating an internal cache of aliases. This might have an impact on the startup time and on the alias update time if the number of aliases is huge (over 10000).BOOLEANtrue
Allowed Vanity Path Locationresource.resolver.vanitypath.whitelist Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.This setting can contain a list of path prefixes, e.g. /libs/, /content/. If such a list is configured, only vanity paths from resources starting with this prefix are considered. If the list is empty, all vanity paths are used.STRING
Denied Vanity Path Locationresource.resolver.vanitypath.blacklist Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.This setting can contain a list of path prefixes, e.g. /misc/. If such a list is configured,vanity paths from resources starting with this prefix are not considered. If the list is empty, all vanity paths are used.STRING
Vanity Path Precedenceresource.resolver.vanity.precedence Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.This flag controls whether vanity paths will have precedence over existing /etc/map mappingBOOLEANfalse
Paranoid Provider Handlingresource.resolver.providerhandling.paranoid Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting.If this flag is enabled, an unregistration of a resource provider (not factory), is causing the resource resolver factory to restart, potentially cleaning up for memory leaks caused by objects hold from that resource provider.BOOLEANfalse
Status node pathstatus.node.path Adobe CQ 6.0 upgrader com.day.cq.compat.codeupgrade.impl.cq60.Cq60StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 6.0 starts.Status of the upgrader is stored under that node.STRING/var/upgrade/status
Status property name status.property.name Adobe CQ 6.0 upgrader com.day.cq.compat.codeupgrade.impl.cq60.Cq60StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 6.0 starts.Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts).STRINGCq60StartupCodeUpgrade
Status node pathstatus.node.path Adobe CQ 6.1 upgrader com.day.cq.compat.codeupgrade.impl.cq61.Cq61StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 6.1 starts.Status of the upgrader is stored under that node.STRING/var/upgrade/status
Status property name status.property.name Adobe CQ 6.1 upgrader com.day.cq.compat.codeupgrade.impl.cq61.Cq61StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 6.1 starts.Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts).STRINGCq61StartupCodeUpgrade
Status node pathstatus.node.path Adobe CQ 5.6.1 upgrader com.day.cq.compat.codeupgrade.impl.cq561.Cq561StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6.1 starts.Status of the upgrader is stored under that node.STRING/var/upgrade/status
Status property name status.property.name Adobe CQ 5.6.1 upgrader com.day.cq.compat.codeupgrade.impl.cq561.Cq561StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6.1 starts.Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts).STRINGCq561StartupCodeUpgrade
Backup root pathbackup.root.path Day CQ 5.3 CodeUpgrader factory com.day.cq.compat.codeupgrade.impl.CodeUpgraderFactoryImpl :- Initializes CodeUpgrader instancesPath under which properties are backed up when upgrading nodes.STRING/var/upgrade/backup/5.3
Status node pathstatus.node.path CqMergeBackupUpgrade com.day.cq.compat.codeupgrade.impl.mergebackup.CqMergeBackupUpgrade :- Restores content saved by pre-upgrade backupStatus of the upgrader is stored under that node.STRING/var/upgrade/status
Status property name status.property.name CqMergeBackupUpgrade com.day.cq.compat.codeupgrade.impl.mergebackup.CqMergeBackupUpgrade :- Restores content saved by pre-upgrade backupStatus is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts).STRINGCqMergeBackupUpgrade
Status node pathstatus.node.path Adobe CQ 5.6 upgrader com.day.cq.compat.codeupgrade.impl.cq56.Cq56StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6 starts.Status of the upgrader is stored under that node.STRING/var/upgrade/status
Status property name status.property.name Adobe CQ 5.6 upgrader com.day.cq.compat.codeupgrade.impl.cq56.Cq56StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6 starts.Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts).STRINGCq56StartupCodeUpgrade
do54ModelUpgrade.namedo54ModelUpgrade Adobe CQ 5.6 upgrader com.day.cq.compat.codeupgrade.impl.cq56.Cq56StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6 starts.do54ModelUpgrade.descriptionSTRINGfalse
service.ranking.nameservice.ranking Apache Sling Directory Listing Exporter Service org.apache.sling.jcr.webdav.impl.handler.DirListingExportHandlerService :- The Sling Directory Listing Exporter Service wraps a org.apache.jackrabbit.server.io.DirListingExportHandler instance in order to run it as a service.service.ranking.descriptionINTEGER100
Root Pathdav.root Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The root path at which the Simple WebDAV Servlet is accessible. The default value is "/dav". Access to the repository is provided in two ways. You may connect your WebDAV client directly to the root of the Sling web application to access the workspace of Sling directly. The other way is required if you want to connect your WebDAV client to any other workspace besides the Sling workspace. In this case you connect your WebDAV client to another a path comprised of this root path plus the name of the workspace. For example to connect to the some_other workspace, you might connect to http://slinghost/dav/some_other. STRING/dav
Use absolute URIsdav.create-absolute-uri Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.When set to true, create absolute URIs in WebDAV responses. Otherwise, use absolute paths. (See RFC 4918, Section 8.3)BOOLEANtrue
Authentication Realmdav.realm Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The name of the HTTP Basic Authentication Realm presented to the client to ask for authentication credentials to access the repository.STRINGSling\ WebDAV
Non Collection Node Typescollection.types Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The JCR Node Types considered being non-collection resouces by WebDAV. Any node replying true to Node.isNodeType() for one of the listed types is considered a non-collection resource. Otherwise the respective node is considered a colleciton resource.STRINGnt:file
nt:resource
Filter Prefixesfilter.prefixes Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.A list of namespace prefixes indicating JCR items filtered from being reported as collection members or properties. The default list includes jcr and rep (Jackrabbit internal namespace prefix) items. Do not modify this setting unless you know exactly what you are doing.STRINGrep
jcr
Filter Node Typesfilter.types Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.Nodetype names to be used to filter child nodes. A child node can be filtered if the declaring nodetype of its definition is one of the nodetype names specified in the nodetypes Element. E.g. defining rep:root as filtered nodetype whould result in jcr:system being hidden but no other child node of the root node, since those are defined by the nodetype nt:unstructered. The default is empty. Do not modify this setting unless you know exactly what you are doing.STRING
Filter URIsfilter.uris Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.A list of namespace URIs indicating JCR items filtered from being reported as collection members or properties. The default list is empty. Do not modify this setting unless you know exactly what you are doing.STRING
Collection Primary Typetype.collections Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The JCR Primary Node Type to assign to nodes created to reflect WebDAV collections. The default value is sling:Folder. You may name any primary node type here, provided it allows the creation of nodex of this type and the defined Non-Collection Primary Type below it.STRINGsling:Folder
Non-Collection Primary Typetype.noncollections Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The JCR Primary Node Type to assign to nodes created to reflect WebDAV non-collection resources. The default value is nt:file. You may name any primary node type here, provided the node type is allowed to be created below nodes of the type defined for the Collection Primary Type and that a child node with the name "jcr:content" may be created below the non-collection resource whose type is defined by the Content Primary Type.STRINGnt:file
Content Primary Typetype.content Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The JCR Primary Node Type to assign to the jcr:content child node of a WebDAV non-collection resource. The default value is nt:resource. You may name any primary node type here, provided the node type is allowed to be created as the jcr:content child node of the node type defined by the Non-Collection Primary Type. In addition the node type must allow at least the following properties: jcr:data (binary), jcr:lastModified (date), and jcr:mimeType (string).STRINGnt:resource
service.ranking.nameservice.ranking Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service.service.ranking.descriptionINTEGER1000
Collection Primary Typetype.collections Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service.The JCR Primary Node Type to assign to nodes created to reflect WebDAV collections. The default value is sling:Folder. You may name any primary node type here, provided it allows the creation of nodex of this type and the defined Non-Collection Primary Type below it.STRINGsling:Folder
Non-Collection Primary Typetype.noncollections Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service.The JCR Primary Node Type to assign to nodes created to reflect WebDAV non-collection resources. The default value is nt:file. You may name any primary node type here, provided the node type is allowed to be created below nodes of the type defined for the Collection Primary Type and that a child node with the name "jcr:content" may be created below the non-collection resource whose type is defined by the Content Primary Type.STRINGnt:file
Content Primary Typetype.content Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service.The JCR Primary Node Type to assign to the jcr:content child node of a WebDAV non-collection resource. The default value is nt:resource. You may name any primary node type here, provided the node type is allowed to be created as the jcr:content child node of the node type defined by the Non-Collection Primary Type. In addition the node type must allow at least the following properties: jcr:data (binary), jcr:lastModified (date), and jcr:mimeType (string).STRINGnt:resource
Titlegranite.maintenance.title Adobe Granite Repository Data Store Garbage Collection Task com.adobe.granite.maintenance.crx.impl.DataStoreGarbageCollectionTask :- This task runs the garbage collection of the repository.The title of the task.STRINGData Store Garbage Collection
Titlegranite.maintenance.title Adobe Granite Repository Revision Cleanup Task com.adobe.granite.maintenance.crx.impl.RevisionCleanupTask :- This task runs the revision cleanup of the repository.The title of the task.STRINGRevision Clean Up
Tagshc.tags Adobe Granite Authorizable Node Name Health Check com.adobe.granite.repository.hc.impl.AuthorizableNodeNameHealthCheck :- This health check verifies if the default node name generation for user/group nodes has been replace in order to avoid exposing the authorizable ID in the node name and path.Tags for this check to be used by composite health checks.STRINGsecurity
production
OAuth Issueroauth.issuer Adobe Granite OAuth Token Endpoint com.adobe.granite.oauth.server.impl.OAuth2TokenEndpointServlet :- OAuth Token Endpoint as defined in http://tools.ietf.org/html/rfc6749#section-3.2The name of the issuer of the tokenSTRINGAdobe Granite
OAuth Access Token Expires Inoauth.access.token.expires.in Adobe Granite OAuth Token Endpoint com.adobe.granite.oauth.server.impl.OAuth2TokenEndpointServlet :- OAuth Token Endpoint as defined in http://tools.ietf.org/html/rfc6749#section-3.2The lifetime in seconds of the access tokenSTRING3600
alias.namealias Adobe Granite OAuth Token Endpoint com.adobe.granite.oauth.server.impl.OAuth2TokenEndpointServlet :- OAuth Token Endpoint as defined in http://tools.ietf.org/html/rfc6749#section-3.2alias.descriptionSTRING/oauth/token
Pathpath Adobe Granite OAuth Server Authentication Handler com.adobe.granite.oauth.server.auth.impl.OAuth2ServerAuthenticationHandler :- Authentication Handler for OAuth 2.0 (server side). Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. By default this is set to "/".STRING/
jaas.controlFlag.namejaas.controlFlag Adobe Granite OAuth Server Authentication Handler com.adobe.granite.oauth.server.auth.impl.OAuth2ServerAuthenticationHandler :- Authentication Handler for OAuth 2.0 (server side). Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string.jaas.controlFlag.descriptionSTRINGsufficient
jaas.realmName.namejaas.realmName Adobe Granite OAuth Server Authentication Handler com.adobe.granite.oauth.server.auth.impl.OAuth2ServerAuthenticationHandler :- Authentication Handler for OAuth 2.0 (server side). Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string.jaas.realmName.descriptionSTRINGjackrabbit.oak
jaas.ranking.namejaas.ranking Adobe Granite OAuth Server Authentication Handler com.adobe.granite.oauth.server.auth.impl.OAuth2ServerAuthenticationHandler :- Authentication Handler for OAuth 2.0 (server side). Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string.jaas.ranking.descriptionINTEGER1000
Offline Validationoauth.offline.validation Adobe Granite OAuth Server Authentication Handler com.adobe.granite.oauth.server.auth.impl.OAuth2ServerAuthenticationHandler :- Authentication Handler for OAuth 2.0 (server side). Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string.Enable offline validation (through JWT).BOOLEANtrue
Schedulescheduler.expression Adobe OAuth2 Access Token Authentication Handler: Cleanup Task com.adobe.granite.oauth.server.impl.AccessTokenCleanupTask :- Task to regularly purge expired access tokens from the repositoryCron expression scheudling this job. Default is hourly 07m23s after the hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value.STRING23 07 * * * ?
Allowed Scopesoauth.allowed.scopes Adobe Granite OAuth Resource Server com.adobe.granite.oauth.server.impl.OAuth2ResourceServerImpl :- OAuth Resource Server as defined in http://tools.ietf.org/html/rfc6749List of allowed scopes. If this is empty there are not supported scopesSTRING
Endpointcom.day.crx.ide.repo.location Day CRXDE Servlet com.day.crx.ide.CRXDEServlet :- Provides services for the CRX development environmentSPI/DAV endpoint of the JCR repositorySTRING/crx/server
outputPathcom.day.crx.ide.compiler.output Day CRXDE Compile Servlet com.day.crx.ide.CRXDECompileServlet :- Provides Remote Java Compilation supportdefault compiler output pathSTRING/var/classes
Aggregate Relationshipsaggregate.relationships Adobe Granite Activity Manager com.adobe.granite.activitystreams.impl.ActivityManagerImpl :- Service responsible to collect and distribute activities and managing the activity streams.Defines the relationship types to use for default aggregation.STRINGfollowing
member
Descend Virtual Nodesaggregate.descend.virtual Adobe Granite Activity Manager com.adobe.granite.activitystreams.impl.ActivityManagerImpl :- Service responsible to collect and distribute activities and managing the activity streams.Defines if aggregation should follow virtual graph nodes.BOOLEANtrue
Pathpath Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled.STRING/
Disable Login Pageauth.http.nologin Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method.Check this if the Login Page of this authenticator should be disabled or not. If not checked, the loing page is returned if a request to a page triggers the login mechanism. If this is checked, the login page is only returned if explicitly requested (for example by the login servlet at "/bin/login.html"). In author systems, this property is generally not checked, while on publish systems this property is checked to prevent presenting casual users with the login form.BOOLEANfalse
HTTP Realmauth.http.realm Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method.Name of the HTTP realm - this name is displayed in the login window to the user (and is a key for the client to cache the credentials).STRINGDay Communique 5
Default Login Pageauth.default.loginpage Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method.Absolute path of the page to use to display the default login form. This page is rendered if no Closed User Group applies or the applicable Closed User Group does not declare its own login page. This property is used to render the page as is in an HTTP GET request. As such the value must included any necessary request extension such as ".html". The default value of this property is "/login", which is a vanity URL.STRING/libs/cq/core/content/login.html
Login Form Clientsauth.cred.form Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method.Lists identifiers of clients which are known to support form based HTTP (Basic) authentication. Such authentication presents a form and uses AJAX requests to validate the user name and password and assumes the client caches this information. This is only known to work in Firefox and some Internet Explorer browsers. The default value for this property therefore is [ "Firefox", "Shiretoko", "MSIE 7", "MSIE 6" ]. Changing this value is strongly discouraged because it may prevent login. All browsers not supporting form based HTTP (Basic) authentication will use regular HTTP (Basic) authentication using the 401/UNAUTHORIZED status code and the regular browser password dialog.STRINGFirefox
Shiretoko
MSIE 7
MSIE 6
UTF-8 Credentialsauth.cred.utf8 Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method.Lists identifiers of clients which are known to encode non-ASCII credentials using UTF-8 character encoding. Clients whose User-Agent header does not contain one of the listed identifiers are assumed to encode the credentials using ISO-8859-1 character encoding. The default list of clients is [ "Firefox", "Shiretoko", "Chrome", "Opera", "curl", "Wget" ].STRINGFirefox
Shiretoko
Chrome
Opera
curl
Wget
CUG Exempted Principalscug.exempted.principals Day CQ Closed User Group (CUG) Support com.day.cq.auth.impl.cug.CugSupportImpl :- Configures the support for Closed User Groups. Please note, that Closed User Group configuration must be available for Closed User Group support to be available at all. In addition, existing Closed User Group configuration may still disable Closed User Groups by setting the "Enable CUG Roots" property to false. This may for example be used to preserve the list of exempted principals while still (temporarily) disable support for Closed User Groups.List of Principals for which any CUG restrictions do not apply.STRINGadministrators
Enable CUG Rootscug.enabled Day CQ Closed User Group (CUG) Support com.day.cq.auth.impl.cug.CugSupportImpl :- Configures the support for Closed User Groups. Please note, that Closed User Group configuration must be available for Closed User Group support to be available at all. In addition, existing Closed User Group configuration may still disable Closed User Groups by setting the "Enable CUG Roots" property to false. This may for example be used to preserve the list of exempted principals while still (temporarily) disable support for Closed User Groups.Whether or not CUG roots are enabled on a global level or not. If this flag is not set (the default), CUG roots are not enabled.BOOLEANfalse
Regular expressioncug.principals.regex Day CQ Closed User Group (CUG) Support com.day.cq.auth.impl.cug.CugSupportImpl :- Configures the support for Closed User Groups. Please note, that Closed User Group configuration must be available for Closed User Group support to be available at all. In addition, existing Closed User Group configuration may still disable Closed User Groups by setting the "Enable CUG Roots" property to false. This may for example be used to preserve the list of exempted principals while still (temporarily) disable support for Closed User Groups.The regular expression to which the principle name is to be matched while creating ACEs.STRING
Replacementcug.principals.replacement Day CQ Closed User Group (CUG) Support com.day.cq.auth.impl.cug.CugSupportImpl :- Configures the support for Closed User Groups. Please note, that Closed User Group configuration must be available for Closed User Group support to be available at all. In addition, existing Closed User Group configuration may still disable Closed User Groups by setting the "Enable CUG Roots" property to false. This may for example be used to preserve the list of exempted principals while still (temporarily) disable support for Closed User Groups.The string to be substituted for each matchSTRING
Pathpath Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled.STRING/
Service Rankingservice.ranking Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.OSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precendence. Default value is 5000.INTEGER5000
Login Page Mappingsauth.loginselector.mappings Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.Maps login pages to content trees. The format is :, e.g. /content/mysite/login:/content/mysite. Any mappings defined here are overriden by any Login Page Mappings Configuration via a content page (see below).STRING
Change Password Page Mappingsauth.loginselector.changepw.mappings Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.Maps change password pages to content trees. The format is :, e.g. /content/mysite/login:/content/mysite.STRING
Default Login Pageauth.loginselector.defaultloginpage Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.If no mappings are defined, nor no mapping matches the request, this is the default login page being redirected to. This can be overridden in the content page configuration.STRING/libs/cq/core/content/login
Default Change Password Pageauth.loginselector.defaultchangepwpage Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.If no mappings are defined, nor no mapping matches the request, this is the default change password page being redirected to.STRING/libs/granite/core/content/changepassword
Path Infoauth.loginselector.handle Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.A list of request extensions indicating requests for which the Login Selector Authentication Handler may request credentials. Any request whose extension is not one the listed extensions will not cause the credentials to be requested. If this list is empty the default list of html and htm is used. Note that the list entries must not have leading dots. Requests without extension or requests with trailing slashes (/) are always handled by the Login Selector Authentication Handler regardless of this configuration. STRINGhtml
htm
auth.loginselector.handle.all.extensions.nameauth.loginselector.handle.all.extensions Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration.auth.loginselector.handle.all.extensions.descriptionBOOLEANfalse
path.namepath Adobe Granite Client Certificate Authentication Handler com.adobe.granite.auth.cert.impl.ClientCertAuthHandler :- Authentication Handler supporting single sign-on based on client certificate. This handler extracts client certificate from request and extracts subject's dn (distinguished name) from certificate. If mapping between dn and user ID is found, the request is authenticated with that user ID.path.descriptionSTRING/
Service Rankingservice.ranking Adobe Granite Client Certificate Authentication Handler com.adobe.granite.auth.cert.impl.ClientCertAuthHandler :- Authentication Handler supporting single sign-on based on client certificate. This handler extracts client certificate from request and extracts subject's dn (distinguished name) from certificate. If mapping between dn and user ID is found, the request is authenticated with that user ID.OSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precedence. Default value is 0.INTEGER0
Pathpath Adobe Granite OAuth Authentication Handler com.adobe.granite.auth.oauth.impl.OAuthAuthenticationHandler :- Authentication Handler for OAuth 1.0a and OAuth 2.0 (draft) providers. Currently only Twitter and Facebook are supported. In future versions of this Authentication Handler further providers will be supported. Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. By default this is set to "/".STRING/
Pathpath Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. By default this is set to "/".STRING/
Allowed OAuth client idsoauth.clientIds.allowed Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active.List of allowed OAuth client ids. If this is empty is not possible to authenticate using the Bearer Authentication HandlerSTRING
Synchronize user with the Providerauth.bearer.sync.ims Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active.If checked (default), then the crx user is synchronized with the Provider at each loginBOOLEANtrue
Access Token Request Parameterauth.tokenRequestParameter Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active.The name of the request parameter property that is used if the authorization header is missing. If this property is empty, request parameter support is disabled (which is the default).STRING
Configuration ID Request Parameteroauth.bearer.configid Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active.The name of the request parameter property that is used for identifying the configuration.STRINGconfigid
JWT validation supportoauth.jwt.support Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active.Use JWT (JSON Web Token) standard for validation (if available)BOOLEANfalse
Provider IDoauth.provider.id Adobe Granite OAuth Twitter Provider com.adobe.granite.auth.oauth.impl.TwitterProviderImpl :- Default Twitter OAuth ProviderAssign a unique Provider IDSTRINGtwitter
Provider IDoauth.provider.id Adobe Granite OAuth Facebook Provider com.adobe.granite.auth.oauth.impl.FacebookProviderImpl :- Default Facebook OAuth ProviderAssign a unique Provider IDSTRINGfacebook
OAuth Cookie Max-Age Before Authorizationoauth.cookie.login.timeout Adobe Granite ProviderConfigManager Service com.adobe.granite.auth.oauth.impl.helper.ProviderConfigManager :- Private service for managing Provider, OAuthHelper, and ProviderConfig caches.Max-Age for the encrypted cookie before authorization has completed; -1 indicates a session cookie (only valid for the current browser session).STRING
OAuth Cookie Max-Age After Authorizationoauth.cookie.max.age Adobe Granite ProviderConfigManager Service com.adobe.granite.auth.oauth.impl.helper.ProviderConfigManager :- Private service for managing Provider, OAuthHelper, and ProviderConfig caches.Max-Age for the encrypted cookie after authorization has succeeded; -1 indicates a session cookie (only valid for the current browser session)STRING
Provider IDoauth.provider.id Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth ProviderAssign a unique Provider IDSTRINGgranite
Authorization Endpointoauth.provider.granite.authorization.url Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth ProviderThe URL of the Granite Authorization EndpointSTRING
Token Endpointoauth.provider.granite.token.url Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth ProviderThe URL of the Granite Token EndpointSTRING
Profile Endpointoauth.provider.granite.profile.url Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth ProviderThe URL of the IMS Profile EndpointSTRING
Extended Details URLsoauth.provider.granite.extended.details.urls Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth ProviderThe list of URLs used to fetch additional dataSTRING
API endpointauth.token.provider.endpointAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerAuthorization server API endpoint (e.g. gateway-api.omniture.com)STRINGgateway-api.omniture.com
KeyPair aliasauth.token.provider.keypair.aliasAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerAlias to get the key pair from the user KeyStoreSTRINGaccess-token-key-pair
Connection timeoutauth.token.provider.conn.timeoutAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerThe timeout until a connection is established to the authorization server in millisecondsINTEGER30000
Socket timeoutauth.token.provider.so.timeoutAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerThe socket timeout which is the timeout for waiting for data from the authorization server in millisecondsINTEGER30000
Client Idauth.token.provider.client.idAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerClient Identifier for the authorization serverSTRINGTestClient
Scopeauth.token.provider.scopeAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerThe scope passed as request parameter to the authorization serverSTRING
Cache access tokensauth.token.provider.reuse.access.tokenAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerIf checked, the provider caches the access tokens as long as they are valid (based on expiration claim) and only obtain a new access token from the authorization server when invalid.BOOLEANtrue
Enable Relaxed SSLauth.token.provider.relaxed.sslAdobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token providerEnable Relaxed SSL (allow self signed certificates) for communication with a test authorization server. This configuration MUST BE DISABLED in production.BOOLEANfalse
Config IDoauth.config.idAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.OAuth Configuration IDs must be unique. This ID will be used to determine which config will be used for a particular oauth request with the "configid" request parameter.STRING
Client IDoauth.client.idAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Application Client ID provided by the OAuth Provider. For OAuth 1.0a this is called the Consumer Key. This is required for the Authentication Handler to authenticate with OAuth for a specific Provider.STRING
Client Secretoauth.client.secretAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Application Client Secret provided by the OAuth Provider. For OAuth 1.0a this is called the Consumer Secret. This is required for the Authentication Handler to authenticate with OAuth for a specific Provider.STRING
Scopeoauth.scopeAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Scope for the authorization request to hand over to the providerSTRING
Provider IDoauth.config.provider.idAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Assign the Provider ID used to match a ProviderConfig to a ProviderSTRING
Create usersoauth.create.usersAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Whether to automatically create users if there is no matching CRX user for an OAuth authenticated users. By default this is not enabled. Handle with care.BOOLEANfalse
Force Strict Username Matchingforce.strict.username.matchingAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.If enabled a strict username matching is applied, so two users are considered to be the same only and only if they have the same mapped OAuth username (and not only the same OAuthId property). By default this is not enabled. Handle with care.BOOLEANfalse
Groupsoauth.create.users.groupsAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Groups to which created users are added. If this list is empty, new users are just member of the "Everyone" group.STRING
Encode UserIdsoauth.encode.useridsAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Base.encode64 generated user ids for created users.BOOLEANfalse
Hash UserIdsoauth.hash.useridsAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.SHA-256 generated user ids for created users.BOOLEANfalse
Callback URLoauth.callBackUrlAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.URL configured with the OAuth providers to redirect the client back. Use a relative url to use the host of the original request. Leave empty to use the originally requested URL instead. Suffix "/callback/j_security_check" is automatically appended to this url. Note: the domain for the callback must be registered at the provider side (e.g. Facebook or Twitter).STRING
Save access tokenoauth.access.token.persistAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Whether to save Oauth access token in users profile. If enabled, the token will be stored in encrypted form in the property specified by Provider.getAccessTokenPropertyPath().BOOLEANfalse
Save access token in the Cookiesoauth.access.token.persist.cookieAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Whether to save Oauth access token in the cookies. If enabled, the token will be stored in encrypted form in the cookies (with the cookie name being the client Id)BOOLEANfalse
Enable Cross-Site Request Forgery state protectionoauth.csrf.state.protectionAdobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider.Enable the Cross-Site Request Forgery state protection as per http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-10.12BOOLEANtrue
PathpathAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerRepository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled.STRING/
Service Rankingservice.rankingAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerOSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precedence. Default value is 0.INTEGER5002
IDP URLidpUrlAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerURL of the IDP where the SAML Authentication Request should be sent to. If this property is empty the authentication handler is disabled.STRING
IDP Certificate AliasidpCertAliasAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe alias of the IdP's certificate in the global truststore. If this property is empty the authentication handler is disabled.STRING
IDP HTTP RedirectidpHttpRedirectAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerUse an HTTP Redirect to the IDP URL instead of sending an AuthnRequest-message to request credentials. Use this for IDP initiated authentication.BOOLEANfalse
Service Provider Entity IDserviceProviderEntityIdAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerID which uniquely identifies this service provider with the identity provider. If this property is empty the authentication handler is disabled.STRING
SP Private Key AliasspPrivateKeyAliasAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe alias of the SP's private key in the key-store of the 'authentication-service' system user. If this property is empty the handler will not be able to sign or decrypt messages.STRING
Password of Key StorekeyStorePasswordAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe password of the key-store of the 'authentication-service' system user.STRING
Default RedirectdefaultRedirectUrlAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe default location to redirect to after successful authentication.STRING/
UserID AttributeuserIDAttributeAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe name of the attribute containing the user ID used to authenticate and create the user in the CRX repository. Leave empty to use the Subject:NameId.STRINGuid
Use EncryptionuseEncryptionAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerWhether or not this authentication handler expects encrypted SAML assertions. If this is enabled an RSA key pair must be provided at /etc/key/saml.BOOLEANtrue
Autocreate CRX UserscreateUserAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerWhether or not to autocreate nonexisting users in the repository.BOOLEANtrue
Add to GroupsaddGroupMembershipsAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerWhether or not a user should be automatically added to CRX groups after successful authentication.BOOLEANtrue
Group MembershipgroupMembershipAttributeAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe name of the attribute containing a list of CRX groups this user should be added to.STRINGgroupMembership
Default GroupsdefaultGroupsAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerA list of default CRX groups users are added to after successful authentication.STRING
NameIDPolicy FormatnameIdFormatAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerThe value of the NameIDPolicy format parameter to send in the AuthnRequest message.STRINGurn:oasis:names:tc:SAML:2.0:nameid-format:transient
Synchronized AttributessynchronizeAttributesAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerA list of attribute mappings (in the format "attributename=path/relative/to/user/node") which should be stored in the repository on user-synchronization.STRING
Handle LogouthandleLogoutAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerWhether or not logout (dropCredentials) requests will be processed by this handler.BOOLEANfalse
Logout URLlogoutUrlAdobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication HandlerURL of the IDP where the SAML Logout Request should be sent to. If this property is empty the authentication handler won't handle logouts.STRING
Pathpath Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled.STRING/
Service Rankingservice.ranking Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.OSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precedence. Default value is 0.INTEGER0
JAAS Control Flagjaas.controlFlag Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.Property name specifying whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. Refer to the JAAS configuration documentation for more details around the meaning of these flags. Jackrabbit Oak only.STRINGsufficient
JAAS Realmjaas.realmName Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.Property name specifying the realm name (or application name) against which the LoginModule is be registered. If no realm name is provided then LoginModule is registered with a default realm as configured in the Felix JAAS configuration. Jackrabbit Oak only.STRINGjackrabbit.oak
JAAS Rankingjaas.ranking Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.Property name specifying the ranking (i.e. sort order) of the configured login module entries. The entries are sorted in a descending order (i.e. higher value ranked configurations come first). Jackrabbit Oak only.INTEGER1000
Header Namesheaders Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.One or more HTTP Headers which might provide the user ID.STRING
Cookie Namescookies Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.One or more names of Cookies which might provide the user ID.STRINGcqpsso
Parameter Namesparameters Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.One or more names of Request Parameters which might provide the user ID.STRING
User Mapusermap Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.For selected users, the user name extracted from the HTTP request can be replaced with a different one in the credentials object. The mapping is defined here. If the user name "admin" appears on either side of the map, the mapping will be ignored . The character "=" has to be escaped with a leading "\".STRING
Formatformat Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.Indication of the format in which the user ID is provided. Use "Basic" if the user ID is encoded in the HTTP Basic Authentication format, "AsIs" if the user ID is provided in plain text or any regular expression applied value should be used as is or any regular expression.STRINGBasic
Trusted Credential AttributetrustedCredentialsAttribute Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters.The name of the attribute which is set with the user information in the trusted credentials. This needs to match the "trust_credentials_attribute" configuration of the default login module in Jackrabbit.However, this feature is deprecated and will no longer be supported in Jackrabbit Oak.STRING
Namehc.name Apache Sling Java Script Handler Health Check com.adobe.granite.bundles.hc.impl.SlingJavaScriptHandlerHealthCheck :- Checks if the Sling Java Script Handler configuration follows the security guidelines.Name of the health check.STRINGSling Java Script Handler
Tagshc.tags Apache Sling Java Script Handler Health Check com.adobe.granite.bundles.hc.impl.SlingJavaScriptHandlerHealthCheck :- Checks if the Sling Java Script Handler configuration follows the security guidelines.Tags for the health check.STRINGsling
security
production
MBean Namehc.mbean.name Apache Sling Java Script Handler Health Check com.adobe.granite.bundles.hc.impl.SlingJavaScriptHandlerHealthCheck :- Checks if the Sling Java Script Handler configuration follows the security guidelines.Name of the JMX mbean to register for this check.STRINGslingJavaScriptHandler
Tagshc.tags Adobe Granite Active Bundles Health Check com.adobe.granite.bundles.hc.impl.InactiveBundlesHealthCheck :- This health check scan the current set of OSGi bundles for inactivate bundles.Tags for this check to be used by composite health checks.STRING
Ignored Bundlesignored.bundles Adobe Granite Active Bundles Health Check com.adobe.granite.bundles.hc.impl.InactiveBundlesHealthCheck :- This health check scan the current set of OSGi bundles for inactivate bundles.One or more Bundle Symbolic Names to be ignored.STRING
Namehc.name Apache Sling Jsp Script Handler Health Check com.adobe.granite.bundles.hc.impl.SlingJspScriptHandlerHealthCheck :- Checks if the Sling Jsp Script Handler configuration follows the security guidelines.Name of the health check.STRINGSling Jsp Script Handler
Tagshc.tags Apache Sling Jsp Script Handler Health Check com.adobe.granite.bundles.hc.impl.SlingJspScriptHandlerHealthCheck :- Checks if the Sling Jsp Script Handler configuration follows the security guidelines.Tags for the health check.STRINGsling
security
production
MBean Namehc.mbean.name Apache Sling Jsp Script Handler Health Check com.adobe.granite.bundles.hc.impl.SlingJspScriptHandlerHealthCheck :- Checks if the Sling Jsp Script Handler configuration follows the security guidelines.Name of the JMX mbean to register for this check.STRINGslingJspScriptHandler
Tagshc.tags Adobe Granite WebDav Access Health Check com.adobe.granite.bundles.hc.impl.WebDavBundleHealthCheck :- This health check checks if the crxde-support bundle is active.Tags for this check to be used by composite health checks.STRINGbundles
security
production
Tagshc.tags Adobe Granite CRXDE Support Bundle Health Check com.adobe.granite.bundles.hc.impl.CrxdeSupportBundleHealthCheck :- This health check checks if the crxde-support bundle is active.Tags for this check to be used by composite health checks.STRINGbundles
security
production
Namehc.name Adobe Granite Sling Get Servlet Health Check com.adobe.granite.bundles.hc.impl.SlingGetServletHealthCheck :- Checks if the default Sling Get Servlet configuration follows the security guidelines.Name of the health check.STRINGSling Get Servlet
Tagshc.tags Adobe Granite Sling Get Servlet Health Check com.adobe.granite.bundles.hc.impl.SlingGetServletHealthCheck :- Checks if the default Sling Get Servlet configuration follows the security guidelines.Tags for the health check.STRINGdos
sling
security
production
MBean Namehc.mbean.name Adobe Granite Sling Get Servlet Health Check com.adobe.granite.bundles.hc.impl.SlingGetServletHealthCheck :- Checks if the default Sling Get Servlet configuration follows the security guidelines.Name of the JMX mbean to register for this check.STRINGdefaultSlingGetServletConfig
Namehc.name Apache Sling Referrer Filter Health Check com.adobe.granite.bundles.hc.impl.SlingReferrerFilterHealthCheck :- Checks if the Sling Referrer Filter is configured in order to prevent CSRF attacks.Name of the health check.STRINGSling Referrer Filter
Tagshc.tags Apache Sling Referrer Filter Health Check com.adobe.granite.bundles.hc.impl.SlingReferrerFilterHealthCheck :- Checks if the Sling Referrer Filter is configured in order to prevent CSRF attacks.Tags for the health check.STRINGsling
security
production
csrf
MBean Namehc.mbean.name Apache Sling Referrer Filter Health Check com.adobe.granite.bundles.hc.impl.SlingReferrerFilterHealthCheck :- Checks if the Sling Referrer Filter is configured in order to prevent CSRF attacks.Name of the JMX mbean to register for this check.STRINGslingReferrerFilter
Filter Methodsfilter.methods Adobe Granite CSRF Filter com.adobe.granite.csrf.impl.CSRFFilter :- Request filter checking the CSRF token of modification requests.These methods are checked by the filter.STRINGPOST
PUT
DELETE
Filter non-browser User Agentsfilter.enable.safe.user.agents Adobe Granite CSRF Filter com.adobe.granite.csrf.impl.CSRFFilter :- Request filter checking the CSRF token of modification requests.If this setting is enabled, browser and not browser agents will be checked by the filter. If this setting is disabled, only browsers will be checked, non-browser clients will not be checked by the filter. The Safe User Agents will never be checked regardless of this setting.BOOLEANtrue
Safe User Agentsfilter.safe.user.agents Adobe Granite CSRF Filter com.adobe.granite.csrf.impl.CSRFFilter :- Request filter checking the CSRF token of modification requests.These safe User Agents are not checked by the filter.STRING
CSRF Token Expires Incsrf.token.expires.in Adobe Granite CSRF Servlet com.adobe.granite.csrf.impl.CSRFServlet :- Servlet that return the CSRF token for a given user.The lifetime in seconds of the csrf token (min 600 seconds/10 minutes)LONG600
Property namenameAdobe Granite Distribution - Encrypted Password Transport Secret Provider com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider :- Description for com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProviderDescription for nameSTRING
Property usernameusernameAdobe Granite Distribution - Encrypted Password Transport Secret Provider com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider :- Description for com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProviderDescription for usernameSTRING
Property encryptedPasswordencryptedPasswordAdobe Granite Distribution - Encrypted Password Transport Secret Provider com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider :- Description for com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProviderDescription for encryptedPasswordSTRING
Property importer.nameimporter.nameAdobe Granite Distribution - Distribution to Replication Event Transformer com.adobe.granite.distribution.core.impl.DistributionToReplicationEventTransformer :- Description for com.adobe.granite.distribution.core.impl.DistributionToReplicationEventTransformerDescription for importer.nameSTRING
diff nodes pathdiffPathAdobe Granite Distribution - Diff Event Listener com.adobe.granite.distribution.core.impl.diff.DiffEventListener :- Description for com.adobe.granite.distribution.core.impl.diff.DiffEventListenerDescription for diffPathSTRING/var/sling/distribution/diff
resource resolution sub service nameserviceNameAdobe Granite Distribution - Diff Event Listener com.adobe.granite.distribution.core.impl.diff.DiffEventListener :- Description for com.adobe.granite.distribution.core.impl.diff.DiffEventListenerDescription for serviceNameSTRING
Property serviceUser.targetserviceUser.targetAdobe Granite Distribution - Diff Event Listener com.adobe.granite.distribution.core.impl.diff.DiffEventListener :- Description for com.adobe.granite.distribution.core.impl.diff.DiffEventListenerDescription for serviceUser.targetSTRING
enabledenabledAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for enabledBOOLEANfalse
use UUIDsuseUUIDsAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for useUUIDsBOOLEANtrue
agent nameagentNameAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for agentNameSTRINGsoco-reverse
diff nodes pathdiffPathAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for diffPathSTRING/var/sling/distribution/diff
observed pathobservedPathAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for observedPathSTRING/home/groups
resource resolution sub service nameserviceNameAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for serviceNameSTRING
looked properties namespropertyNamesAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for propertyNamesSTRINGrep:members
Property serviceUser.targetserviceUser.targetAdobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserverDescription for serviceUser.targetSTRING
Namefeature.nameAdobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of usersfeature.name.descriptionSTRINGcom.adobe.granite.frags.RandomFeature
Descriptionfeature.descriptionAdobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of usersfeature.description.descriptionSTRINGDisplays\ the\ feature\ only\ for\ a\ small\ percentage\ of\ users
Active percentageactive.percentageAdobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of usersHow often this flag returns true, randomly, in percentSTRING
Cookie namecookie.nameAdobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of usersThe Cookie name where stored RandomFeature informationsSTRINGGranite-Random-Feature
Cookie max agecookie.maxAgeAdobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of usersThe Cookie max ageINTEGER2147483647
Namefeature.nameAdobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP Headerfeature.name.descriptionSTRINGcom.adobe.granite.frags.CheckHttpHeaderFlag
Descriptionfeature.descriptionAdobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP Headerfeature.description.descriptionSTRINGDisplays\ the\ feature\ only\ for\ clients\ sending\ a\ special\ HTTP\ Header
HTTP Header Namehttp.header.nameAdobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP HeaderThe HTTP Header name has to be sent from clientSTRINGX-Sling-Flag
HTTP Header value patternhttp.header.valuepatternAdobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP HeaderThe regexp pattern of HTTP Header value sent from client - see Java regular expression (http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html)STRING.*
Prefixescom.adobe.granite.httpcache.url.paths Adobe Granite HTTP Cache Filter com.adobe.granite.httpcache.impl.OuterCacheFilter :- Cache FilterURL path prefixesSTRING/content
Directorycom.adobe.granite.httpcache.file.documentRoot Adobe Granite HTTP File Cache Store com.adobe.granite.httpcache.file.FileCacheStore :- File Cache StoreCache document rootSTRING
IncludeHostcom.adobe.granite.httpcache.file.includeHost Adobe Granite HTTP File Cache Store com.adobe.granite.httpcache.file.FileCacheStore :- File Cache StoreWhether to include host name in document rootSTRING
Patternspseudo.patterns Adobe Granite Pseudo Translations com.adobe.granite.i18n.impl.bundle.PseudoTranslations :- Providing a pseudo locale "zz" with automated translations for testing. Wraps the string part with a prefix and suffix for the translation. Expects keys in the format: "string ((comment))".List of patterns for different countries within the "zz" language. Entries must have the form " " (space delimited), where country is a country code such as "zz" and pattern is the translation pattern which can use {string} for the original string and {comment} for the translation comment (optional)STRINGzz\ USR_{string}_尠
pg\ PAGE_{string}_尠
Preference Namesecurity.preferences.name Adobe Granite Preference Locale Resolver com.adobe.granite.i18n.impl.PreferencesLocaleResolverService :- This locale resolver reads the locale for a request from the current user's preference for the language.Name of the preference the user's locale is stored. Be careful when changing this value as it affects the whole installation.STRINGlanguage
Queue Sizemessages.queue.size Adobe Granite Log Analysis Service com.adobe.granite.logging.impl.LogAnalyserImpl :- Log analysis service for the operations dashboardNumber of logging events to keep. A size below 1 disables keeping the log events.INTEGER200
Logger Configurationlogger.config Adobe Granite Log Analysis Service com.adobe.granite.logging.impl.LogAnalyserImpl :- Log analysis service for the operations dashboardEach configuration entry should have the format {category}:{level}.STRING
Message Sizemessages.size Adobe Granite Log Analysis Service com.adobe.granite.logging.impl.LogAnalyserImpl :- Log analysis service for the operations dashboardMaximum size of a message in kilo byte to be stored. A size lower than 1 means the whole message is stored.INTEGER25
Tagshc.tags Adobe Granite Log Health Check com.adobe.granite.logging.impl.LogErrorHealthCheck :- This health check checks for error log messages in the log output.The tags for this health check to be used in a composite health checkSTRING
Base PathresourcePath Adobe Granite Maintenance Scheduler com.adobe.granite.maintenance.impl.TaskScheduler :- Scheduler for the maintenance tasks.Resource base path to the window definitions. The configuration path is appended to the base path.STRING/mnt/overlay
Config Pathconfig Adobe Granite Maintenance Scheduler com.adobe.granite.maintenance.impl.TaskScheduler :- Scheduler for the maintenance tasks.Configuration path to the window definitions. This is relative to the base path and must not start with a slash.STRINGgranite/operations/config/maintenance
Script Namescript.filenameAdobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions.The script file relative to the execution directory.STRING
Display Namescript.displayAdobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions.The name of the script which shall be used (if different from the file name)STRING
Script relative Pathscript.pathAdobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions.Optional repository path relative to the script folder.STRING
Platform Filterscript.platformAdobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions.List of regexp that are matched against os.name. Prefix with a '-' to exclude.STRING
Time IntervalintervalAdobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions.If set to a positive number (in seconds) the script will be executable automaticallyINTEGER0
JMX MBean Domain NamejmxdomainAdobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions.The JMX MBean will be registered with this domain prefixSTRINGcom.adobe.granite.monitoring
Download Servercom.adobe.granite.ocs.config.downloadURL Adobe Granite OCS Config com.adobe.granite.ocs.core.internal.OCSConfigImpl :- OCS central config component.The download server for quickstarts.STRINGhttps://dl.ocs.adobe.com
Deploy LifeCyclecom/adobe/granite/ocs/deploy Adobe Granite OCS Config com.adobe.granite.ocs.core.internal.OCSConfigImpl :- OCS central config component.The deploy life cycle to use.STRINGcom/adobe/granite/ocs/deploy
Un-Deploy LifeCyclecom/adobe/granite/ocs/undeploy Adobe Granite OCS Config com.adobe.granite.ocs.core.internal.OCSConfigImpl :- OCS central config component.The un-deploy life cycle to use.STRINGcom/adobe/granite/ocs/undeploy
Certificate Authority Namecom.adobe.granite.ocs.core.internal.OpenSSLService.caname Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.The name of the certificate authority installed on the local server, to use for CA-signing new certificates. Use the name as defined within square brackets in the openssl.cnf CA definition (e.g. [ CA_MyCertAuthority ]). Leave the this field empty if you don't want certificates to be CA signed. If a name is provided, certificates will be signed with the given CA. New certificates will be given matching Country/State/Locality/Organization and OrganizationalUnit fields.STRING
Certificate Authority Country (C)com.adobe.granite.ocs.core.internal.OpenSSLService.cacountry Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.com.adobe.granite.ocs.core.internal.OpenSSLService.cacountry.descriptionSTRING
Certificate Authority State (ST)com.adobe.granite.ocs.core.internal.OpenSSLService.castate Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.com.adobe.granite.ocs.core.internal.OpenSSLService.castate.descriptionSTRING
Certificate Authority Locality (L)com.adobe.granite.ocs.core.internal.OpenSSLService.calocality Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.com.adobe.granite.ocs.core.internal.OpenSSLService.calocality.descriptionSTRING
Certificate Authority Organization (O)com.adobe.granite.ocs.core.internal.OpenSSLService.caorganization Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.com.adobe.granite.ocs.core.internal.OpenSSLService.caorganization.descriptionSTRING
Certificate Authority Organizational Unit (OU)com.adobe.granite.ocs.core.internal.OpenSSLService.caorganizationalunit Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.com.adobe.granite.ocs.core.internal.OpenSSLService.caorganizationalunit.descriptionSTRING
Path to OpenSSLcom.adobe.granite.ocs.core.internal.OpenSSLService.openssl.path Adobe Granite One-Click-Setup SSL Service com.adobe.granite.ocs.core.internal.OpenSSLServiceImpl :- Generates SSL Certificates, optionally signed by the given CA.Full path to the openssl binary (e.g. /usr/local/bin/openssl). If left empty, the openssl binary is searched in the PATH available to the runtime user.STRING
Job Topicjob.topicsAdobe Granite OCS Puppet Hiera Generator com.adobe.granite.ocs.core.internal.goals.PuppetHieraGenerator :- Generator for Puppet Hiera JSON config fileJob Topic for the Puppet hiera config generation.STRINGcom/adobe/granite/ocs/deploy/configure/puppet
Service Rankingservice.rankingAdobe Granite OCS Puppet Hiera Generator com.adobe.granite.ocs.core.internal.goals.PuppetHieraGenerator :- Generator for Puppet Hiera JSON config fileDefines the order inside the phase.INTEGER100
Job Topicjob.topicsAdobe Granite OCS Cloud Provisioning Goal com.adobe.granite.ocs.core.internal.goals.CloudProvisioningGoal :- Cloud Provisioning GoalJob Topic for the cloud provisioning goal.STRINGcom/adobe/granite/ocs/deploy/bootstrap/cloud-provisioning
Service Rankingservice.rankingAdobe Granite OCS Cloud Provisioning Goal com.adobe.granite.ocs.core.internal.goals.CloudProvisioningGoal :- Cloud Provisioning GoalDefines the order inside the phase.INTEGER100
Thread Sleep Timecom.adobe.granite.ocs.cloud-provisioning.sleepAdobe Granite OCS Cloud Provisioning Goal com.adobe.granite.ocs.core.internal.goals.CloudProvisioningGoal :- Cloud Provisioning GoalSleep time of polling thread (in millis)INTEGER4000
Job Topicjob.topicsAdobe Granite OCS Unregister Key Goal com.adobe.granite.ocs.core.internal.goals.CloudUnregisterKeyGoal :- Cleanup keys in the cloud.Job Topic for the unregistering of keys.STRINGcom/adobe/granite/ocs/undeploy/cloud/cloud-unregisterKey
Service Rankingservice.rankingAdobe Granite OCS Unregister Key Goal com.adobe.granite.ocs.core.internal.goals.CloudUnregisterKeyGoal :- Cleanup keys in the cloud.Defines the order inside the phase.INTEGER200
job.topics.namejob.topicsAdobe Granite OCS Puppet Apply Goal com.adobe.granite.ocs.core.internal.goals.PuppetApplyGoal :- Adobe Granite OCS Puppet Apply Goaljob.topics.descriptionSTRINGcom/adobe/granite/ocs/deploy/install/puppet-apply
Service Rankingservice.rankingAdobe Granite OCS Puppet Apply Goal com.adobe.granite.ocs.core.internal.goals.PuppetApplyGoal :- Adobe Granite OCS Puppet Apply GoalDefines the order inside the phase.INTEGER100
Job Topicjob.topicsAdobe Granite OCS Manage Keys Goal com.adobe.granite.ocs.core.internal.goals.ManageKeysGoal :- Adobe Granite OCS Manage Keys GoalJob Topic for the manage keys goal.STRINGcom/adobe/granite/ocs/deploy/prepare/manage-keys
Service Rankingservice.rankingAdobe Granite OCS Manage Keys Goal com.adobe.granite.ocs.core.internal.goals.ManageKeysGoal :- Adobe Granite OCS Manage Keys GoalDefines the order inside the phase.INTEGER100
Job Topicjob.topicsAdobe Granite OCS Validate Goal com.adobe.granite.ocs.core.internal.goals.ValidateGoal :- OCS deployment goal to validate deployments.Job topic for the deployment validationSTRINGcom/adobe/granite/ocs/deploy/validate/default-validate
Service Rankingservice.rankingAdobe Granite OCS Validate Goal com.adobe.granite.ocs.core.internal.goals.ValidateGoal :- OCS deployment goal to validate deployments.Defines the order inside the phase.INTEGER100
Lifecycle Namecom.adobe.granite.ocs.lifecycle.nameAdobe Granite OCS Lifecycle com.adobe.granite.ocs.core.internal.OCSLifeCycle :- OCS Lifecycle DefinitionThe lifecycle name.STRING
Lifecycle Phasescom.adobe.granite.ocs.lifecycle.phasesAdobe Granite OCS Lifecycle com.adobe.granite.ocs.core.internal.OCSLifeCycle :- OCS Lifecycle DefinitionThe lifecycle phases.STRING
Lifecycle Goalscom.adobe.granite.ocs.lifecycle.goalsAdobe Granite OCS Lifecycle com.adobe.granite.ocs.core.internal.OCSLifeCycle :- OCS Lifecycle DefinitionThe lifecycle goals. If set, the phases property is ignored.STRING
Job Topicjob.topicsAdobe Granite OCS Cloud Delete Goal com.adobe.granite.ocs.core.internal.goals.CloudDeleteGoal :- Cloud Delete GoalJob Topic for the cloud delete goal.STRINGcom/adobe/granite/ocs/undeploy/cloud/cloud-delete
Service Rankingservice.rankingAdobe Granite OCS Cloud Delete Goal com.adobe.granite.ocs.core.internal.goals.CloudDeleteGoal :- Cloud Delete GoalDefines the order inside the phase.INTEGER100
Thread Sleep Timecom.adobe.granite.ocs.cloud-delete.sleepAdobe Granite OCS Cloud Delete Goal com.adobe.granite.ocs.core.internal.goals.CloudDeleteGoal :- Cloud Delete GoalSleep time of polling thread (in millis)INTEGER4000
Job Topicjob.topicsAdobe Granite OCS Repo Delete Goal com.adobe.granite.ocs.core.internal.goals.RepoDeleteGoal :- Cleanup environment in the repo.Job Topic for the repo cleanup of an environment.STRINGcom/adobe/granite/ocs/undeploy/repo/repo-delete
Service Rankingservice.rankingAdobe Granite OCS Repo Delete Goal com.adobe.granite.ocs.core.internal.goals.RepoDeleteGoal :- Cleanup environment in the repo.Defines the order inside the phase.INTEGER100
Job Topicjob.topicsAdobe Granite OCS Cloud Status Goal com.adobe.granite.ocs.core.internal.goals.CloudStatusGoal :- Cloud Status GoalJob Topic for the cloud status goal.STRINGcom/adobe/granite/ocs/deploy/bootstrap/cloud-status
Service Rankingservice.rankingAdobe Granite OCS Cloud Status Goal com.adobe.granite.ocs.core.internal.goals.CloudStatusGoal :- Cloud Status GoalDefines the order inside the phase.INTEGER200
Thread Sleep Timecom.adobe.granite.ocs.cloud-status.sleepAdobe Granite OCS Cloud Status Goal com.adobe.granite.ocs.core.internal.goals.CloudStatusGoal :- Cloud Status GoalSleep time of polling thread (in millis)INTEGER4000
Provider Typegranite.ocs.provider.id Adobe Granite OCS AWS Provider Factory com.adobe.granite.ocs.provider.aws.internal.AWSProviderFactory :- Adobe Granite OCS AWS Provider FactoryThe provider specific type.STRINGgranite/ocs/components/provider/aws-ec2
Instance-Id Mappingcom.adobe.granite.ocs.aws.imageIdMapping Adobe Granite OCS AWS Provider Factory com.adobe.granite.ocs.provider.aws.internal.AWSProviderFactory :- Adobe Granite OCS AWS Provider FactoryMapping of AWS instance id's to region.STRINGus-east-1:ami-03dde06a
us-west-2:ami-68006058
us-west-1:ami-4adeec0f
eu-west-1:ami-4e0efa39
ap-southeast-1:ami-62366030
ap-southeast-2:ami-8ba53bb1
ap-northeast-1:ami-7de0897c
sa-east-1:ami-c567c7d8
Automatic Agent Managementoffloading.agentmanager.enabled Adobe Granite Offloading Replication Agents Manager com.adobe.granite.offloading.impl.transporter.OffloadingAgentManager :- The Adobe Granite Offloading Replication Agents Manager manages replication agents based on topology announcementsAllows to enable/disable the automatic creation replication agents for offloadingBOOLEANfalse
To Worker Agent Prefixdefault.transport.agent-to-worker.prefix Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.The prefix of the agent name for the agent to the worker.STRINGoffloading
To Master Agent Prefixdefault.transport.agent-to-master.prefix Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.The prefix of the agent name for the agent to the master.STRINGoffloading_outbox
Input Package Namedefault.transport.input.package Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.The package name of the job input for use. Only relevant if property 'default.transport.contentpackage' is set to true.STRINGoffloadingInput.zip
Output Page Namedefault.transport.output.package Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.The package name of the job output for use. Only relevant if property 'default.transport.contentpackage' is set to true.STRINGoffloadingOutput.zip
Replicate Synchronousdefault.transport.replication.synchronous Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.Whether to use synchronous replication or not.BOOLEANtrue
Replication Packagedefault.transport.contentpackage Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.Whether to transport the job input/output as content package over replication.BOOLEANtrue
Transport Enabledoffloading.transporter.default.enabled Adobe Granite Offloading Default Transporter com.adobe.granite.offloading.impl.transporter.OffloadingDefaultTransporter :- The default offloading transporter implementation.Allows to enable/disable offloading transport in general.BOOLEANfalse
Job Topicjob.topicsAdobe Granite Workflow Offloading JobConsumer com.adobe.granite.workflow.core.offloading.WorkflowOffloadingJobConsumer :- A JobConsumer that allows executing and offloading workflows.The job topic this instance of the job consumer is bound to.STRINGcom/adobe/granite/workflow/offloading
Opt-Out Cookiesoptout.cookies Adobe Granite Opt-Out Service com.adobe.granite.optout.impl.OptOutServiceImpl :- Allows configuration of opt-out cookie names, header/value pairs and a white list of allowed cookies. Also provides JSON access to this configuration. Provides convenience method to determine whether a request is opted out or not.A list of names of cookies that a client can set to opt-out of tracking.STRINGcq-opt-out
omniture_optout
Opt-Out HTTP Headersoptout.headers Adobe Granite Opt-Out Service com.adobe.granite.optout.impl.OptOutServiceImpl :- Allows configuration of opt-out cookie names, header/value pairs and a white list of allowed cookies. Also provides JSON access to this configuration. Provides convenience method to determine whether a request is opted out or not.A list of name/value pairs of HTTP headers that a client can set to opt-out of tracking. The format for specifying a header and its expected value is: ;, e.g. "NoCookies;on".STRING
White-List Cookiesoptout.whitelist.cookies Adobe Granite Opt-Out Service com.adobe.granite.optout.impl.OptOutServiceImpl :- Allows configuration of opt-out cookie names, header/value pairs and a white list of allowed cookies. Also provides JSON access to this configuration. Provides convenience method to determine whether a request is opted out or not.A list of names of cookies that are still allowed to be set regardless of the client opting out.STRINGcq-show-clientcontext
cq-scrollpos
cq-sk-collapsed
login-token
ys-cq-siteadmin-tree
ys-cq-damadmin-tree
ys-cq-collabadmin-tree
ys-cq-miscadmin-tree
ys-cq-tagadmin
ys-cq-cf-clipboard
ys-cq-cf-tabpanel
ys-cq-sk-tabpanel
SessionPersistence
wcmmode
cq-authoring-mode
Query Logger Nameslog.logger-names Adobe Granite - Explain Query Servlet com.adobe.granite.queries.impl.explain.query.ExplainQueryServlet :- End-point for Apache Jackrabbit Oak query explanations.Logger names from which logs need to be collected while a query is executedSTRINGorg.apache.jackrabbit.oak.query
org.apache.jackrabbit.oak.plugins.index
Log Patternlog.pattern Adobe Granite - Explain Query Servlet com.adobe.granite.queries.impl.explain.query.ExplainQueryServlet :- End-point for Apache Jackrabbit Oak query explanations.Message Pattern for formatting the log messages. [ Default: %msg%n ]STRING%msg%n
Log Limitlog.message-count-limit Adobe Granite - Explain Query Servlet com.adobe.granite.queries.impl.explain.query.ExplainQueryServlet :- End-point for Apache Jackrabbit Oak query explanations.Number of log message which should be collected in memoryINTEGER100
Logging Enabledlogging.enabled Adobe Granite - Explain Query Servlet com.adobe.granite.queries.impl.explain.query.ExplainQueryServlet :- End-point for Apache Jackrabbit Oak query explanations.If this value is set to true, a TurboFilter is registered to sift log events for query-related entries. Please note that TurboFilters impact performance, thus it is not recommended to enable this setting on production setups.BOOLEANfalse
Tagshc.tags Adobe Granite Queries Status Health Check com.adobe.granite.queries.impl.hc.QueriesStatusHealthCheck :- This heath check monitors the queries' response time.Tags for this health check to be used by composite health checks.STRING
Query Average Time Warning Threshold (millis)queries.status.warn_threshold Adobe Granite Queries Status Health Check com.adobe.granite.queries.impl.hc.QueriesStatusHealthCheck :- This heath check monitors the queries' response time.The query time limit for a warning statusINTEGER10
Query Critical Time Warning Threshold (millis)queries.status.error_threshold Adobe Granite Queries Status Health Check com.adobe.granite.queries.impl.hc.QueriesStatusHealthCheck :- This heath check monitors the queries' response time.The query time limit for an error statusINTEGER15
Disabled cipher suitesdisabled.cipher.suites Adobe Granite Binary-Less Http Transport Handler com.day.cq.replication.impl.transport.BinaryLessTransportHandler :- Binary-Less Transport Handler that use Http to replicate content. List of cipher suites that should be explicitly disabled. Default is none.STRING
Enabled cipher suitesenabled.cipher.suites Adobe Granite Binary-Less Http Transport Handler com.day.cq.replication.impl.transport.BinaryLessTransportHandler :- Binary-Less Transport Handler that use Http to replicate content. List of cipher suites that should be explicitly enabled. Default is none.STRING
Preserve hierarchy nodespreserve.hierarchy.nodes Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configurationPreserve hierarchy nodes under rep:User nodes on importBOOLEANfalse
Ignore versioningignore.versioning Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configurationIgnore mix:versionable node type on importBOOLEANfalse
Import ACLimport.acl Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configurationFlag to import ACL. Default falseBOOLEANfalse
Save thresholdsave.threshold Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configurationNumber of nodes to import before issuing an intermediate saveINTEGER-1
Temp File Thresholdreceiver.tmpfile.threshold Adobe Granite Replication Receiver Service com.day.cq.replication.impl.ReplicationReceiverImpl :- The main service for receiving replication.Size of input data that triggers creation of a temporary file.LONG1048576
Use Install for Packages?receiver.packages.use.install Adobe Granite Replication Receiver Service com.day.cq.replication.impl.ReplicationReceiverImpl :- The main service for receiving replication.If selected, the install method will be used for packages, thus creating a snapshot. Otherwise, the extract method will be used instead.BOOLEANfalse
Frequencyscheduler.period Adobe Granite Reverse Replicator com.day.cq.replication.impl.ReverseReplicator :- Service that polls reverse replication data and imports it.Poll frequency in secondsLONG30
Thresholdbinary.threshold Adobe Granite Binary-Less Content Builder com.day.cq.replication.impl.content.durbo.BinaryLessContentBuilder :- Builds replication content package without binariesThe size above which binaries are not included in the content.LONG4132
Use File Storagereplication.content.useFileStorage Adobe Granite Replication Content Factory Provider com.day.cq.replication.impl.ReplicationContentFactoryProviderImpl :- This service allows to define the storage location for replication content packages while they are replicated.Whether the created content packages should be stored in the file system or the repository.BOOLEANfalse
Distribute Eventsdistribute_events Adobe Granite Replicator Service com.day.cq.replication.impl.ReplicatorImpl :- The main service for replication.Create distributed replication events (only needed for clustered environments)BOOLEANfalse
Disabled cipher suitesdisabled.cipher.suites Adobe Granite Replication Http Transport Handler com.day.cq.replication.impl.transport.Http :- Transport Handler that use Http to replicate content. List of cipher suites that should be explicitly disabled. Default is none.STRING
Enabled cipher suitesenabled.cipher.suites Adobe Granite Replication Http Transport Handler com.day.cq.replication.impl.transport.Http :- Transport Handler that use Http to replicate content. List of cipher suites that should be explicitly enabled. Default is none.STRING
host.namehost Adobe Granite Static Content Builder com.day.cq.replication.content.StaticContentBuilder :- Builds a static representation of an activated node.host.descriptionSTRINGlocalhost
port.nameport Adobe Granite Static Content Builder com.day.cq.replication.content.StaticContentBuilder :- Builds a static representation of an activated node.port.descriptionINTEGER4502
Namehc.name Adobe Granite Replication & Transport Users Health Check com.adobe.granite.replication.hc.impl.ReplicationTransportUsersHealthCheck :- This health check checks the replication and transport users.Name of the health check.STRINGReplication and Transport Users
Tagshc.tags Adobe Granite Replication & Transport Users Health Check com.adobe.granite.replication.hc.impl.ReplicationTransportUsersHealthCheck :- This health check checks the replication and transport users.Tags for the health check.STRINGsecurity
replication
cq
MBean Namehc.mbean.name Adobe Granite Replication & Transport Users Health Check com.adobe.granite.replication.hc.impl.ReplicationTransportUsersHealthCheck :- This health check checks the replication and transport users.Name of the JMX mbean to register for this check.STRINGreplicationTransportUsers
Namehc.name Adobe Granite Replication Queue Health Check com.adobe.granite.replication.hc.impl.ReplicationQueueHealthCheck :- This health check checks the replication queue.Name of the health check.STRINGReplication Queue
Tagshc.tags Adobe Granite Replication Queue Health Check com.adobe.granite.replication.hc.impl.ReplicationQueueHealthCheck :- This health check checks the replication queue.Tags for the health check.STRING
MBean Namehc.mbean.name Adobe Granite Replication Queue Health Check com.adobe.granite.replication.hc.impl.ReplicationQueueHealthCheck :- This health check checks the replication queue.Name of the JMX mbean to register for this check.STRINGreplicationQueue
Number of Allowed RetriesnumberOfRetriesAllowed Adobe Granite Replication Queue Health Check com.adobe.granite.replication.hc.impl.ReplicationQueueHealthCheck :- This health check checks the replication queue.This is the number of allowed retries for an entry.INTEGER3
Tagshc.tags Adobe Granite User Profile Access Health Check com.adobe.granite.repository.hc.impl.DefaultAccessUserProfileHealthCheck :- This health check checks if the everyone principal has read access to user profiles.Tags for this check to be used by composite health checks.STRINGacl
security
Namehc.name Adobe Granite Repository Default Login Health Check com.adobe.granite.repository.hc.impl.DefaultLoginsHealthCheck :- This checks if the default account logins have been disabled.Name of the health check.STRINGDefault Login Accounts
Tagshc.tags Adobe Granite Repository Default Login Health Check com.adobe.granite.repository.hc.impl.DefaultLoginsHealthCheck :- This checks if the default account logins have been disabled.Tags for the health check.STRINGlogin
security
production
MBean Namehc.mbean.name Adobe Granite Repository Default Login Health Check com.adobe.granite.repository.hc.impl.DefaultLoginsHealthCheck :- This checks if the default account logins have been disabled.Name of the JMX mbean to register for this check.STRINGdefaultLogins
LoginsaccountLogins Adobe Granite Repository Default Login Health Check com.adobe.granite.repository.hc.impl.DefaultLoginsHealthCheck :- This checks if the default account logins have been disabled.The logins to checkSTRINGadmin:admin
author:author
Console LoginsconsoleLogins Adobe Granite Repository Default Login Health Check com.adobe.granite.repository.hc.impl.DefaultLoginsHealthCheck :- This checks if the default account logins have been disabled.The logins for the console to checkSTRINGadmin:admin
Tagshc.tags Adobe Granite Requests Status Health Check com.adobe.granite.requests.logging.impl.hc.RequestsStatusHealthCheckImpl :- This health check monitors the html content requests' response time.Tags for this health check to be used by composite health checks.STRING
Statistics Time Warning Threshold (millis)statistics.request.warn_threshold Adobe Granite Requests Status Health Check com.adobe.granite.requests.logging.impl.hc.RequestsStatusHealthCheckImpl :- This health check monitors the html content requests' response time.The request time limit for a warning statusINTEGER200
Statistics Time Error Threshold (millis)statistics.request.error_threshold Adobe Granite Requests Status Health Check com.adobe.granite.requests.logging.impl.hc.RequestsStatusHealthCheckImpl :- This health check monitors the html content requests' response time.The request time limit for an error statusINTEGER500
Critical Percentage Request (percent, int value)statistics.request.critical_percent Adobe Granite Requests Status Health Check com.adobe.granite.requests.logging.impl.hc.RequestsStatusHealthCheckImpl :- This health check monitors the html content requests' response time.The percentage of requests that need to be above the threshold limits in order to trigger a warn/error statusINTEGER10
scheduler.expression.namescheduler.expression Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- com.adobe.granite.requests.logging.impl.RequestLoggerImpl.descriptionscheduler.expression.descriptionSTRING*/5\ *\ *\ *\ *\ ?
sling.filter.scope.namesling.filter.scope Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- com.adobe.granite.requests.logging.impl.RequestLoggerImpl.descriptionsling.filter.scope.descriptionSTRINGREQUEST
Longest requests history sizelong.requests.history.size Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- com.adobe.granite.requests.logging.impl.RequestLoggerImpl.descriptionThe number of longest requests stored for analysis.INTEGER20
Requests Statistics Time Frame (minutes)statistics.request.timeframe Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- com.adobe.granite.requests.logging.impl.RequestLoggerImpl.descriptionThe time frame considered for computing the response time statisticsINTEGER60
Limit parameter defaultdefault.limit Adobe Granite REST Default GET Servlet com.adobe.granite.rest.impl.servlet.DefaultGETServlet :- Default servlet handling REST API GET requestsDefault value for the limit request parameter. Default is 20.INTEGER20
Use absolute URIsuse.absolute.uri Adobe Granite REST Default GET Servlet com.adobe.granite.rest.impl.servlet.DefaultGETServlet :- Default servlet handling REST API GET requestsForces usage of absolutes URIs in the response. Default is true.BOOLEANtrue
Property provider.rootsprovider.roots Adobe Granite REST ApiEndpointResourceProviderFactory com.adobe.granite.rest.impl.ApiEndpointResourceProviderFactoryImpl :- Description for com.adobe.granite.rest.impl.ApiEndpointResourceProviderFactoryImplDescription for provider.rootsSTRINGapi
Property adapter.conditionadapter.condition Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session.Description for adapter.conditionSTRINGIf the Resource can be adapted to a JCR Node and is one of the configured resource types.
Node Typesgranite.userproperties.nodetypes Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session.Node types to use for the creation of the preferences or profile nodes.STRINGpreferences=nt:unstructured
profile=nt:unstructured
Resource Typesgranite.userproperties.resourcetypes Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session.Resource type to use for preferences or profile nodes.STRINGpreferences=cq:Preferences
profile=cq/security/components/profile
User PathusersPath Adobe Granite UserManagement Service (Fallback for CRX 2) com.adobe.granite.security.user.internal.UserManagementFallbackService :- Service providing common user management related utilities.Fallback configuration option for JR 2.x setup. The value must correspond to the configured user path in the repository.xml.STRING/home/users
Group PathgroupsPath Adobe Granite UserManagement Service (Fallback for CRX 2) com.adobe.granite.security.user.internal.UserManagementFallbackService :- Service providing common user management related utilities.Fallback configuration option for JR 2.x setup. The value must correspond to the configured group path in the repository.xml.STRING/home/groups
GroupToMember RTgroup2member.relationship.outgoing Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the relationship type between a group and his group member.STRINGfollowing
Excluded GroupToMembergroup2member.excluded.outgoing Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the groups that do not create relationships to their group members.STRING
GroupFromMember RTgroup2member.relationship.incoming Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the relationship type between a group member and his group.STRINGmember
Excluded MemberToGroupgroup2member.excluded.incoming Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the groups that do not create relationships from their group members.STRINGcontributor
content-authors
Property adapter.conditionadapter.condition Adobe Granite Task Manager Adapter Factory com.adobe.granite.taskmanagement.impl.service.TaskManagerAdapterFactory :- Adapts JCR sessions or Apache Sling resource resolvers to a taskmanager instance.Description for adapter.conditionSTRINGIf the ResourceResolver is a JcrResourceResolver or a Session.
Task Administrator Grouptaskmanager.admingroups Adobe Granite Task Manager Adapter Factory com.adobe.granite.taskmanagement.impl.service.TaskManagerAdapterFactory :- Adapts JCR sessions or Apache Sling resource resolvers to a taskmanager instance.The name of the group of users with task administrative rights.STRINGadministrators
Property adapter.conditionadapter.condition Adobe Granite Task Adapter Factory com.adobe.granite.taskmanagement.impl.jcr.TaskAdapterFactory :- Adapts JCR node or Apache Sling resource to a task instance.Description for adapter.conditionSTRINGIf the Node or Resource points is of type cq:WorkItem
Task Storage Root Pathtaskstorage.rootpath Adobe Granite TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR RepositoryIndicates where in the repository task data will be storedSTRING/etc/taskmanagement/tasks
Task History Storage Root Pathtaskstorage.historyrootpath Adobe Granite TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR RepositoryIndicates where in the repository task history data will be storedSTRING/etc/taskmanagement/archivedtasks
Enable Archivingarchiving.enabled Adobe Granite TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- Archives old tasks to a history location to improve runtime performanceEnable or disable archiving of tasksBOOLEANfalse
cron expressionscheduler.expression Adobe Granite TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- Archives old tasks to a history location to improve runtime performancescheduler cron expression. example: '30 0 * * * ?' runs at 00:30 AMSTRING30 0 * * * ?
Age of Tasks to Archivearchive.since.days.completed Adobe Granite TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- Archives old tasks to a history location to improve runtime performanceNumber of days after a task is completed before archiving a task. Value must be > 0INTEGER365
Minifyhtmllibmanager.minify Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Compress js/css files using the YUI compressor (whitespace removal etc.)BOOLEANfalse
Debughtmllibmanager.debug Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Serve js/css files individually instead of concatenating them for better client-side debugging.BOOLEANfalse
Gziphtmllibmanager.gzip Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Use gzip compression for delivering js/css files.BOOLEANtrue
Max-Agehtmllibmanager.maxage Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Defines the max-age in seconds set in the cache-control header. < 0 to disable (which is the default).LONG-1
Timinghtmllibmanager.timing Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Enable JS load timing statistics. Show the statistics by [ctrl][shift][u] after a page has been loaded.BOOLEANfalse
Force CQURLInfohtmllibmanager.forceCQUrlInfo Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Controls if the CQURLInfo object should always be injected (default is false)BOOLEANfalse
Max Data URI sizehtmllibmanager.maxDataUriSize Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Specifies the maximum size (in bytes) of referenced resource in CSS to auto-line them as data-uris.LONG0
Firebug Lite Pathhtmllibmanager.firebuglite.path Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Path in the workspace where the firebug lite js file is located. The script should make sure it does not activate if the real firebug is present.STRING/libs/granite/ui/content/firebug-lite/source/firebug-lite.js#startOpened=true
Debug Consolehtmllibmanager.debug.console Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Enable a client-side debug console. This will include firebug lite js and the debug init javascript snippet. BOOLEANfalse
Debug Init Scripthtmllibmanager.debug.init.js Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.A Javascript snippet for enabling debugging and/or show the console.STRINGwindow.CQ_initial_log_level='INFO';
Default theme namehtmllibmanager.defaultthemename Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.The name of the default theme that is used if it does not exist as the requested one.STRINGdefault
Default user theme namehtmllibmanager.defaultuserthemename Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.The name of the default theme that is used if non specifiedSTRINGdefault
Library Manager Categoryhtmllibmanager.clientmanager Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.Category name of the client side library manager.STRINGgranite.clientlibrarymanager
Allowed Library Pathshtmllibmanager.path.list Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.List of paths that you are allowed to create CQ client libraries under.STRING/apps
/libs
/etc
htmllibmanager.excluded.path.list.namehtmllibmanager.excluded.path.list Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.htmllibmanager.excluded.path.list.descriptionSTRING/etc/workflow/instances
/etc/taskmanagement
Long term client side cache keyhtmllibmanager.longcache.patterns Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.The path pattern list for long-caching in the format "regexp;key".if key equals to 'auto' it is automatically generated when this service restarts.use 'none' to disable it. Note that libraries having a 'longCacheKey' property overwrite whatever pattern would match them.STRING
Long term cache key formathtmllibmanager.longcache.format Adobe Granite HTML Library Manager com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies.String.format() pattern to apply on the keys.STRINGlc-%s-lc
Extandable Widgetsextendable.widgets Day CQ Widget Extension Provider com.day.cq.widget.impl.WidgetExtensionProviderImpl :- The widget extension provider.The list of extandable WidgetsSTRINGcontentfinder
Debugwidgetextensionprovider.debug Day CQ Widget Extension Provider com.day.cq.widget.impl.WidgetExtensionProviderImpl :- The widget extension provider.Serve Javascript extensions in a debuggable way.BOOLEANfalse
Move White Listpayload.move.white.list Adobe Granite Workflow PayloadMoveListener com.adobe.granite.workflow.core.payloadmap.PayloadMoveListener :- PayloadMove ListenerDefine path patterns for paths to be taken into account for payload move jobs.STRING/content/dam(/.*)
bucketSize.namebucketSize Adobe Granite Workflow Bucket Manager com.adobe.granite.workflow.core.jcr.WorkflowBucketManager :- workflow instance bucket managerbucketSize.descriptionINTEGER1000
adapter.condition.nameadapter.condition Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.adapter.condition.descriptionSTRINGIf the ResourceResolver is a JcrResourceResolver or a Session.
Model Pathcq.workflow.models Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.Location used for storing modelsSTRING/etc/workflow/models
Instances Pathcq.workflow.instances Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.Location used for storing instancesSTRING/etc/workflow/instances
Workspacecq.workflow.workspace Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.Workspace used for workflowsSTRINGcrx.default
Job Retry Countcq.workflow.job.retry Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.cq.workflow.job.retry.desciptionINTEGER3
Superusercq.workflow.superuser Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.List of superusers and superuser groupsSTRINGadmin
administrators
Max Inbox Query Sizegranite.workflow.inboxQuerySize Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine.maximum inbox query sizeINTEGER2000
Workflow Packages Root Locationscq.workflow.config.workflow.packages.root.path Adobe Granite Workflow Configuration Service com.adobe.granite.workflow.core.WorkflowConfig :- com.adobe.granite.workflow.core.WorkflowConfig.descriptionSpecifies the root paths under which workflow packages may be located.STRING/etc/workflow/packages
job.topics.namejob.topics Adobe Granite Workflow Job Handler com.adobe.granite.workflow.core.job.JobHandler :- com.adobe.granite.workflow.core.job.JobHandler.descriptionjob.topics.descriptionSTRINGcom/adobe/granite/workflow/job/**
com/adobe/granite/workflow/job
com/adobe/granite/workflow/transient/job/**
Allow self process terminationallow.self.process.termination Adobe Granite Workflow Job Handler com.adobe.granite.workflow.core.job.JobHandler :- com.adobe.granite.workflow.core.job.JobHandler.descriptionwhen true a workflow process which calls WorkflowSession.terminate() will stop the workflow processing. Provided for backwards compatibility.BOOLEANtrue
adapter.condition.nameadapter.condition Adobe Granite WorkItem Adapter Factory com.adobe.granite.workflow.core.jcr.WorkItemAdapterFactory :- Adapts jcr node or sling resource to a WorkItem instanceadapter.condition.descriptionSTRING%granite.workflow.workitem.adapterfactory.service.condition.
Default Timeoutdefault.timeout Adobe Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processesThe default polling timeout (in seconds). Used, if the timeout is not set on the workflow node.LONG3600
Max Timeoutmax.timeout Adobe Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processesThe maximum timeout allowed (in seconds).LONG10800
Default Perioddefault.period Adobe Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processesThe default polling retry period (in seconds). Used if the period is not set on the workflow node.LONG300
Modelscq.workflow.payload.map.system.workflow.model Adobe Granite Workflow PayloadMapCache com.adobe.granite.workflow.core.PayloadMapCache :- PayloadMap Cache to speedup workflow-related operationsThe workflow models to listen for.STRING/etc/workflow/models/scheduled_activation/jcr:content/model
/etc/workflow/models/scheduled_deactivation/jcr:content/model
Deprecated Workflow Packages Rootcq.workflow.payload.map.workflow.packages.root.path Adobe Granite Workflow PayloadMapCache com.adobe.granite.workflow.core.PayloadMapCache :- PayloadMap Cache to speedup workflow-related operationsThis setting has been moved to the com.adobe.granite.workflow.core.WorkflowConfig component and should be configured there.STRING/etc/workflow/packages
Job Namescheduledpurge.nameAdobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenanceEnter a descriptive name for this scheduled purgeSTRING
Workflow Statusscheduledpurge.workflowStatusAdobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenanceChoose which status of WorkFlows to purgeSTRINGCOMPLETED
RUNNING -- RUNNING
COMPLETED -- COMPLETED
Models To Purgescheduledpurge.modelIdsAdobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenanceEnter model id for models to purge. Leave blank for all modelsSTRING
Workflow Agescheduledpurge.daysoldAdobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenanceEnter how old workflows are before they are purgedINTEGER30
Pathpath Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled.STRING/
jaas.controlFlag.namejaas.controlFlag Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.jaas.controlFlag.descriptionSTRINGsufficient
jaas.realmName.namejaas.realmName Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.jaas.realmName.descriptionSTRINGjackrabbit.oak
jaas.ranking.namejaas.ranking Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.jaas.ranking.descriptionINTEGER2000
Required Attributestoken.required.attr Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.Which request properties to use as required attributes for authentication. Default is "Client IP Address".STRINGip
ip_agent -- Client IP Address and User-Agent
ip -- Client IP Address
agent -- User-Agent
none -- None
Alternate Authentication Urltoken.alternate.url Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.Alternate url for the user name and password submission by the form. This name is can be used in addition to the 'j_security_check' to avoid any conflict with Application Server's security.STRING
Enable encapsulated token supporttoken.encapsulated Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization.By enabling this feature the token verification is achieved offline (without repository access) NOTE: CRX3 support onlyBOOLEANfalse
Schedulescheduler.expression Adobe CRX Token Authentication Handler: Cleanup Task com.day.crx.security.token.impl.TokenCleanupTask :- Task to regularly purge expired tokens from the repositoryCron expression scheudling this job. Default is hourly 17m23s after the hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value.STRING23 17 * * * ?
Font Pathfontpath Day Commons GFX Font Helper com.day.cq.image.internal.font.FontHelper :- Configures the GFX Font Helper which helps managing the font path and caching of font information.The list of Resource Tree locations providing fonts. Multiple entries may be listed. Each entry must be an absolute path; that is empty entries or entries not starting with a slash (/) character are ignored. The location of each entry must be existing. This may cause the creation of JCR Nodes at configured entry paths.STRING
Oversampling FactoroversamplingFactor Day Commons GFX Font Helper com.day.cq.image.internal.font.FontHelper :- Configures the GFX Font Helper which helps managing the font path and caching of font information.The factor to apply internally to the font when drawing text with the TTOVERSAMPLING flag set. Default value is 16 which is also the value used by the Fonter.exe tool to prepare FonterFonts.INTEGER16
JDBC driver classjdbc.driver.classDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceJava class name of the JDBC driver to useSTRINGcom.somevendor.somedriver.Driver
JDBC connection URIjdbc.connection.uriDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceURI of the JDBC connection to useSTRINGjdbc:somedriver:someDB;param=value
Usernamejdbc.usernameDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceJDBC authentication usernameSTRING
Passwordjdbc.passwordDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceJDBC authentication passwordSTRING
Validation queryjdbc.validation.queryDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceOptional JDBC query used to validate connectionsSTRING
Readonly by default?default.readonlyDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceSet JDBC Connections to readonly mode by defaultBOOLEANfalse
Autocommit by default?default.autocommitDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceSet JDBC Connections to autocommit mode by defaultBOOLEANtrue
Pool sizepool.sizeDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceMaximum number of Connections that this pool can openLONG10
Pool wait (msec)pool.max.wait.msecDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceMaximum wait time, in milliseconds, before throwing an Exception if all pooled Connections are in useLONG1000
Datasource namedatasource.nameDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool ServiceName of this data sourceSTRING
"Additional Service Properties"datasource.svc.propertiesDay Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service"Properties that are added additionally to the registered datasource service (name=value pairs)"STRING
Core ThreadPoolExecutor sizecore.pool.size Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the backgroundSee ThreadPoolExecutor documentation for more info.INTEGER10
Maximum ThreadPoolExecutor sizemax.pool.size Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the backgroundSee ThreadPoolExecutor documentation for more info.INTEGER20
Keep alive time for ThreadPoolExecutor (seconds)keep.alive.time.seconds Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the backgroundSee ThreadPoolExecutor documentation for more info.INTEGER30
Job Storage Base Pathjob.storage.path Apache Sling Background Requests Job Storage Service org.apache.sling.bgservlets.impl.storage.JobStorageImpl :- Stores job state and output for requests running in the background.Path under which job state is stored in the repository.STRING/var/bg/jobs
Background request parameter name background.parameter.name Apache Sling Background Requests Filter org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter :- ServletFilter that runs requests in the background if a specific request parameter is set to true.Requests run in the background if this request parameter is set to true.STRINGsling:bg
Console plugin active?console.plugin.active Apache Sling Background Jobs Console org.apache.sling.bgservlets.impl.JobConsoleImpl :- Provides a simple API to manage background jobs.Turn the Felix Web Console JobConsole plugin on or off.BOOLEANtrue
MIME Typesmime.types Apache Sling MIME Type Service org.apache.sling.commons.mime.internal.MimeTypeServiceImpl :- The Sling MIME Type Service provides support for maintaining and configuring MIME Type mappings.Configures additional MIME type mappings in the traditional mime.types file format: Each property is a blank space separated list of strings where the first string is the MIME type and the rest of the strings are filename extensions referring to the MIME type. Using this property additional MIME type mappings may be defined. Existing MIME type mappings cannot be redefined and setting such mappings in this property has no effect. For a list of existing mappings refer to the MIME Types page.STRING
Namehc.name Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheckHealth Check nameSTRINGSlingDistributionQueueHC
Tagshc.tags Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheckHealth Check tagsSTRING
MBean namehc.mbean.name Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheckHealth Check MBean nameSTRINGslingDistributionQueue
Allowed retriesnumberOfRetriesAllowed Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheckNumber of allowed retriesINTEGER3
Property provider.rootsprovider.rootsApache Sling Distribution Resources - Configuration Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory :- Distribution Configuration Resource Provider FactoryDescription for provider.rootsSTRING
Property kindkindApache Sling Distribution Resources - Configuration Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory :- Distribution Configuration Resource Provider FactoryDescription for kindSTRING
Property namenameApache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactoryDescription for nameSTRING
Property service.nameservice.nameApache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactoryDescription for service.nameSTRING
Property pathpathApache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactoryDescription for pathSTRING
Property privilege.nameprivilege.nameApache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactoryDescription for privilege.nameSTRING
NamenameApache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactoryThe name of the trigger.STRING
PathpathApache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactoryThe path for whcih changes are distributed.STRING
Service NameserviceNameApache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactoryThe service used to listen for jcr eventsSTRING
NamenameApache Sling Distribution Request Authorization - Privilege Request Authorization Strategy org.apache.sling.distribution.agent.impl.PrivilegeDistributionRequestAuthorizationStrategyFactory :- OSGi configuration for request based authorization strategy based on privilegesDescription for nameSTRING
Jcr PrivilegejcrPrivilegeApache Sling Distribution Request Authorization - Privilege Request Authorization Strategy org.apache.sling.distribution.agent.impl.PrivilegeDistributionRequestAuthorizationStrategyFactory :- OSGi configuration for request based authorization strategy based on privilegesJcr privilege to check for authorizing distribution requests. The privilege is checked for the calling user session.STRING
NamenameApache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactoryThe name of the trigger.STRING
Distribution TypeactionApache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactoryThe type of the distribution request produced by this trigger.STRING
Distributed PathpathApache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactoryThe path to be distributed periodically.STRING
Interval in SecondssecondsApache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactoryThe number of seconds between executionsSTRING
NamenameApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe name of the agent.STRING
TitletitleApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe display friendly title of the agent.STRING
DetailsdetailsApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe display friendly details of the agent.STRING
EnabledenabledApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsWhether or not to start the distribution agent.BOOLEANtrue
Service NameserviceNameApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe name of the service used to access the repository.STRING
Log Levellog.levelApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe log level recorded in the transient log accessible via http.STRINGinfo
debug -- debug
info -- info
warn -- warn
error -- error
Queue Processing Enabledqueue.processing.enabledApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsWhether or not the distribution agent should process packages in the queues.BOOLEANtrue
Importer EndpointspackageExporter.endpointsApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsList of endpoints from which packages are received (exported).STRING
Pull Itemspull.itemsApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsNumber of subsequent pull requests to make.INTEGER100
Request Authorization StrategyrequestAuthorizationStrategy.targetApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe target reference for the DistributionRequestAuthorizationStrategy used to authorize the access to distribution process,e.g. use target=(name=...) to bind to services by name.STRING
Transport Secret ProvidertransportSecretProvider.targetApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe target reference for the DistributionTransportSecretProvider used to obtain the credentials used for accessing the remote endpoints, e.g. use target=(name=...) to bind to services by name.STRING
Package BuilderpackageBuilder.targetApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
Triggerstriggers.targetApache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agentsThe target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name.STRING(name=)
Property provider.rootsprovider.rootsApache Sling Distribution Resources - Service Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory :- Distribution Service Resource Provider FactoryDescription for provider.rootsSTRING
Property kindkindApache Sling Distribution Resources - Service Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory :- Distribution Service Resource Provider FactoryDescription for kindSTRING
NamenameApache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package buildersThe name of the package builder.STRING
typetypeApache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package buildersThe type of this package builderSTRINGjcrvlt
jcrvlt -- jcr packages
filevlt -- file packages
Import ModeimportModeApache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package buildersThe vlt import mode for created packages.STRING
Acl HandlingaclHandlingApache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package buildersThe vltacl handling mode for created packages.STRING
NamenameApache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactoryThe name of the importer.STRING
EndpointsendpointsApache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactoryThe list of endpoints to which the packages will be imported.STRING
Endpoint Strategyendpoints.strategyApache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactorySpecifies whether to import packages to all endpoints or just to one.STRINGOne
All -- all endpoints
One -- one endpoint
Transport Secret ProvidertransportSecretProvider.targetApache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactoryThe target reference for the DistributionTransportSecretProvider used to obtain the credentials used for accessing the remote endpoints, e.g. use target=(name=...) to bind to services by name.STRING
NamenameApache Sling Distribution Exporter - Local Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactoryThe name of the exporter.STRING
Package BuilderpackageBuilder.targetApache Sling Distribution Exporter - Local Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactoryThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
NamenameApache Sling Distribution Trigger - Distribution Event Triggers Factory org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactoryThe name of the trigger.STRING
PathpathApache Sling Distribution Trigger - Distribution Event Triggers Factory org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactoryThe path for which the distribution events will be forwarded.STRING
NamenameApache Sling Distribution Trigger - Resource Event Triggers Factory org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactoryThe name of the trigger.STRING
PathpathApache Sling Distribution Trigger - Resource Event Triggers Factory org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactoryThe resource path for which changes are distributedSTRING
NamenameApache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactoryThe name of the exporter.STRING
QueuequeueApache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactoryThe name of the queue from which the packages should be exported.STRING
The target reference for the DistributionAgent that will be used to export packages.agent.targetApache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactoryDescription for agent.targetSTRING
NamenameApache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactoryThe name of the exporter.STRING
EndpointsendpointsApache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactoryThe list of endpoints from which the packages will be exported.STRING
Endpoint Strategyendpoints.strategyApache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactorySpecifies whether to export packages from all endpoints or just from one.STRINGOne
All -- all endpoints
One -- one endpoint
Pull Itemspull.itemsApache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactorynumber of subsequent pull requests to makeINTEGER1
Package BuilderpackageBuilder.targetApache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactoryThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
Transport Secret ProvidertransportSecretProvider.targetApache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactoryThe target reference for the DistributionTransportSecretProvider used to obtain the credentials used for accessing the remote endpoints, e.g. use target=(name=...) to bind to services by name.STRING
NamenameApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe name of the agent.STRING
TitletitleApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe display friendly title of the agent.STRING
DetailsdetailsApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe display friendly details of the agent.STRING
EnabledenabledApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsWhether or not to start the distribution agent.BOOLEANtrue
Service NameserviceNameApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe name of the service used to access the repository.STRING
Log Levellog.levelApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe log level recorded in the transient log accessible via http.STRINGinfo
debug -- debug
info -- info
warn -- warn
error -- error
Queue Processing Enabledqueue.processing.enabledApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsWhether or not the distribution agent should process packages in the queues.BOOLEANtrue
Exporter EndpointspackageExporter.endpointsApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsList of endpoints from which packages are received (exported)STRING
Importer EndpointspackageImporter.endpointsApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsList of endpoints to which packages are sent (imported). The list can be given as a map in case a queue should be configured for each endpoint, e.g. queueName=http://...STRING
Use multiple queuesuseMultipleQueuesApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsWhether or not to use an individual queue for each importer endpoint. If the queue names are not specified by importer endpoints definition then they are autogenerated.BOOLEANfalse
Pull Itemspull.itemsApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsNumber of subsequent pull requests to make.INTEGER100
Request Authorization StrategyrequestAuthorizationStrategy.targetApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe target reference for the DistributionRequestAuthorizationStrategy used to authorize the access to distribution process,e.g. use target=(name=...) to bind to services by name.STRING
Transport Secret ProvidertransportSecretProvider.targetApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe target reference for the DistributionTransportSecretProvider used to obtain the credentials used for accessing the remote endpoints, e.g. use target=(name=...) to bind to services by name.STRING
Package BuilderpackageBuilder.targetApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
Triggerstriggers.targetApache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agentsThe target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name.STRING(name=)
NamenameApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe name of the agent.STRING
TitletitleApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe display friendly title of the agent.STRING
DetailsdetailsApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe display friendly details of the agent.STRING
EnabledenabledApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsWhether or not to start the distribution agent.BOOLEANtrue
Service NameserviceNameApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe name of the service used to access the repository.STRING
Log Levellog.levelApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe log level recorded in the transient log accessible via http.STRINGinfo
debug -- debug
info -- info
warn -- warn
error -- error
Allowed rootsallowed.rootsApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsIf set the agent will allow only distribution requests under the specified roots.STRING
Queue Processing Enabledqueue.processing.enabledApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsWhether or not the distribution agent should process packages in the queues.BOOLEANtrue
Importer EndpointspackageImporter.endpointsApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsList of endpoints to which packages are sent (imported). The list can be given as a map in case a queue should be configured for each endpoint, e.g. queueName=http://...STRING
Use multiple queuesuseMultipleQueuesApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsWhether or not to use an individual queue for each importer endpoint. If the queue names are not specified by importer endpoints definition then they are autogenerated.BOOLEANfalse
Request Authorization StrategyrequestAuthorizationStrategy.targetApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe target reference for the DistributionRequestAuthorizationStrategy used to authorize the access to distribution process,e.g. use target=(name=...) to bind to services by name.STRING
Transport Secret ProvidertransportSecretProvider.targetApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe target reference for the DistributionTransportSecretProvider used to obtain the credentials used for accessing the remote endpoints, e.g. use target=(name=...) to bind to services by name.STRING
Package BuilderpackageBuilder.targetApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
Triggerstriggers.targetApache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agentsThe target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name.STRING(name=)
NamenameApache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProviderDescription for nameSTRING
User NameusernameApache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProviderThe name of the user used to perform remote actions.STRING
PasswordpasswordApache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProviderThe clear text password to perform authentication. Warning: storing clear text passwords is not safe.STRING
NamenameApache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactoryThe name of the trigger.STRING
EndpointendpointApache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactoryThe endpoint from which the remote requests should be polled.STRING
Property transportSecretProvider.targettransportSecretProvider.targetApache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactoryDescription for transportSecretProvider.targetSTRING
NamenameApache Sling Distribution Importer - Local Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactoryThe name of the importer.STRING
Package BuilderpackageBuilder.targetApache Sling Distribution Importer - Local Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactoryThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
NamenameApache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactoryThe name of the trigger.STRING
PathpathApache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactoryThe path for which changes are listened and distributed as persisted nugget events.STRING
Service NameserviceNameApache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactoryThe service used to listen for jcr eventsSTRING
Nuggets PathnuggetsPathApache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactoryThe location where serialization of jcr events will be storedSTRING/var/sling/distribution/nuggets
NamenameApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe name of the agent.STRING
TitletitleApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe display friendly title of the agent.STRING
DetailsdetailsApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe display friendly details of the agent.STRING
EnabledenabledApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsWhether or not to start the distribution agent.BOOLEANtrue
Service NameserviceNameApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe name of the service used to access the repository.STRING
Log Levellog.levelApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe log level recorded in the transient log accessible via http.STRINGinfo
debug -- debug
info -- info
warn -- warn
error -- error
Allowed rootsallowed.rootsApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsIf set the agent will allow only distribution requests under the specified roots.STRING
Request Authorization StrategyrequestAuthorizationStrategy.targetApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe target reference for the DistributionRequestAuthorizationStrategy used to authorize the access to distribution process,e.g. use target=(name=...) to bind to services by name.STRING
Package BuilderpackageBuilder.targetApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name.STRING
Triggerstriggers.targetApache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agentsThe target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name.STRING(name=)
NamenameApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe name of the agent.STRING
TitletitleApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe display friendly title of the agent.STRING
DetailsdetailsApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe display friendly details of the agent.STRING
EnabledenabledApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsWhether or not to start the distribution agent.BOOLEANtrue
Service NameserviceNameApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe name of the service used to access the repository.STRING
Log Levellog.levelApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe log level recorded in the transient log accessible via http.STRINGinfo
debug -- debug
info -- info
warn -- warn
error -- error
Queue Processing Enabledqueue.processing.enabledApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsWhether or not the distribution agent should process packages in the queues.BOOLEANtrue
ExporterpackageExporter.targetApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe target reference for the DistributionPackageExporter used to receive (export) the distribution packages,e.g. use target=(name=...) to bind to services by name.STRING
ImporterpackageImporter.targetApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe target reference for the DistributionPackageImporter used to send (import) the distribution packages,e.g. use target=(name=...) to bind to services by name.STRING
Request Authorization StrategyrequestAuthorizationStrategy.targetApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe target reference for the DistributionRequestAuthorizationStrategy used to authorize the access to distribution process,e.g. use target=(name=...) to bind to services by name.STRING
Triggerstriggers.targetApache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agentsThe target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name.STRING(name=)
Extension filterextensions Apache Sling Request Progress Tracker Log Filter org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter :- Filter that enables logging of request progress tracker information. To enable the log output, the category org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter needs to be logged on debug level.Only requests with the listed extensions will be logged. If no extensions are configured all requests are logged. Empty by default.STRING
Min duration (ms)minDurationMs Apache Sling Request Progress Tracker Log Filter org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter :- Filter that enables logging of request progress tracker information. To enable the log output, the category org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter needs to be logged on debug level.Only requests that take at least the minimum duration in milliseconds are logged. Default is 0.INTEGER0
Max duration (ms)maxDurationMs Apache Sling Request Progress Tracker Log Filter org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter :- Filter that enables logging of request progress tracker information. To enable the log output, the category org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter needs to be logged on debug level.Only requests that take at most the maximum duration in milliseconds are logged. Default is 2147483647, i.e. Integer.MAX_VALUE.INTEGER2147483647
Compact Log FormatcompactLogFormat Apache Sling Request Progress Tracker Log Filter org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter :- Filter that enables logging of request progress tracker information. To enable the log output, the category org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter needs to be logged on debug level.Whether or not to use the compact format. In compact one log entry is logged per request, detailing the request progress tracker information in individual lines, like stack-traces. This keeps log files smaller and makes them more readable. In the older (non-compact) format, one log entry is printed per line, thus potentially containing more noise. Default is false.BOOLEANfalse
Request Log Namerequest.log.output Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service.Name of the destination for the request log. The request log logs the entry and exit of each request into and out of the system together with the entry time, exit time, time to process the request, a request counter as well as the final status code and response content type. In terms of Request Logger Service formats, request entry is logged with the format "%t [%R] -> %m %U%q %H" and request exit is logged with the format "%{end}t [%R] <- %s %{Content-Type}o %Dms".STRINGlogs/request.log
Request Log Typerequest.log.outputtype Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service.Type of request log destination. Select "Logger Name" to write the access log to an SLF4J logger, "File Name" to write the access log to a file (relative paths resolved against sling.home) or "RequestLog Service" to use a named OSGi service registered with the service interface "org.apache.sling.engine.RequestLog" and a service property "requestlog.name" equal to the Logger Name setting.INTEGER0
0 -- Logger Name
1 -- File Name
2 -- RequestLog Service
Enable Request Logrequest.log.enabled Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service.Whether to enable Request logging or not.BOOLEANtrue
Access Log Nameaccess.log.output Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service.Name of the destination for the request log. The access log writes an entry for each request as the request terminates using the NCSA extended/combined log format. In terms of Request Logger Service formats the access log is written with the format "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"".STRINGlogs/access.log
Access Log Typeaccess.log.outputtype Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service.Type of access log destination. Select "Logger Name" to write the access log to an SLF4J logger, "File Name" to write the access log to a file (relative paths resolved against sling.home) or "RequestLog Service" to use a named OSGi service registered with the service interface "org.apache.sling.engine.RequestLog" and a service property "requestlog.name" equal to the Logger Name setting.INTEGER0
0 -- Logger Name
1 -- File Name
2 -- RequestLog Service
Enable Access Logaccess.log.enabled Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service.Whether to enable Access logging or not.BOOLEANtrue
Default Parameter Encodingsling.default.parameter.encoding Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling.The default request parameter encoding used to decode request parameters into strings. If this property is not set the default encoding is 'ISO-8859-1' as mandated by the Servlet API spec. This default encoding is used if the '_charset_' request parameter is not set to another (supported) character encoding. Applications being sure to always use the same encoding (e.g. UTF-8) can set this default here and may omit the '_charset_' request parameterSTRINGISO-8859-1
Maximum POST Parameterssling.default.max.parameters Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling.The maximum number of parameters supported. To prevent a DOS-style attack with an overrunning number of parameters the number of parameters supported can be limited. This includes all of the query string as well as application/x-www-form-urlencoded and multipart/form-data parameters. The default value is 10000.INTEGER10000
Temporary File Locationfile.location Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling.The size threshold after which the file will be written to disk. The default is null, which means the directory given by the 'java.io.tmpdir' system property.STRING
File Save Thresholdfile.threshold Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling.The size threshold after which the file will be written to disk. The default is 256KB.LONG256000
Maximum File Sizefile.max Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling.The maximum size allowed for uploaded files. The default is -1, which means unlimited.LONG-1
Maximum Request Sizerequest.max Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling.The maximum size allowed for multipart/form-data requests. The default is -1, which means unlimited.LONG-1
Number of Calls per Requestsling.max.calls Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.Defines the maximum number of Servlet and Script calls while processing a single client request. This number should be high enough to not limit request processing artificially. On the other hand it should not be too high to allow the mechanism to limit the resources required to process a request in case of errors. The default value is 1000.INTEGER1000
Recursion Depthsling.max.inclusions Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.The maximum number of recursive Servlet and Script calls while processing a single client request. This number should not be too high, otherwise StackOverflowErrors may occurr in case of erroneous scripts and servlets. The default value is 50. INTEGER50
Allow the HTTP TRACE methodsling.trace.allow Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.If set to true, the HTTP TRACE method will be enabled. By default the HTTP TRACE methods is disabled as it can be used in Cross Site Scripting attacks on HTTP servers.BOOLEANfalse
Filter Compat Modesling.filter.compat.mode Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.This switch controls the handling of servlet filters. By default only filters with a scope property are registered. In compat mode, the scope property is not required.BOOLEANfalse
Number of Requests to Recordsling.max.record.requests Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.Defines the number of requests that internally recorded for display on the "Recent Requests" Web Console page. If this value is less than or equal to zero, no requests are internally kept. The default value is 20. INTEGER20
Recorded Request Path Patternssling.store.pattern.requests Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.One or more regular expressions which limit the requests which are stored by the "Recent Requests" Web Console page.STRING
Server Infosling.serverinfo Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.The server info returned by Sling. If this field is left empty, Sling generates a default into.STRING
Additional response headerssling.additional.response.headers Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts.Provides mappings for additional response headers Each entry is of the form 'bundleId [ ":" responseHeaderName ] "=" responseHeaderValue'STRINGX-Content-Type-Options=nosniff
Log Formatrequest.log.service.formatApache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger.The format for log entries. This is a format string as defined at http://sling.apache.org/site/client-request-logging.html#ClientRequestLogging-LogFormatSpecification.STRING
Logger Namerequest.log.service.outputApache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger.Name of the destination for the log output. Depending on the output type this is a file name (absolute or relative), a SLF4J logger name or the name under which a RequestLog service has been registered.STRINGrequest.log
Logger Typerequest.log.service.outputtypeApache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger.Type of log destination. Select "Logger Name" to write the access log to an SLF4J logger, "File Name" to write the access log to a file (relative paths resolved against sling.home) or "RequestLog Service" to use a named OSGi service registered with the service interface "org.apache.sling.engine.RequestLog" and a service property "requestlog.name" equal to the Logger Name setting.INTEGER0
0 -- Logger Name
1 -- File Name
2 -- RequestLog Service
Request Entryrequest.log.service.onentryApache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger.Check if the logger is called on request entry. Otherwise leave unchecked and the logger will be called on request exit (aka termination), which is the default for access logger type loggers.BOOLEANfalse
Distribute configorg.apache.sling.installer.configuration.persist Apache Sling Job Consumer Manager org.apache.sling.event.impl.jobs.JobConsumerManager :- The consumer manager controls the job consumer (= processors). It can be used to temporarily disable job processing on the current instance. Other instances in a cluster are not affected.If this is disabled, the configuration is not persisted on save in the cluster and is only used on the current instance. This option should always be disabled!BOOLEANfalse
Topic Whitelistjob.consumermanager.whitelist Apache Sling Job Consumer Manager org.apache.sling.event.impl.jobs.JobConsumerManager :- The consumer manager controls the job consumer (= processors). It can be used to temporarily disable job processing on the current instance. Other instances in a cluster are not affected.This is a list of topics which currently should be processed by this instance. Leaving it empty, all job consumers are disabled. Putting a '*' as one entry, enables all job consumers. Adding separate topics enables job consumers for exactly this topic.STRING*
Topic Blacklistjob.consumermanager.blacklist Apache Sling Job Consumer Manager org.apache.sling.event.impl.jobs.JobConsumerManager :- The consumer manager controls the job consumer (= processors). It can be used to temporarily disable job processing on the current instance. Other instances in a cluster are not affected.This is a list of topics which currently shouldn't be processed by this instance. Leaving it empty, all job consumers are enabled. Putting a '*' as one entry, disables all job consumers. Adding separate topics disables job consumers for exactly this topic.STRING
Disable Distributionjob.consumermanager.disableDistribution Apache Sling Job Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This is the central service of the job handling.If the distribution is disabled, all jobs will be processed on the leader only! Please use this switch with care.BOOLEANfalse
Deprecation Warningsjob.log.deprecation Apache Sling Job Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This is the central service of the job handling.If this switch is enabled, deprecation warnings will be logged with the INFO level.BOOLEANtrue
Priorityqueue.priority Apache Sling Job Default Queue org.apache.sling.event.impl.jobs.DefaultJobManager :- The configuration of the default job queue.The priority for the threads used by this queue. Default is norm.STRINGNORM
NORM -- Norm
MIN -- Min
MAX -- Max
Maximum Retriesqueue.retries Apache Sling Job Default Queue org.apache.sling.event.impl.jobs.DefaultJobManager :- The configuration of the default job queue.The maximum number of times a failed job slated for retries is actually retried. If a job has been retried this number of times and still fails, it is not rescheduled and assumed to have failed. The default value is 10.INTEGER10
Retry Delayqueue.retrydelay Apache Sling Job Default Queue org.apache.sling.event.impl.jobs.DefaultJobManager :- The configuration of the default job queue.The number of milliseconds to sleep between two consecutive retries of a job which failed and was set to be retried. The default value is 2 seconds. This value is only relevant if there is a single failed job in the queue. If there are multiple failed jobs, each job is retried in turn without an intervening delay.LONG2000
Maximum Parallel Jobsqueue.maxparallel Apache Sling Job Default Queue org.apache.sling.event.impl.jobs.DefaultJobManager :- The configuration of the default job queue.The maximum number of parallel jobs started for this queue. A value of -1 is substituted with the number of available processors.INTEGER15
Pool SizeminPoolSize Apache Sling Job Thread Pool org.apache.sling.event.impl.EventingThreadPool :- This is the thread pool used by the Apache Sling job handling. The threads from this pool are merely used for executing jobs. By limiting this pool, it is possible to limit the maximum number of parallel processed jobs - regardless of the queue configuration.The size of the thread pool. This pool is used to execute jobs and therefore limits the maximum number of jobs executed in parallel.INTEGER35
Namequeue.nameApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.The name of the queue. If matching is used the token {0} can be used to substitute the real value.STRING
Topicsqueue.topicsApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.This value is required and lists the topics processed by this queue. The value is a list of strings. If a string ends with a dot, all topics in exactly this package match. If the string ends with a star, all topics in this package and all subpackages match. If the string neither ends with a dot nor with a star, this is assumed to define an exact topic.STRING
Typequeue.typeApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.The queue type.STRINGUNORDERED
UNORDERED -- Parallel
ORDERED -- Ordered
TOPIC_ROUND_ROBIN -- Topic Round Robin
Maximum Parallel Jobsqueue.maxparallelApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.The maximum number of parallel jobs started for this queue. A value of -1 is substituted with the number of available processors.INTEGER15
Maximum Retriesqueue.retriesApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.The maximum number of times a failed job slated for retries is actually retried. If a job has been retried this number of times and still fails, it is not rescheduled and assumed to have failed. The default value is 10.INTEGER10
Retry Delayqueue.retrydelayApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.The number of milliseconds to sleep between two consecutive retries of a job which failed and was set to be retried. The default value is 2 seconds. This value is only relevant if there is a single failed job in the queue. If there are multiple failed jobs, each job is retried in turn without an intervening delay.LONG2000
Priorityqueue.priorityApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.The priority for the threads used by this queue. Default is norm.STRINGNORM
NORM -- Norm
MIN -- Min
MAX -- Max
Keep Historyqueue.keepJobsApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.If this option is enabled, successful finished jobs are kept to provide a complete history.BOOLEANfalse
Prefer Creation Instancequeue.preferRunOnCreationInstanceApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.If this option is enabled, the jobs are tried to be run on the instance where the job was created.BOOLEANfalse
Thread Pool Sizequeue.threadPoolSizeApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.Optional configuration value for a thread pool to be used by this queue. If this is value has a positive number of threads configuration, this queue uses an own thread pool with the configured number of threads.INTEGER0
Rankingservice.rankingApache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue.Integer value defining the ranking of this queue configuration. If more than one queue matches a job topic, the one with the highest ranking is used.INTEGER0
TimeouttimeoutInMs Apache Sling Health Check Executor org.apache.sling.hc.core.impl.executor.HealthCheckExecutorImpl :- Runs health checks for a given list of tags in parallel.Timeout in ms until a check is marked as timed outLONG2000
Timeout threshold for CRITICALlongRunningFutureThresholdForCriticalMs Apache Sling Health Check Executor org.apache.sling.hc.core.impl.executor.HealthCheckExecutorImpl :- Runs health checks for a given list of tags in parallel.Threshold in ms until a check is marked as 'exceedingly' timed out and will marked CRITICAL instead of WARN onlyLONG300000
Results Cache TTL in MsresultCacheTtlInMs Apache Sling Health Check Executor org.apache.sling.hc.core.impl.executor.HealthCheckExecutorImpl :- Runs health checks for a given list of tags in parallel.Result Cache time to live - results will be cached for the given timeLONG2000
Namehc.nameApache Sling Composite Health Check org.apache.sling.hc.core.impl.CompositeHealthCheck :- Executes a set of health checks, selected by tags.Name of this health check.STRING
Tagshc.tagsApache Sling Composite Health Check org.apache.sling.hc.core.impl.CompositeHealthCheck :- Executes a set of health checks, selected by tags.List of tags for this health check, used to select subsets of health checks for execution e.g. by a composite health check.STRING
MBean Namehc.mbean.nameApache Sling Composite Health Check org.apache.sling.hc.core.impl.CompositeHealthCheck :- Executes a set of health checks, selected by tags.Name of the MBean to create for this health check. If empty, no MBean is registered.STRING
Filter Tagsfilter.tagsApache Sling Composite Health Check org.apache.sling.hc.core.impl.CompositeHealthCheck :- Executes a set of health checks, selected by tags.Tags used to select which health checks the composite health check executes.STRING
Namehc.nameApache Sling Scriptable Health Check org.apache.sling.hc.core.impl.ScriptableHealthCheck :- Uses scripted expressions to verify multiple JMX attributes or other values.Name of this health check.STRING
Tagshc.tagsApache Sling Scriptable Health Check org.apache.sling.hc.core.impl.ScriptableHealthCheck :- Uses scripted expressions to verify multiple JMX attributes or other values.List of tags for this health check, used to select subsets of health checks for execution e.g. by a composite health check.STRING
MBean Namehc.mbean.nameApache Sling Scriptable Health Check org.apache.sling.hc.core.impl.ScriptableHealthCheck :- Uses scripted expressions to verify multiple JMX attributes or other values.Name of the MBean to create for this health check. If empty, no MBean is registered.STRING
ExpressionexpressionApache Sling Scriptable Health Check org.apache.sling.hc.core.impl.ScriptableHealthCheck :- Uses scripted expressions to verify multiple JMX attributes or other values.The value of this expression must be "true" for this check to be successful.STRING
Language Extensionlanguage.extensionApache Sling Scriptable Health Check org.apache.sling.hc.core.impl.ScriptableHealthCheck :- Uses scripted expressions to verify multiple JMX attributes or other values.File extension of the language to use to evaluate the expression, for example "ecma" or "groovy", asssuming the corresponding script engine is available. By default "ecma" is used.STRINGecma
Namehc.nameApache Sling JMX Attribute Health Check org.apache.sling.hc.core.impl.JmxAttributeHealthCheck :- Checks the value of a single JMX attribute.Name of this health check.STRING
Tagshc.tagsApache Sling JMX Attribute Health Check org.apache.sling.hc.core.impl.JmxAttributeHealthCheck :- Checks the value of a single JMX attribute.List of tags for this health check, used to select subsets of health checks for execution e.g. by a composite health check.STRING
MBean Namehc.mbean.nameApache Sling JMX Attribute Health Check org.apache.sling.hc.core.impl.JmxAttributeHealthCheck :- Checks the value of a single JMX attribute.Name of the MBean to create for this health check. If empty, no MBean is registered.STRING
Check MBean Namembean.nameApache Sling JMX Attribute Health Check org.apache.sling.hc.core.impl.JmxAttributeHealthCheck :- Checks the value of a single JMX attribute.The name of the MBean to check by this health check.STRING
Check Attribute Nameattribute.nameApache Sling JMX Attribute Health Check org.apache.sling.hc.core.impl.JmxAttributeHealthCheck :- Checks the value of a single JMX attribute.The name of the MBean attribute to check by this health check.STRING
Check Attribute Constraintattribute.value.constraintApache Sling JMX Attribute Health Check org.apache.sling.hc.core.impl.JmxAttributeHealthCheck :- Checks the value of a single JMX attribute.Constraint on the MBean attribute value.STRING
event.topics.nameevent.topics Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider.event.topics.descriptionSTRINGorg/apache/sling/api/resource/Resource/*
User Nameuser Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider.The name of the user to log in to the repository to get the resources. If this field is empty, the provider accesses the repository as the administrative user.STRING
Passwordpassword Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider.The password used to log in to the repository to get the resources. This field is only used if the user name field is not empty.STRING
Default Localelocale.default Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider.The default locale to assume if none can be resolved otherwise. This value must be in the form acceptable to the java.util.Locale class.STRINGen
Preload Bundlespreload.bundles Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider.Whether or not to eagerly load the resource bundles on bundle start or a cache invalidation.BOOLEANfalse
Root Pathalias Apache Sling DavEx Servlet org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet :- The DavEx Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.The root path at which the DavEx Servlet is accessible. The default value is "/server".STRING/server
Use absolute URIsdav.create-absolute-uri Apache Sling DavEx Servlet org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet :- The DavEx Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing.When set to true, create absolute URIs in WebDAV responses. Otherwise, use absolute paths. (See RFC 4918, Section 8.3)BOOLEANtrue
PathpathApache Sling JCR Resource Access Gate org.apache.sling.jcr.resourcesecurity.impl.ResourceAccessGateFactory :- This access gate can be used to handle the access to resources not backed by a JCR repository by providing ACLs in the reposioryThe path is a regular expression for which resources the service should be calledSTRING
Deep Check Prefixcheckpath.prefixApache Sling JCR Resource Access Gate org.apache.sling.jcr.resourcesecurity.impl.ResourceAccessGateFactory :- This access gate can be used to handle the access to resources not backed by a JCR repository by providing ACLs in the reposioryIf this value is configured with a prefix and the resource path starts with this prefix, the prefix is removed from the path and the remaining part is appended to the JCR path to check. For example if /foo/a/b/c is required, this prefix is configured with /foo and the JCR node to check is /check, the permissions at /check/a/b/c are checked.STRING
JCR NodejcrPathApache Sling JCR Resource Access Gate org.apache.sling.jcr.resourcesecurity.impl.ResourceAccessGateFactory :- This access gate can be used to handle the access to resources not backed by a JCR repository by providing ACLs in the reposioryThis node is checked for permissions to the resources.STRING
Rootprovider.roots Apache Sling JMX Resource Provider org.apache.sling.jmx.provider.impl.JMXResourceProvider :- This provider mounts JMX mbeans into the resource tree.The mount point of the JMX beansSTRING/system/sling/monitoring/mbeans
Namefelix.inventory.printer.nameApache Sling Resource Inventory Printer Factory org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory :- org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory.descriptionThe unique name of the inventory printer.STRING
Titlefelix.inventory.printer.titleApache Sling Resource Inventory Printer Factory org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory :- org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory.descriptionThe title of the inventory printer.STRING
PathpathApache Sling Resource Inventory Printer Factory org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory :- org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory.descriptionThe resource path to include.STRING
Rootmerge.root Apache Sling Overriding Resource Picker org.apache.sling.resourcemerger.picker.overriding :- This resource picker delivers merged resources based on the resource type hierarchy.Root path at which merged resources will be available.STRING/mnt/override
Read Onlymerge.readOnly Apache Sling Overriding Resource Picker org.apache.sling.resourcemerger.picker.overriding :- This resource picker delivers merged resources based on the resource type hierarchy.Specifies if the resources are read-only or can be modified.BOOLEANtrue
Rootmerge.root Apache Sling Merged Resource Provider Factory org.apache.sling.resourcemerger.impl.MergedResourceProviderFactory :- This resource provider delivers merged resources based on the search paths.The mount point of merged resourcesSTRING/mnt/overlay
Read Onlymerge.readOnly Apache Sling Merged Resource Provider Factory org.apache.sling.resourcemerger.impl.MergedResourceProviderFactory :- This resource provider delivers merged resources based on the search paths.Specifies if the resources are read-only or can be modified.BOOLEANtrue
Source VMjava.compilerSourceVM Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. Java Specification to be used to read the source files. If left empty, the default version, 1.6., is used. If the value "auto" is used, the current vm version will be used.STRINGauto
Target VMjava.compilerTargetVM Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. Target Java version for compilation. If left STRINGauto
Generate Debug Infojava.classdebuginfo Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. Should the class file be compiled with debugging information? true or false, default true.BOOLEANtrue
Source Encodingjava.javaEncoding Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. Encoding to be used to read the source files. This defaults to UTF-8 and should only be changed in very specific circumstances.STRINGUTF-8
Rhino optimization levelorg.apache.sling.scripting.javascript.rhino.optLevel Apache Sling Rhino Javascript Engine Factory org.apache.sling.scripting.javascript.internal.RhinoJavaScriptEngineFactory :- Javascript engine based on RinoThe level of optimization for the bytecode generated by Rhino. Provide values between 0-9, 9 being the most aggressive level of optimization. A value of -1 will run scripts in interpreted modeINTEGER-1
Target Versionjasper.compilerTargetVM Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. The taret JVM version for the compiled classes. If left empty, the default version, 1.6., is used. If the value "auto" is used, the current vm version will be used.STRINGauto
Source Versionjasper.compilerSourceVM Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. The JVM version for the java/JSP source. If left empty, the default version, 1.6., is used. If the value "auto" is used, the current vm version will be used.STRINGauto
Generate Debug Infojasper.classdebuginfo Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should the class file be compiled with debugging information? true or false, default true.BOOLEANtrue
Tag Poolingjasper.enablePooling Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Determines whether tag handler pooling is enabled. true or false, default true.BOOLEANtrue
Plugin Class-IDjasper.ieClassId Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. The class-id value to be sent to Internet Explorer when using tags. Default clsid:8AD9C840-044E-11D1-B3E9-00805F499D93.STRINGclsid:8AD9C840-044E-11D1-B3E9-00805F499D93
Char Array Stringsjasper.genStringAsCharArray Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should text strings be generated as char arrays, to improve performance in some cases? Default false.BOOLEANfalse
Keep Generated Javajasper.keepgenerated Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should we keep the generated Java source code for each page instead of deleting it? true or false, default true.BOOLEANtrue
Mapped Contentjasper.mappedfile Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should we generate static content with one print statement per input line, to ease debugging? true or false, default true.BOOLEANtrue
Trim Spacesjasper.trimSpaces Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should white spaces in template text between actions or directives be trimmed ?, default false.BOOLEANfalse
Display Source Fragmentsjasper.displaySourceFragments Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should we include a source fragment in exception messages, which could be displayed to the developerBOOLEANfalse
Default Session Valuedefault.is.session Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. Should a session be created by default for every JSP page? Warning - this behavior may produce unintended results and changing it will not impact previously-compiled pages.BOOLEANtrue
Service Rankingservice.ranking Apache Sling Scripting Sightly Render Unit Use Provider org.apache.sling.scripting.sightly.impl.engine.extension.use.RenderUnitProvider :- The Render Unit Use Provider is responsible for instantiating Sightly templates through the Use-API.The Service Ranking value acts as the priority with which this Use Provider is queried to return an Use-object. A higher value represents a higher priority.INTEGER100
Development Modeorg.apache.sling.scripting.sightly.devmode Apache Sling Scripting Sightly Engine Configuration org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration :- Sightly Engine Configuration OptionsIf enabled, Sightly components will be recompiled at every request instead of loading objects from memory.BOOLEANfalse
Template Files Default Encodingorg.apache.sling.scripting.sightly.encoding Apache Sling Scripting Sightly Engine Configuration org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration :- Sightly Engine Configuration OptionsThe default encoding used for reading Sightly template files (this directly affects how Sightly templatesare rendered).STRINGUTF-8
Service Rankingservice.ranking Apache Sling Scripting Sightly Script Use Provider org.apache.sling.scripting.sightly.impl.engine.extension.use.ScriptUseProvider :- The Script Use Provider is responsible for instantiating objects from scripts evaluated by other Sling Scripting Engines.The Service Ranking value acts as the priority with which this Use Provider is queried to return an Use-object. A higher value represents a higher priority.INTEGER0
Service Rankingservice.ranking Apache Sling Scripting Sightly Java Use Provider org.apache.sling.scripting.sightly.impl.engine.extension.use.JavaUseProvider :- The Java Use Provider is responsible for instantiating Java Use-API objects.The Service Ranking value acts as the priority with which this Use Provider is queried to return an Use-object. A higher value represents a higher priority.INTEGER90
Service Rankingservice.ranking Apache Sling Scripting Sightly JavaScript Use Provider org.apache.sling.scripting.sightly.js.impl.JsUseProvider :- The JavaScript Use Provider is responsible for instantiating JavaScript Use-API objects.The Service Ranking value acts as the priority with which this Use Provider is queried to return an Use-object. A higher value represents a higher priority.INTEGER80
Script Factoriesorg.apache.sling.scripting.sightly.js.bindings Apache Sling Scripting Sightly JavaScript Bindings Provider org.apache.sling.scripting.sightly.js.impl.jsapi.SlyBindingsValuesProvider :- The Apache Sling Scripting Sightly JavaScript Bindings Provider loads the JS Use-API and makes it available in the bindings map.Script factories to load in the bindings map. The entries should be in the form 'namespace:/path/from/repository'.STRINGsightly:/libs/sling/sightly/js/internal/sly.js
Extension Aliasesaliases Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.The aliases can be used to map several extensions to a single servlet. For instance "xml:pdf,rtf" maps the extensions ".pdf" and ".rtf" to the servlet helper handling the ".xml" extension.STRING
Auto Indexindex Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.Controls whether a simple directory index is rendered for a directory request. A directory request is a request to a resource with a trailing slash (/) character, for example http://host/apps/. If none of the index resources exists, the default GET servlet may automatically render an index listing of the child resources if this option is checked, which is the default. If this option is not checked, the request to the resource is forbidden and results in a status 403/FORBIDDEN. This configuration corresponds to the "Index" option of the Options directive of Apache HTTP Server (httpd).BOOLEANfalse
Index Resourcesindex.files Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.List of child resources to be considered for rendering the index of a "directory". The default value is [ "index", "index.html" ]. Each entry in the list is checked and the first entry found is included to render the index. If an entry is selected, which has not extension (for example the "index" resource), the extension ".html" is appended for the inclusion to indicate the desired text/html rendering. If the resource name has an extension (as in "index.html"), no additional extension is appended for the inclusion. This configuration corresponds to the directive of Apache HTTP Server (httpd).STRINGindex
index.html
Enable HTMLenable.html Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.Whether the renderer for HTML of the default GET servlet is enabled or not. By default the HTML renderer is enabled.BOOLEANtrue
Enable Plain Textenable.txt Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.Whether the renderer for plain text of the default GET servlet is enabled or not. By default the plain text renderer is enabled.BOOLEANtrue
Enable JSONenable.json Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.Whether the renderer for JSON of the default GET servlet is enabled or not. By default the JSON renderer is enabled.BOOLEANtrue
Enable XMLenable.xml Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.Whether the renderer for XML of the default GET servlet is enabled or not. By default the XML renderer is enabled.BOOLEANtrue
JSON Max resultsjson.maximumresults Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests.The maximum number of resources that should be returned when doing a node.5.json or node.infinity.json. In JSON terms this basically means the number of Objects to return. Default value is 200.INTEGER200
JSON Max resultsjson.maximumresults Apache Sling Redirect Servlet org.apache.sling.servlets.get.impl.RedirectServlet :- The Sling servlet handling redirect resources.The maximum number of resources that should be returned when doing a node.5.json or node.infinity.json. In JSON terms this basically means the number of Objects to return. Default value is 200.INTEGER200
Schedulescheduler.expression Apache Sling Post Chunk Upload : Cleanup Task org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask :- Task to regularly purge incomplete chunks from the repositoryCron expression scheudling this job. Default is hourly 17m23s after the hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value.STRING31 41 0/12 * * ?
chunk.cleanup.age.namechunk.cleanup.age Apache Sling Post Chunk Upload : Cleanup Task org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask :- Task to regularly purge incomplete chunks from the repositoryThe chunk's age in minutes before it is considered for clean up.INTEGER360
Date Formatservlet.post.dateFormats Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.List SimpleDateFormat strings for date formats supported for parsing from request input to data fields. The special format "ISO8601" (without the quotes) can be used to designate strict ISO-8601 parser which is able to parse strings generated by the Property.getString() method for Date properties. The default value is [ "EEE MMM dd yyyy HH:mm:ss 'GMT'Z", "ISO8601", "yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss", "yyyy-MM-dd", "dd.MM.yyyy HH:mm:ss", "dd.MM.yyyy" ].STRINGEEE MMM dd yyyy HH:mm:ss 'GMT'Z
ISO8601
yyyy-MM-dd'T'HH:mm:ss.SSSZ
yyyy-MM-dd'T'HH:mm:ss
yyyy-MM-dd
dd.MM.yyyy HH:mm:ss
dd.MM.yyyy
Node Name Hint Propertiesservlet.post.nodeNameHints Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.The list of properties whose values may be used to derive a name for newly created nodes. When handling a request to create a new node, the name of the node is automatically generated if the request URL ends with a star ("*") or a slash ("/"). In this case the request parameters listed in this configuration value may be used to create the name. Default value is [ "title", "jcr:title", "name", "description", "jcr:description", "abstract", "text", "jcr:text" ].STRINGtitle
jcr:title
name
description
jcr:description
abstract
text
jcr:text
Maximum Node Name Length servlet.post.nodeNameMaxLength Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.Maximum number of characters to use for automatically generated node names. The default value is 20. Note, that actual node names may be generated with at most 4 more characters if the numeric suffixes must be appended to make the name unique.INTEGER20
Checkin New Versionable Nodesservlet.post.checkinNewVersionableNodes Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.If true, newly created versionable nodes or non-versionable nodes which are made versionable by the addition of the mix:versionable mixin are checked in. By default, false.BOOLEANfalse
Auto Checkout Nodesservlet.post.autoCheckout Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.If true, checked in nodes are checked out when necessary. By default, false.BOOLEANfalse
Auto Checkin Nodesservlet.post.autoCheckin Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.If true, nodes which are checked out by the post servlet are checked in. By default, true.BOOLEANtrue
Ignored Parametersservlet.post.ignorePattern Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling.Configures a regular expression pattern to select request parameters which should be ignored when wrinting content to the repository. By default this is "j_.*" thus ignoring all request parameters starting with j_ such as j_username.STRINGj_.*
Servlet Registration Root Pathservletresolver.servletRoot Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts.The default root path assumed when registering a Servlet whose Servlet registration properties define a relative path. The default value is "/apps". This path should be part of the search path configured in the Resource Resolver Factory otherwise a thus registered servlet may not be found.STRING0
Script Userservletresolver.scriptUser Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts.This optional property can specify the repository user who is used to read the scripts. If none is specified the admin user is used by default.STRING
Cache Sizeservletresolver.cacheSize Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts.This property configures the size of the cache used for script resolution. A value lower than 5 disables the cache.INTEGER200
Execution Pathsservletresolver.paths Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts.The paths to search for executable scripts. If no path is configured this is treated like the default (/ = root) which allows to execute all scripts. By configuring some paths the execution of scripts can be limited. If a configured value ends with a slash, the whole sub tree is allowed. Without a slash an exact matching script is allowed.STRING/
Default Extensionsservletresolver.defaultExtensions Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts.The list of extensions for which the default behavior will be used. This means that the last path segment of the resource type can be used as the script name.STRINGhtml
Tenants Root Pathtenant.root Apache Sling Tenant Provider org.apache.sling.tenant.internal.TenantProviderImpl :- Service responsible for providing TenantsDefines tenants root pathSTRING/etc/tenants
Tenants Path Matchertenant.path.matcher Apache Sling Tenant Provider org.apache.sling.tenant.internal.TenantProviderImpl :- Service responsible for providing TenantsDefines tenants path matcher i.e. /content/sample/([^/]+)/*, used while resolving path to tenantSTRING
Enableinfo.geometrixx.personalized-recommendations.enabled Geometrixx-Outdoors Personalized Recommendations Provider info.geometrixx.commons.impl.productrelationships.PersonalizedRecommendationsProvider :- Example ProductRelationshipsProvider which recommends other products based on order historyProvide recommendationsBOOLEANtrue
Image Qualityimage.quality Adobe CQ Image Reference Modification Servlet info.geometrixx.commons.impl.servlets.ImageReferenceModificationServlet :- Render the image associated with a page in a variety of dimensions and qualitiesQuality must be a double between 0.0 and 1.0STRING0.82
Supported Resolutionsimage.supported.resolutions Adobe CQ Image Reference Modification Servlet info.geometrixx.commons.impl.servlets.ImageReferenceModificationServlet :- Render the image associated with a page in a variety of dimensions and qualitiesList of resolutions this component is permitted to generate.STRING256x192
370x150
480x200
127x127
770x360
620x290
480x225
320x150
375x175
303x142
1170x400
940x340
770x300
480x190
Bucket Sizecq.commerce.productimporter.bucketsize Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-OutdoorsMaximum products per section before bucketing, and maximum in each bucketINTEGER500
Save Batch Sizecq.commerce.importer.savebatchsize Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-OutdoorsApproximate number of nodes to batch between session savesINTEGER1000
Throttle Batch Sizecq.commerce.importer.throttlebatchsize Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-OutdoorsApproximate number of nodes between pauses for observation managerINTEGER50000
Message Capcq.commerce.importer.messagecap Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-OutdoorsMaximum number of messages to return in responseINTEGER1000
Enableinfo.geometrixx.perfect-partner.enabled Geometrixx-Outdoors PerfectPartner Recommendations Provider info.geometrixx.commons.impl.productrelationships.PerfectPartnerRelationshipsProvider :- Example ProductRelationshipsProvider for perfect partner promotionsProvide recommendationsBOOLEANtrue
Enableinfo.geometrixx.similar-to-cart.enabled Geometrixx-Outdoors Similar-to-Cart Recommendations Provider info.geometrixx.commons.impl.productrelationships.SimilarToCartRelationshipsProvider :- Example ProductRelationshipsProvider which recommends products similar to the products in the cartProvide recommendationsBOOLEANtrue
Save Batch Sizecq.commerce.importer.savebatchsize Geometrixx-Outdoors Catalog Blueprint Importer info.geometrixx.commons.impl.importexport.CSVCatalogBlueprintImporter :- CSV-based catalog blueprint importer for Geometrixx-OutdoorsApproximate number of nodes to batch between session savesINTEGER1000
Throttle Batch Sizecq.commerce.importer.throttlebatchsize Geometrixx-Outdoors Catalog Blueprint Importer info.geometrixx.commons.impl.importexport.CSVCatalogBlueprintImporter :- CSV-based catalog blueprint importer for Geometrixx-OutdoorsApproximate number of nodes between pauses for observation managerINTEGER50000
Message Capcq.commerce.importer.messagecap Geometrixx-Outdoors Catalog Blueprint Importer info.geometrixx.commons.impl.importexport.CSVCatalogBlueprintImporter :- CSV-based catalog blueprint importer for Geometrixx-OutdoorsMaximum number of messages to return in responseINTEGER1000
Enableinfo.geometrixx.similar-to-current.enabled Geometrixx-Outdoors Similar-to-Current Recommendations Provider info.geometrixx.commons.impl.productrelationships.SimilarToCurrentRelationshipsProvider :- Example ProductRelationshipsProvider which recommends products similar to the current productProvide recommendationsBOOLEANtrue
External IMS authentication enabledims.external.enabled Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.external.enabledBOOLEANtrue
External IMS URLims.external.url Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.external.urlSTRINGhttps://ims-na1.adobelogin.com/ims/profile/v1
External IMS Certificate URLims.external.url.certificate Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.external.url.certificateSTRINGhttps://ims-na1.adobelogin.com/keys
Autocreate AEM user if user does not existaemuser.autocreate Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for aemuser.autocreateBOOLEANtrue
Default Authorized IMS Login Scopesims.scopes.authorized Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.scopes.authorizedSTRINGaem_login
creative_sdk
creative_cloud
Valid user email domainsims.email.domain.authorized Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.email.domain.authorizedSTRING*
Valid authentication providerims.authentication.provider.authorized Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.authentication.provider.authorizedSTRINGAdobeID
Http Headers Requestedims.http.headers Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.http.headersSTRING
Blacklisted Client IDsims.clientid.blacklist Cloud IMS Configuration com.adobe.cq.creativecloud.cloudims.impl.auth.IMSConfigurationImpl :- Cloud IMS ConfigurationDescription for ims.clientid.blacklistSTRING
Service rankingservice.ranking Cloud IMS Authentication Handler com.adobe.cq.creativecloud.cloudims.impl.auth.CloudIMSAuthenticationHandler :- Cloud IMS Authentication HandlerDefines order related to other authentication handlers. Higher comes first.INTEGER100100
Property jaas.controlFlagjaas.controlFlag Cloud IMS Authentication Handler com.adobe.cq.creativecloud.cloudims.impl.auth.CloudIMSAuthenticationHandler :- Cloud IMS Authentication HandlerDescription for jaas.controlFlagSTRINGsufficient
Property jaas.realmNamejaas.realmName Cloud IMS Authentication Handler com.adobe.cq.creativecloud.cloudims.impl.auth.CloudIMSAuthenticationHandler :- Cloud IMS Authentication HandlerDescription for jaas.realmNameSTRINGjackrabbit.oak
Property jaas.rankingjaas.ranking Cloud IMS Authentication Handler com.adobe.cq.creativecloud.cloudims.impl.auth.CloudIMSAuthenticationHandler :- Cloud IMS Authentication HandlerDescription for jaas.rankingINTEGER1000
Property dam.content.parentdam.content.parent Asset Content and User Home com.adobe.cq.creativecloud.home.impl.DefaultHomeDirectorySupplier :- Asset Content and User HomeLocation of home folders and assetsSTRING/content/dam
Property event.topicsevent.topics CoreSync Journal Manager com.adobe.cq.creativecloud.filesync.impl.journal.JournalManagerImpl :- CoreSync Journal ManagerDescription for event.topicsSTRINGcom/adobe/cq/creativecloud/filesync
Reported quota and available storagestorage.quota CC Storage API Quota Reporting Servlet com.adobe.cq.creativecloud.storage.impl.quota.QuotaServlet :- Description for com.adobe.cq.creativecloud.storage.impl.quota.QuotaServletDescription for storage.quotaSTRING2048.0
Activecq.commerce.asset.handler.active Adobe CQ Commerce Product Asset Handler for Videos com.adobe.cq.commerce.impl.asset.VideoHandler :- Manages product assets of type: videos.Make this handler active.BOOLEANtrue
Handler Namecq.commerce.asset.handler.name Adobe CQ Commerce Product Asset Handler for Videos com.adobe.cq.commerce.impl.asset.VideoHandler :- Manages product assets of type: videos.Name of the handlerSTRINGvideo
Activecq.commerce.asset.handler.active Adobe CQ Commerce Product Asset Handler for Static Images com.adobe.cq.commerce.impl.asset.StaticImageHandler :- Manages product assets of type: static images.Make this handler active.BOOLEANtrue
Handler Namecq.commerce.asset.handler.name Adobe CQ Commerce Product Asset Handler for Static Images com.adobe.cq.commerce.impl.asset.StaticImageHandler :- Manages product assets of type: static images.Name of the handlerSTRINGstatic-image
Property sling.servlet.resourceTypessling.servlet.resourceTypes Day CQ Commerce Product Collection Servlet com.adobe.cq.commerce.impl.collection.ProductCollectionServlet :- Manages Product CollectionsDescription for sling.servlet.resourceTypesSTRINGsling/servlet/default
Property sling.servlet.methodssling.servlet.methods Day CQ Commerce Product Collection Servlet com.adobe.cq.commerce.impl.collection.ProductCollectionServlet :- Manages Product CollectionsDescription for sling.servlet.methodsSTRINGGET
POST
Property sling.servlet.selectorssling.servlet.selectors Day CQ Commerce Product Collection Servlet com.adobe.cq.commerce.impl.collection.ProductCollectionServlet :- Manages Product CollectionsDescription for sling.servlet.selectorsSTRINGproductcollection
Promotions Rootcq.commerce.promotion.root Adobe CQ Commerce Promotion Manager com.adobe.cq.commerce.impl.promotion.PromotionManagerImpl :- Manages caching and lookup of promotions and promotion handlers.Search root for promotionsSTRING/content/campaigns
Fallback Handlercq.commerce.asset.handler.fallback Adobe CQ Commerce Product Asset Handler Provider com.adobe.cq.commerce.impl.asset.ProductAssetHandlerProviderImpl :- Provides the available product assets handlers.Name of the fallback handlerSTRINGstatic-image
Activecq.commerce.asset.handler.active Adobe CQ Commerce Product Asset Handler for Dynamic Images com.adobe.cq.commerce.impl.asset.DynamicImageHandler :- Manages product assets of type: dynamic images.Make this handler active.BOOLEANtrue
Handler Namecq.commerce.asset.handler.name Adobe CQ Commerce Product Asset Handler for Dynamic Images com.adobe.cq.commerce.impl.asset.DynamicImageHandler :- Manages product assets of type: dynamic images.Name of the handlerSTRINGdynamic-image
Enabledcq.commerce.pageeventlistener.enabled Adobe CQ Commerce Page Event Listener com.adobe.cq.commerce.pim.impl.PageEventListener :- Generates the various PRODUCT_PAGE_* events for hand-edited catalog pages.Enable PRODUCT_PAGE_* event generationBOOLEANtrue
Template Pages Folder Namecq.commerce.templatepagesfoldername cq560catalogconverterimpl.name com.adobe.cq.commerce.pim.impl.cq560catalogconverter.Cq560CatalogConverterImpl :- cq560catalogconverterimpl.descriptionFolder name where template pages will be createdSTRINGTemplate Pages
Bucket Sizecq.commerce.cataloggenerator.bucketsize Adobe CQ Commerce Product Catalog Generator com.adobe.cq.commerce.pim.impl.cataloggenerator.CatalogGeneratorImpl :- Creates product catalog pages based on a catalog blueprint.Maximum products per section before bucketing, and maximum in each bucketINTEGER500
Bucket Namecq.commerce.cataloggenerator.bucketname Adobe CQ Commerce Product Catalog Generator com.adobe.cq.commerce.pim.impl.cataloggenerator.CatalogGeneratorImpl :- Creates product catalog pages based on a catalog blueprint.Name to use when creating bucket pagesSTRINGbucket
Excluded Template Propertiescq.commerce.cataloggenerator.excludedtemplateproperties Adobe CQ Commerce Product Catalog Generator com.adobe.cq.commerce.pim.impl.cataloggenerator.CatalogGeneratorImpl :- Creates product catalog pages based on a catalog blueprint.Properties on the Template Pages which should NOT be copied to new Catalog PagesSTRINGcq:lastReplicated.*
cq:lastReplicationAction
cq:LiveSyncConfig
Property Feed generator algorithmFeed generator algorithm Adobe CQ Commerce Product Feed Service com.adobe.cq.commerce.pim.impl.productfeed.ProductFeedServiceImpl :- Generates a list of products based on a list of pages that have been rolled-outThe algorithm used to generated the product feedSTRINGtraversal -- Path traversal
query -- Query
Pathscq.commerce.pimpostprocessor.searchRoots Adobe CQ Commerce PIM Post Processor com.adobe.cq.commerce.pim.impl.PIMPostProcessor :- Updates lastMod dates after POST operations on product data.Paths under which product data will be processedSTRING/etc/commerce/products
Cache rotation intervalactivityservice.activitycacherotationinterval Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object).Defines the interval in ms when activities must be written to the repository.LONG300000
Thread sleep intervalactivityservice.activitycacherotationthreadsleep Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object).Defines the interval in mswhen activity thread must check if cache rotation is needed.LONG10000
Disable cache rotationactivityservice.activitycacherotationdisabled Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object).True to disable cache rotationactivities are written on write call.BOOLEANfalse
Default stream nameactivityservice.defaultstreamname Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object).Defines the name of default stream.STRINGmy
Hidden pathactivityservice.hiddenpath Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object).Base path to store the hidden activity streamsSTRING/var/statistics/tracking
Hidden activity streamsactivityservice.hiddenstreams Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object).Defines the list of hidden activity streamsSTRINGhidden
Max Resultscq.address.location.default.maxResults Adobe CQ Location List Servlet com.adobe.cq.address.impl.location.LocationListServlet :- Enumerates all locations in a location groupDefault maximum number of results the location list servlet should return.INTEGER5
Property event.filterevent.filter Day CQ Analytics Push Author Campaign Page Listener com.day.cq.analytics.testandtarget.impl.PushAuthorCampaignPageListener :- Pushes author campaign data to Adobe TargetDescription for event.filterSTRING(!(event.application=*))
Service enabledcq.analytics.testandtarget.pushauthorcampaignpagelistener.enabled Day CQ Analytics Push Author Campaign Page Listener com.day.cq.analytics.testandtarget.impl.PushAuthorCampaignPageListener :- Pushes author campaign data to Adobe TargetEnable/disable page listenerBOOLEANtrue
Import intervalcq.analytics.sitecatalyst.reportpolling.importer.inverval Adobe AEM Analytics Report Importer com.day.cq.analytics.sitecatalyst.impl.importer.ReportImporter :- Imports Analytics Reports periodically into AEMImport interval in milliseconds. Default is set to 43200000 (12h).LONG43200000
Adobe Target API URLcq.analytics.testandtarget.api.url Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe TargetURL of the Adobe Target APISTRINGhttps://admin.testandtarget.omniture.com/api
Global timeoutcq.analytics.testandtarget.timeout Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe TargetTimeout value for all operations involving the Adobe Target API. Defaults to 1 minute if not set. A value of 0 is interpreted as 'no timeout'.INTEGER60000
Adobe Target Recommendations URL replace regex tokencq.analytics.testandtarget.recommendations.url.replace Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe TargetControls the token in Adobe Target endpoint URL that needs to be replaced to point to the Target Recommendations API URLSTRING/rest
Adobe Target Recommendations URL replace with tokencq.analytics.testandtarget.recommendations.url.replacewith Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe TargetReplacement for the regex above so that the resulting URL will point to Target Recommendations APISTRING/rest/recs
Allowed Source Pathsallowed.paths Adobe AEM Classifications Exporter com.day.cq.analytics.sitecatalyst.impl.exporter.ClassificationsExporter :- Exports classification data to AnalyticsAllowed source paths for exporting data.STRING/var/export(/.*)?
Export Page Sizecq.analytics.saint.exporter.pagesize Adobe AEM Classifications Exporter com.day.cq.analytics.sitecatalyst.impl.exporter.ClassificationsExporter :- Exports classification data to AnalyticsPage size for SAINT ImportJob population.INTEGER1000
Import intervalcq.analytics.sitecatalyst.importer.inverval Day CQ Analytics SiteCatalyst Impressions Importer com.day.cq.analytics.sitecatalyst.ImpressionsImporter :- Imports SiteCatalyst Page Impressions periodically into CQImport interval in milliseconds. Default is set to 43200000 (12h).LONG43200000
Enabledcq.analytics.sitecatalyst.importer.enabled Day CQ Analytics SiteCatalyst Impressions Importer com.day.cq.analytics.sitecatalyst.ImpressionsImporter :- Imports SiteCatalyst Page Impressions periodically into CQIndicator if importer is enabled or disabled.BOOLEANtrue
Content pathcq.analytics.testandtargetcampaignmediator.contentpath Day CQ Analytics Test and Target Mediator com.day.cq.analytics.testandtarget.impl.TestandtargetCampaignMediatorImpl :- Mediates between the local content structure from CQ and the remote content from Test and Target using API calls.The content path where campaigns which will be synchronized to test and target are located.STRING/content/campaigns
Context storescq.analytics.adapterfactory.contextstores Adobe AEM Analytics Adapter Factory com.day.cq.analytics.sitecatalyst.impl.SitecatalystAdapterFactory :- Provides adapter functionality for Analytics objectsContext stores exposed for instrumentation.STRINGactivitystream
eventdata
geolocation
mouseposition
pagedata
profile
resolvedsegments
socialgraph
surferinfo
tagcloud
User IDsusers Coud Services Provisioning Authentication Filter com.day.cq.analytics.provisioning.impl.UserAuthenticationRequestFilter :- Description for com.day.cq.analytics.provisioning.impl.UserAuthenticationRequestFilterUsers to show provisioning opt-in option.STRINGadmin
Enabledcq.analytics.testandtarget.segmentimporter.enabled Day CQ Analytics Segment Importer com.day.cq.analytics.testandtarget.impl.SegmentImporter :- Imports segments defined in Test and Target into the CQ instance.Controls whether this importer is enabled or not. Defaults to true on author instances and false on publish instances.BOOLEANtrue
Data center URLcq.analytics.sitecatalyst.service.datacenter.url Adobe AEM Analytics HTTP Client com.day.cq.analytics.sitecatalyst.impl.SitecatalystHttpClientImpl :- HTTP Client for Analytics APIDefault data center URLSTRINGhttps://api.omniture.com/admin/1.4/rest/
Hostname patternsdevhostnamepatterns Adobe AEM Analytics HTTP Client com.day.cq.analytics.sitecatalyst.impl.SitecatalystHttpClientImpl :- HTTP Client for Analytics APIDevelopment machines hostname regular expression patternsSTRING.*(\.dev|\.ut1)+\.omniture\.com$
Service enabledcq.analytics.testandtarget.mboxparagraphpostprocessor.enabled Day CQ Analytics Mbox Post Processor com.day.cq.analytics.testandtarget.impl.MboxParagraphPostProcessor :- Post processes Adobe Target mbox paragraphs and fixes their structureEnable/disable post processorBOOLEANtrue
Enable Eventingtagmanager.eventing.enabled Adobe CQ TagManager Event Handler com.adobe.cq.dms.tagmanager.impl.TagContainerEventHandler :- The TagManager Event Handler handles modification and deletion events and delegates those to the TagManager Mediator.Enables TagManager Eventing for modification and deletion events on configurations.BOOLEANtrue
TagManager Environmenttagmanager.environment Adobe CQ TagManagerService com.adobe.cq.dms.tagmanager.impl.TagManagerServiceImpl :- TagManagerService is the API implementation of the Adobe TagManager.The TagManager environment (dev, stage or live) to deploy the tags to.STRINGlive -- Live
dev -- Development
stage -- Stage
Staging DTM IP White Listdtm.staging.ip.whitelist Adobe DTM Deploy Hook Configuration com.adobe.cq.dtm.impl.servlets.DTMDeployHookServlet :- The central DTM deploy hook configuration component.List of DTM staging IPs which are allowed to trigger the DTM download workflow trough the DTM deploy hook feature.STRING
Production DTM IP White Listdtm.production.ip.whitelist Adobe DTM Deploy Hook Configuration com.adobe.cq.dtm.impl.servlets.DTMDeployHookServlet :- The central DTM deploy hook configuration component.List of DTM production IPs which are allowed to trigger the DTM download workflow trough the DTM deploy hook feature.STRING
Enabledcq.searchpromote.confighandler.enabled Day CQ Search&Promote publish configuration handler com.day.cq.searchpromote.impl.PublishSearchPromoteConfigHandler :- Handler that updates the S&P cloud configuration when this configuration is pushed to publishEnables the configuration handler. It must be disabled on author instances.BOOLEANfalse
Property event.filterevent.filter Search&Promote page event listener com.day.cq.searchpromote.impl.ProductPageEventListener :- Listens for PRODUCT_PAGE_DELETED events and logs the SKUs in order to include them in the S&P deleted products feedDescription for event.filterSTRING(!(event.application=*))
Remote server URIcq.searchpromote.configuration.server.uri Day CQ Search&Promote Configuration com.day.cq.searchpromote.impl.SearchPromoteServiceImpl :- Configuration options for Search&PromoteServer URI for template XML requestsSTRINGhttps://searchandpromote.omniture.com/px/
Search&Promote Environmentcq.searchpromote.configuration.environment Day CQ Search&Promote Configuration com.day.cq.searchpromote.impl.SearchPromoteServiceImpl :- Configuration options for Search&PromoteThe Search&Promote environment environment to use (stage/live)STRINGstage
Account numbercq.searchpromote.productcrawler.accountno Day CQ Search&Promote products crawler implementation for Geometrixx (deprecated) com.day.cq.searchpromote.geometrixx.impl.GeoProductsCrawler :- Products crawler implementation for Geometrixx Outdoors. This crawler retrieves the products from the root page of Geometrixx OutdoorsThe Search&Promote account number for which this crawler is registered (spXXXXXX)STRING
Crawling algorithmcq.searchpromote.productcrawler.algorithm Day CQ Search&Promote products crawler implementation for Geometrixx (deprecated) com.day.cq.searchpromote.geometrixx.impl.GeoProductsCrawler :- Products crawler implementation for Geometrixx Outdoors. This crawler retrieves the products from the root page of Geometrixx OutdoorsThe crawling algorithm for incremental feed generation. Possible values are: TRAVERSAL - uses web-site traversal to generate incremental feed; QUERY - Uses a SQL2 query to generate the incremental feedSTRINGtraversal -- Traversal
query -- Query
Account numbercq.searchpromote.feedgenerator.accountno Day CQ Search&Promote products feed generator for Geometrixx (deprecated) com.day.cq.searchpromote.geometrixx.impl.GeoProductsFeedGenerator :- Feed generator implementation for Geometrixx OutdoorsThe Search&Promote account number for which this feed generator is registered (spXXXXXX)STRING
Allowed pathsconfmgr.allowed.paths Adobe Granite ConfMgr com.adobe.granite.confmgr.impl.ConfMgrImpl :- Standardized access to configurations in the repositoryWhitelist of path globs where configurations can reside in.STRING/conf/*
/apps
/libs
URLbrightedge.url BrightEdge API proxy servlet com.adobe.cq.contentinsight.impl.servlets.BrightEdgeProxyServlet :- Proxy servlet for BrightEdge API adding authentication informationBrightEdge's base URLSTRINGhttps://api.brightedge.com/internal/recommendations
URLreportingservices.url Reporting Services settings provider com.adobe.cq.contentinsight.impl.ReportingServicesSettingsProvider :- Provides configured settings and generates authentication token for Reporting Services.Reporting Service's base URLSTRINGhttps://services1.omniture.com/p/rs/0.5
IE 9 Proxy URLreportingservices.proxy.url Reporting Services settings provider com.adobe.cq.contentinsight.impl.ReportingServicesSettingsProvider :- Provides configured settings and generates authentication token for Reporting Services.URL of proxy for IE 9 supportSTRING/libs/cq/contentinsight/content/proxy.reportingservices.json
Enabledenabled Anonymous Usage Data Collection com.adobe.cq.experiencelog.impl.ExperienceLogConfigServlet :- Help Adobe improve Marketing Cloud by sending us anonymous usage data about how your company uses Experience Manager. This anonymous data does not contain any information that identifies your company or users within your company, and it does not contain any data about your company's site visitors.Enables the service for this instance.BOOLEANfalse
Disabled for groupsdisabledForGroups Anonymous Usage Data Collection com.adobe.cq.experiencelog.impl.ExperienceLogConfigServlet :- Help Adobe improve Marketing Cloud by sending us anonymous usage data about how your company uses Experience Manager. This anonymous data does not contain any information that identifies your company or users within your company, and it does not contain any data about your company's site visitors.List of groups identifiers for which the service is disabled.STRING
Health Check Namehc.nameContent Packages Health Check com.adobe.cq.hc.ContentPackagesHealthCheck :- Checks the presence and installation status of CQ content packages.Name of this Health Check service, used for example to identify the corresponding JMX MBean.STRING
Health Check tagshc.tagsContent Packages Health Check com.adobe.cq.hc.ContentPackagesHealthCheck :- Checks the presence and installation status of CQ content packages.List of tags for this Health Check service, used to select subsets of Health Check services for execution.STRING
MBean namehc.mbean.nameContent Packages Health Check com.adobe.cq.hc.ContentPackagesHealthCheck :- Checks the presence and installation status of CQ content packages.Name of the MBean to create for this Health Check.STRING
Package Namespackage.namesContent Packages Health Check com.adobe.cq.hc.ContentPackagesHealthCheck :- Checks the presence and installation status of CQ content packages.The names of the content packages to checkSTRING
Audience Manager OAuth URLendpoint.token Adobe CQ Audience Manager REST Client Service com.adobe.cq.aam.client.AudienceManagerClientImpl :- Provides client connection services to Audience Manager REST APIs managing OAuth credentials for the instance.URL where the Audience Manager OAuth Service is located.STRINGhttps://api.demdex.com/oauth/token
Audience Manager API URLendpoint.api Adobe CQ Audience Manager REST Client Service com.adobe.cq.aam.client.AudienceManagerClientImpl :- Provides client connection services to Audience Manager REST APIs managing OAuth credentials for the instance.URL where the Audience Manager REST API is located.STRINGhttps://api.demdex.com/v1
Audience Manager Event URLendpoint.event Adobe CQ Audience Manager REST Client Service com.adobe.cq.aam.client.AudienceManagerClientImpl :- Provides client connection services to Audience Manager REST APIs managing OAuth credentials for the instance.URL where the Audience Manager client side event API is located. Use a pattern with {0} to be replaced by the Audience Manager partner value.STRINGhttps://{0}.demdex.net/event
REST API Batch sizebatchsize Adobe CQ Audience Manager REST Client Service com.adobe.cq.aam.client.AudienceManagerClientImpl :- Provides client connection services to Audience Manager REST APIs managing OAuth credentials for the instance.Maximum number of items to process in one batch operation when taling to the Audience Manager REST API.INTEGER10
Audience Manager Client IDclientid Adobe CQ Audience Manager REST Client Service com.adobe.cq.aam.client.AudienceManagerClientImpl :- Provides client connection services to Audience Manager REST APIs managing OAuth credentials for the instance.Audience Manager Client ID for this CQ instance, supplied by your Adobe Customer contact.STRINGclientid
Audience Manager Client Secretclientsecret Adobe CQ Audience Manager REST Client Service com.adobe.cq.aam.client.AudienceManagerClientImpl :- Provides client connection services to Audience Manager REST APIs managing OAuth credentials for the instance.Audience Manager Client Secret, supplied by your Adobe Customer contact.STRINGclientsecret
Rule Nameauditlog.rule.nameAudit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a scheduleThe name of the Audit Policy RuleSTRING
Audit log typeauditlog.rule.typesAudit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a scheduleThe audit log node typeSTRINGPageCreated -- Page Created
PageModified -- Page Modified
PageMoved -- Page Moved
PageDeleted -- Page Deleted
PageVersion Created -- Version Created
PageRestored -- Page Restored
PageRolled Out -- Page Rolled Out
PageValid -- Page Valid
PageInvalid -- Page Invalid
Content pathauditlog.rule.contentpathAudit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a scheduleThe type of modificationSTRING
Minimum ageauditlog.rule.minimumageAudit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a scheduleHow long the audit logs needs to be kept (in days)STRING
Domainsexternalizer.domains Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLsList of domain mappings. In the form: "name [scheme://]domain.com[:port][/contextpath]". Standard required names are "publish" (public website DNS, such as "http://www.mysite.com"), "author" (author DNS, such as "https://author.mysite.com") and "local" (this instance directly). The scheme will be used as default scheme (if not specified by the code) and can globally define whether http or https is desired. The context path must match the installation of the sling launchpad webapp on that instance. Additional custom domains can be added, each with a unique name.STRINGlocal http://localhost:4502
author http://localhost:4502
publish http://localhost:4503
Host nameexternalizer.host Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLsDeprecated - use "local" under domains instead and keep this property empty. - Host and port of the server as adressed from the outside, e.g. "server.com" or "server.com:8080". STRING
Context pathexternalizer.contextpath Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLsDeprecated - use "local" under domains instead and keep this property empty. - Context path under which the CQ/Sling launchpad webapp is running, e.g. "/contextpath".STRING
Target Pathrootmapping.target Day CQ Root Mapping com.day.cq.commons.servlets.RootMappingServlet :- rootmapping.descrootmapping.target.descSTRING/content
Fallback cache authorizablecontentsync.fallback.authorizable Day CQ Content Sync Manager com.day.cq.contentsync.impl.ContentSyncManagerImpl :- Responsible for cache updates and content delivery using zip files.Fallback authorizable for cache operations in case it is not properly set on a configurationSTRINGeveryone
Fallback content update usercontentsync.fallback.updateuser Day CQ Content Sync Manager com.day.cq.contentsync.impl.ContentSyncManagerImpl :- Responsible for cache updates and content delivery using zip files.Fallback user for content updates in case it is not properly set on a configurationSTRINGadmin
Excluded selectorshistory.requestFilter.excludedSelectors Adobe CQ History Servlet Filter com.adobe.cq.history.impl.HistoryRequestFilter :- A servlet filter to record CQ actions history based on requestsDo not log history entries when request selector is part of that list. Leave empty to log all of themSTRING
Excluded extensionshistory.requestFilter.excludedExtensions Adobe CQ History Servlet Filter com.adobe.cq.history.impl.HistoryRequestFilter :- A servlet filter to record CQ actions history based on requestsDo not log history entries when request extension is part of that list. Leave empty to log all of themSTRING
Node/Resource typeshistory.service.resourceTypes Adobe CQ History Service com.adobe.cq.history.impl.HistoryServiceImpl :- A service to manage CQ actions historySling resource types or JCR node types to watch. Leave empty to log all of themSTRING
Path filtershistory.service.pathFilter Adobe CQ History Service com.adobe.cq.history.impl.HistoryServiceImpl :- A service to manage CQ actions historyRestrict history logging to some paths. Leave empty to log all of themSTRING
Embed Resourcesmailer.email.embed Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL.If set, the resources, like images, files are embedded in the mail. Defaults to false, which means they are linked from the hostBOOLEANfalse
Character Setmailer.email.charset Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL.The Character set to be used for the mails contentSTRINGUTF-8
HTTP User namemailer.email.retrieverUserID Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL.In case the content has to be downloaded from a Webserver that requires authentication, the User-ID to connect withSTRING
HTTP User passwordmailer.email.retrieverUserPWD Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL.In case the content has to be downloaded from a Webserver that requires authentication, the password to connect with.If no user name and no password is configured, anonymous access is attempted.STRING
SMTP server host namesmtp.host Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.The mailer uses this SMTP server to send messagesSTRING
SMTP server portsmtp.port Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.Port number to use to connect to the SMTP serverINTEGER25
SMTP usersmtp.user Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.The user for authentication through SMTPSTRING
SMTP passwordsmtp.password Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.The password for authentication through SMTP. The password can either be provided plain text, or crypted via the Crypto Support feature (Main -> Crypto Support menu)STRING
"From" addressfrom.address Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.The email address to use in the "From:" field of messages sent by the mailerSTRING
SMTP use SSLsmtp.ssl Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.If enabled, an SSL connection is set up.BOOLEANfalse
Debug emaildebug.email Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails.If enabled, interactions with the SMTP server are dumped to the operating system terminal that runs Sling BOOLEANfalse
Character Setmailer.email.charset Day CQ Mailing Email Template Factory com.day.cq.mailer.impl.email.CqEmailTemplateFactory :- Builds templates for personalized Emails to be sent out. This mails may content simple plain text or be HTML-Mails.The Character set to be used for the mails contentSTRINGUTF-8
max.recipient.count.namemax.recipient.count Day CQ Mailing Service com.day.cq.mailer.impl.CqMailingService :- The service sends out personalized mailings to MailingLists.max.recipient.count.descriptionSTRING10000
Maximum Queue Sizequeue.max Day CQ Notification Service com.day.cq.notification.impl.NotificationServiceImpl :- Tracks and distributes notification events.Maximum number of events to hold in the processing queue.INTEGER1000
Scheduler Periodscheduler.period Day CQ Notification Service com.day.cq.notification.impl.NotificationServiceImpl :- Tracks and distributes notification events.The notification service will process queued events every number of seconds specified here.LONG60
event.filter.nameevent.filter Day CQ Notification Service com.day.cq.notification.impl.NotificationServiceImpl :- Tracks and distributes notification events.event.filter.descriptionSTRING(!(event.application=*))
Campaigns Rootcq.mcm.campaign.root Adobe CQ Targeted Content Manager com.day.cq.personalization.impl.TargetedContentManagerImpl :- Manages the caching and lookup of campaigns and teaser content.Search root for campaignsSTRING/content/campaigns
Trusted Credential Attribute pin.trustedCredentialsAttribute Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.The name of the JCR Credentials attribute allowing access without providing a password. The default value is "TrustedInfo".STRINGTrustedInfo
URL Root Pathpin.handler.root Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.URL path for which this authentication handler should be used. If this is empty, the authentication handler will be disabled. The default value is [ "/content", "/var" ].STRING/content
/var
Management Servlet Path pin.servlet.path Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.The (absolute) path to the PIN management servlet. The default PIN management servlet path is "/libs/cq/security/content/pin".STRING/libs/cq/security/content/pin
PIN Cache Sizepin.manager.cache.size Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.The size of the cache holding in memory copies of used PINs. This cache is maintained as an LRU cache and is used for performance reasons. The default PIN Cache Size is 20.INTEGER20
Default Maximum PIN Agepin.default.age Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.The default PIN Age in seconds if no explicit expiry or age is defined when a PIN is created. The default value is 86400 (1 day). A negative value disables the default maximum age.INTEGER86400
Default Maximum Usepin.default.maxuse Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.The default number of maximum uses of a PIN if no explicit use limit is provided with the creation of the PIN. The default value is -1 indicating no limit on maximum use.INTEGER-1
Administratorpin.administrator Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used.Name of a user or group acting as PIN administrator. Only this user or members of this group are allowed to manage (create, update, delete) PINs on behalf of other users. Other users or non-members of this group may only manage PINs for themselves. The default value names the "administrators" group.STRINGadministrators
Minimum Poll Intervalimporter.min.interval Day CQ Polling Importer com.day.cq.polling.importer.impl.PollingImporterImpl :- The Polling Importer regularly polls configured data sources for updated data to be imported into the Communique 5 repository.Sets the minimum interval in seconds allowed for each data source polling. Any data source poll configured with a smaller interval will only be polled at this interval. The default value for the default interval is 5 minutes (300 seconds). SETTING THIS PROPERTY TO A LOWER VALUE MAY BRING YOUR COMMUNIQUE 5 SYSTEM TO A VIRTUAL HALT. The lowest supported value is 1 second.LONG300
Import userimporter.user Day CQ Polling Importer com.day.cq.polling.importer.impl.PollingImporterImpl :- The Polling Importer regularly polls configured data sources for updated data to be imported into the Communique 5 repository.Repository user used for importing (optional, defaults to admin user)STRING
Excluded Pathsexclude.paths Day CQ Polling Importer com.day.cq.polling.importer.impl.PollingImporterImpl :- The Polling Importer regularly polls configured data sources for updated data to be imported into the Communique 5 repository.Paths which will be excluded from cq:PollConfig registrationSTRING/etc/workflow
/content/dam
Allowed pathsinclude.paths Day CQ Polling Importer com.day.cq.polling.importer.impl.PollingImporterImpl :- The Polling Importer regularly polls configured data sources for updated data to be imported into the Communique 5 repository.Paths considered when registering cq:PollConfig nodes.STRING/etc/
/content
event.filter.nameevent.filter Day CQ Replication Event Listener com.day.cq.replication.audit.ReplicationEventListener :- Audits replications occurring throughout the system.event.filter.descriptionSTRING(!(event.application=*))
Timezonerepconf.timezone Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Use a timezone ID such as 'America/Los_Angeles' or 'Europe/Zurich' that is used for calculating dates and times. If left empty, the server's default timezone will be used.STRING
Localerepconf.locale Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Use a locale ID such as 'en', 'en_US', 'de' or 'de_CH' to specify the locale to be used for reporting.STRING
Snapshot Pathrepconf.snapshots Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Repository path where snapshot data is saved.STRING/var/reports
Path to Reportsrepconf.repdir Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Repository path where reports are located.STRING/etc/reports
Daily snapshotsrepconf.hourofday Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Hour of day (0 - 23; local server time) daily snapshots will be taken.INTEGER2
Hourly snapshotsrepconf.minofhour Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Minute of hour (0 - 59) hourly snapshots will be taken.INTEGER0
Rows (max)repconf.maxrows Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Maximum number of rows to be included in a snapshot; set to 0 to include all rowsINTEGER100
Fake datarepconf.fakedata Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Allows the creation of fake historic data (testing purposes only; note that activating this feature might impose security issues!)BOOLEANfalse
Snapshot userrepconf.snapshotuser Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.An optional user ID for taking snapshot. Basically, snapshots are taken for the user that has finsihed the report. There might be situations (for example on a publish system) where you might want specify a fallback user that is used instead. Note that specifying a user might impose a security risk.STRING
Enforce snapshot userrepconf.enforcesnapshotuser Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework.Check if snapshots should always be taken for the user specified above. Note that this might have serious security impacts if not handled correctly. BOOLEANfalse
request.log.output.namerequest.log.output Day CQ Reporting Request Log Analyzer Configuration com.day.cq.reporting.impl.RLogAnalyzer :- Configures the reporting request log analyzer.request.log.output.descriptionSTRING/logs/request.log
Enablerepcache.enable Day CQ Reporting Cache com.day.cq.reporting.impl.cache.CacheImpl :- Provides a cache for report data.Enables the caching of report data. Use this to speed up report data retrieval.BOOLEANtrue
TTLrepcache.ttl Day CQ Reporting Cache com.day.cq.reporting.impl.cache.CacheImpl :- Provides a cache for report data.The time (in seconds) report data gets cached.INTEGER240
Max entriesrepcache.max Day CQ Reporting Cache com.day.cq.reporting.impl.cache.CacheImpl :- Provides a cache for report data.Maximum number of reports to be cached. Choose a low number if your reports contains lots of data to avoid out of memory situations.INTEGER2
Maximum Links Per Hostservice.max_links_per_host Day CQ Link Checker Info Storage Service com.day.cq.rewriter.linkchecker.impl.LinkInfoStorageImpl :- Link Checker repository Storage.Maximum number of links for each host to be kept in the repository for validation.INTEGER500
Save external link referencesservice.save_external_link_references Day CQ Link Checker Info Storage Service com.day.cq.rewriter.linkchecker.impl.LinkInfoStorageImpl :- Link Checker repository Storage.If checked, the urls referencing external links will be saved in the repository.BOOLEANtrue
Disable Rewritinglinkcheckertransformer.disableRewriting Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them.Completly disable all rewriting of links.BOOLEANfalse
Disable Checkinglinkcheckertransformer.disableChecking Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them.Completly disable all link checking. All links are handled as valid.BOOLEANfalse
Map Cache Sizelinkcheckertransformer.mapCacheSize Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them.The cache for the map operations. A value of less than 50 disables the cache.INTEGER5000
Strict Extension Checklinkcheckertransformer.strictExtensionCheck Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them.If checked, a strict extension check is performed to detect HTML pages. By default the extension can occur at any location in the path and can be followed by a suffix. With strict checking, the extension has to be the last element in the path. Only for links to HTML pages the mapping configuration is used.BOOLEANfalse
Strip HTML Extensionlinkcheckertransformer.stripHtmltExtension Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them.If checked, all links with a .html or .htm extension are rewritten and their extension is removed.BOOLEANfalse
Rewrite Elementslinkcheckertransformer.rewriteElements Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them.List of html elements and their attributes which are rewritten. Pleasse add each entry in the form {elementName}:{attributeName}.STRINGa:href
area:href
form:action
Scheduler Periodscheduler.period Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.The time between background runs of the link checker.LONG5
scheduler.concurrent.namescheduler.concurrent Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.scheduler.concurrent.descriptionBOOLEANfalse
Bad Link Tolerance Intervalservice.bad_link_tolerance_interval Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.The number of hours after which a repeatedly unsuccessfully checked link is considered a bad link.INTEGER48
Link Check Override Patternsservice.check_override_patterns Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.Space-separated list of Java regular expression patterns for links that should not be checked by the link checker, but must be a valid uri anyways.STRING^system/
Cache Broken Internal Linksservice.cache_broken_internal_links Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.Enable caching of broken internal links. This option will improve performance of pages with many broken links that point within the same site.BOOLEANfalse
Special Link Prefixesservice.special_link_prefix Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.Prefixes that specify a special link that is not checked or rewritten at all.STRINGjavascript:
mailto:
#
<!--
${
Special Link Patternsservice.special_link_patterns Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links.Patterns that specify a special link that is not checked or rewritten at all.STRING
Scheduler Periodscheduler.period Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checkingThe time between background runs of the link checker.LONG3600
scheduler.concurrent.namescheduler.concurrent Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checkingscheduler.concurrent.descriptionBOOLEANfalse
Good Link Test Intervalgood_link_test_interval Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checkingThe interval in hours to check good links.INTEGER24
Bad Link Test Intervalbad_link_test_interval Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checkingThe interval in hours to check bad links.INTEGER1
link_unused_interval.namelink_unused_interval Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checkinglink_unused_interval.descriptionINTEGER168
connection.timeout.nameconnection.timeout Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checkingconnection.timeout.descriptionINTEGER10000
Allowed pathsinclude.paths Day CQ Scheduled Exporter com.adobe.cq.scheduled.exporter.impl.ScheduledExporterImpl :- The Scheduled Exporter regularly looks up configured data sources for data to be exported from the Communique 5 repository.Paths considered when registering cq:ExportConfig nodes.STRING/etc/cloudservices
Exporter userexporter.user Day CQ Scheduled Exporter com.adobe.cq.scheduled.exporter.impl.ScheduledExporterImpl :- The Scheduled Exporter regularly looks up configured data sources for data to be exported from the Communique 5 repository.Repository user used for exporting (optional, default's to admin user)STRING
Excerpt propertiesexcerpt.properties Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCRList of properties that will be included in an excerptSTRINGtext
jcr:description
Facet cache entriescache.max.entries Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCRMaximum number of entries to keep in the facet cache. Set to zero to disable caching. Security warning: the cache is shared by all users!INTEGER0
Facet cache lifetimecache.entry.lifetime Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCRHow long (in seconds) to keep facets in the cache. Set to zero to disable automatic expiration.INTEGER300
Path builder servicepathBuilder.target CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexes"com.day.cq.search.suggest.PathBuilder" service which defines the internal index structure. Use OSGi filter expression.STRING(service.pid=com.day.cq.search.suggest.impl.NestedPathBuilder)
Base pathsuggest.basepath CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexesAbsolute path where search suggest indexes and collected reports are stored.STRING/var/suggest
Workspace namesuggest.workspace CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexesName of the workspace where suggest indexes are stored. The default workspace will be used if you leave this empty.STRING
Node Namesecurity.privileges.nodeName Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.descName of the root node to store privilegesSTRINGprivileges
Node type namesecurity.privileges.ntName Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desclocal name of the Node type to use for privilege storageSTRINGFolder
cq.privilegemanager.nsURIsecurity.privileges.nsURI Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.descUri of the namespace to use for the Node typeSTRINGhttp://sling.apache.org/jcr/sling/1.0
Disable CQPrivilege(s).cq.privilegemanager.disabled Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.descDisable the evaluation of specified CQ application privilege(s) by adding their ID to the disabled list. By default this list contains 'wcm/core/privileges/modifyhierarchy' which is deprecated as of CQ5.4 and 'wcm/core/privileges/replicate as of CQ 5.5.STRINGwcm/core/privileges/modifyhierarchy
wcm/core/privileges/replicate
cq.workspace.namecq.workspace com.day.cq.security.AccountManagerFactory.name com.day.cq.security.AccountManagerFactory :- com.day.cq.security.AccountManagerFactory.descriptioncq.workspace.descriptionSTRING
cq.accountmanager.config.creationmail.namecq.accountmanager.config.creationmail com.day.cq.security.AccountManagerFactory.name com.day.cq.security.AccountManagerFactory :- com.day.cq.security.AccountManagerFactory.descriptioncq.accountmanager.config.creationmail.descriptionSTRINGcreate
cq.accountmanager.config.resetmail.namecq.accountmanager.config.resetmail com.day.cq.security.AccountManagerFactory.name com.day.cq.security.AccountManagerFactory :- com.day.cq.security.AccountManagerFactory.descriptioncq.accountmanager.config.resetmail.descriptionSTRINGreset
cq.accountmanager.config.requestreset.mail.namecq.accountmanager.config.requestreset.mail com.day.cq.security.AccountManagerFactory.name com.day.cq.security.AccountManagerFactory :- com.day.cq.security.AccountManagerFactory.descriptioncq.accountmanager.config.requestreset.mail.descriptionSTRINGrequestreset
cq.accountmanager.config.requestreset.url.namecq.accountmanager.config.requestreset.url com.day.cq.security.AccountManagerFactory.name com.day.cq.security.AccountManagerFactory :- com.day.cq.security.AccountManagerFactory.descriptioncq.accountmanager.config.requestreset.url.descriptionSTRING
cq.accountmanager.config.mail.namecq.accountmanager.config.mail com.day.cq.security.AccountManagerFactory.name com.day.cq.security.AccountManagerFactory :- com.day.cq.security.AccountManagerFactory.descriptioncq.accountmanager.config.mail.descriptionSTRING/etc/security/accountmgr/jcr:content
ACL Rulecq.aclsetup.rules Day CQ ACL Setup Service com.day.cq.security.ACLSetup :- Configures ACLs based on configurationDefines an ACL rule of the format: ( "allow" | "deny" ) ";" ( privileges | "inherit" ) ";" principal ";" pathSTRING
The user's privileges.cq.homeaclsetup.privileges.user Day CQ Home ACL Setup Service com.day.cq.security.HomeACLSetupService :- Configures initial privileges a user or group is assigned to the own home directory based on configuration.Specify the JCR privileges a user should be granted by default on the home directory.STRINGjcr:all
The group's privileges.cq.homeaclsetup.privileges.group Day CQ Home ACL Setup Service com.day.cq.security.HomeACLSetupService :- Configures initial privileges a user or group is assigned to the own home directory based on configuration.Specify the JCR privileges a group should be granted by default on the home directory.STRINGjcr:read
Profile Readercq.profile.permission.reader Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile dataInitial set of Authorizables allowed to Read newly created profiles.STRING
Profile Writercq.profile.permission.writer Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile dataInitial set of Authorizables allowed to Modify newly created profiles.STRING
Profile Node Typecq.profile.nt Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile dataNode Type to use for creation of ProfilesSTRINGsling:Folder
Profile Resource Typecq.profile.rt Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile dataResource Type to set on newly created Profile NodesSTRINGcq/security/components/profile
adapters.nameadapters Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferencesadapters.descriptionSTRINGcom.day.cq.preferences.PreferencesService
com.day.cq.preferences.Preferences
adaptables.nameadaptables Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferencesadaptables.descriptionSTRINGorg.apache.sling.api.resource.ResourceResolver
org.apache.sling.api.resource.Resource
Preferences Node's namecq.preferencesfactory.nodeName Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User PreferencesName to take for the Preferences NodeSTRINGpreferences
Preferences NodeType Namecq.preferencesfactory.nodetypeName Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User PreferencesName of the NodeType to create the Preferences NodeSTRINGFolder
NodeTypes Namespace URIcq.preferencesfactory.nodetypeNamespace Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User PreferencesNamespace URI the Preferences Nodetype Name belongs toSTRINGhttp://sling.apache.org/jcr/sling/1.0
Cleanup intervalscheduler.period Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data.The interval in seconds for the cleanup task.LONG300
scheduler.concurrent.namescheduler.concurrent Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data.scheduler.concurrent.descriptionBOOLEANfalse
Base pathpath Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data.Absolute path were statistical data is stored.STRING/var/statistics
Workspace nameworkspace Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data.Name of the workspace where statistical data is stored. The default workspace will be used if you leave this empty.STRING
Keywords pathkeywordsPath Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data.Relative path of the keyword property.STRINGjcr:content/cq:keywords
Asynchronous EntriesasyncEntries Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data.Whether entries should be written asynchronously to the repository. If unchecked, the caller will block until the entry is written to the repository.BOOLEANtrue
sling.servlet.paths.namesling.servlet.paths com.day.cq.statistics.servlet.TrackerServlet.name com.day.cq.statistics.servlet.TrackerServlet :- com.day.cq.statistics.servlet.TrackerServlet.descriptionsling.servlet.paths.descriptionSTRING/bin/statistics/tracker/query
/bin/statistics/tracker/result
Disable Trackingcq.wcm.tracking.disable com.day.cq.statistics.servlet.TrackerServlet.name com.day.cq.statistics.servlet.TrackerServlet :- com.day.cq.statistics.servlet.TrackerServlet.descriptionDisable Tracking, check to disable and uncheck to enableBOOLEANtrue
Tag base pathbase.path Day CQ Tagging Service com.day.cq.tagging.impl.JcrTagManagerFactoryImpl :- Creates a JCR-based tag manager for a given session.Base path for storing tags in the repositorySTRING/etc/tags
Enable validationvalidation.enabled Day CQ Tagging Service com.day.cq.tagging.impl.JcrTagManagerFactoryImpl :- Creates a JCR-based tag manager for a given session.Validate changes to cq:tags properties using an observation listenerBOOLEANtrue
Cron expressionscheduler.expression Day CQ Tagging Garbage Collector com.day.cq.tagging.impl.TagGarbageCollector :- Garbage collects moved and merged tags at scheduled intervals.Run at the given cron expression times (defaults to once a day at midnight) http://www.docjar.com/docs/api/org/quartz/CronTrigger.htmlSTRING0 0 12 * * ?
ignore pathignore_path Day CQ Tag Predicate Evaluator com.day.cq.tagging.impl.search.TagPredicateEvaluator :- Use to evaluate tag predicatesIgnore path in xpath query expansionBOOLEANfalse
From-Email-Addressfrom.address Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications.from.address.descriptionSTRING[email protected]
Host URL Prefixhost.prefix Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications.Used to prefix links to pages in the notification emailsSTRINGhttp://localhost:4502
Notify on Abortnotify.onabort Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications.Enables notification for workflow abort eventBOOLEANtrue
Notify on Completenotify.oncomplete Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications.Enables notification for workflow complete eventBOOLEANtrue
adapter.condition.nameadapter.condition WorkItem Adapter Factory com.day.cq.workflow.compatibility.WorkItemAdapterFactory :- Adapts different types of workitemsadapter.condition.descriptionSTRINGAll Granite WorkItems can be adapted to CQ WorkItems
Host URL Prefixhost.prefix Task Email Notification Service com.day.cq.workflow.impl.email.TaskEMailNotificationService :- Listenes to task events and triggers email notifications.Used to prefix links to pages in the notification emailsSTRINGhttp://localhost:4502
Notify on Updatenotify.onupdate Task Email Notification Service com.day.cq.workflow.impl.email.TaskEMailNotificationService :- Listenes to task events and triggers email notifications.Enables notifications on task updatesBOOLEANtrue
Notify on Completenotify.oncomplete Task Email Notification Service com.day.cq.workflow.impl.email.TaskEMailNotificationService :- Listenes to task events and triggers email notifications.Enables notifications on task completionBOOLEANtrue
enable workflow stats collectionstats.enabled com.day.cq.workflow.impl.statistics.CQWorkflowStatisticsService.name com.day.cq.workflow.impl.statistics.CQWorkflowStatisticsService :- com.day.cq.workflow.impl.statistics.CQWorkflowStatisticsService.descriptionIndicates if the workflow stats collection should be enabledBOOLEANtrue
Image Qualityimage.quality Adobe CQ Project Image Reference Modification Servlet com.adobe.cq.projects.impl.servlet.ProjectImageServlet :- Render the image associated with a project in a variety of dimensions and qualitiesQuality must be a double between 0.0 and 1.0STRING0.82
Supported Resolutionsimage.supported.resolutions Adobe CQ Project Image Reference Modification Servlet com.adobe.cq.projects.impl.servlet.ProjectImageServlet :- Render the image associated with a project in a variety of dimensions and qualitiesList of resolutions this component is permitted to generate.STRING319x319
Project Storage Root Pathprojectstorage.rootpath Project Management Storage Implementation com.adobe.cq.projects.impl.ProjectStorageProvider :- Stores project dataIndicates where in the repository project data will be storedSTRING/content/projects
Workflow Model Pathcq.projects.default.workflow.to.invoke Component com.adobe.cq.projects.impl.servlet.ProjectUpdateServlet com.adobe.cq.projects.impl.servlet.ProjectUpdateServlet :- Description for com.adobe.cq.projects.impl.servlet.ProjectUpdateServletDefault approval workflow modelSTRING/etc/workflow/models/projecttest/jcr:content/model
Namehc.name Adobe CQ Example Content Packages Health Check com.adobe.cq.security.hc.packages.impl.ExampleContentHealthCheck :- This check checks if the example content packages have been disabled.Name of the health check.STRINGExample Content Packages
Tagshc.tags Adobe CQ Example Content Packages Health Check com.adobe.cq.security.hc.packages.impl.ExampleContentHealthCheck :- This check checks if the example content packages have been disabled.Tags for the health check.STRINGlogin
content
example
security
production
MBean Namehc.mbean.name Adobe CQ Example Content Packages Health Check com.adobe.cq.security.hc.packages.impl.ExampleContentHealthCheck :- This check checks if the example content packages have been disabled.Name of the JMX mbean to register for this check.STRINGexampleContent
Example Content Packagesexample_packages Adobe CQ Example Content Packages Health Check com.adobe.cq.security.hc.packages.impl.ExampleContentHealthCheck :- This check checks if the example content packages have been disabled.The names of the example content packages.STRINGcq-geometrixx
Namehc.name HTML Library Manager Health Check com.adobe.cq.security.hc.bundles.impl.HtmlLibraryManagerConfigHealthCheck :- Checks if the default CQ HTML Library Manager configuration follows the security guidelines.Name of the health check.STRINGCQ HTML Library Manager Config
Tagshc.tags HTML Library Manager Health Check com.adobe.cq.security.hc.bundles.impl.HtmlLibraryManagerConfigHealthCheck :- Checks if the default CQ HTML Library Manager configuration follows the security guidelines.Tags for the health check.STRINGcq
security
production
MBean Namehc.mbean.name HTML Library Manager Health Check com.adobe.cq.security.hc.bundles.impl.HtmlLibraryManagerConfigHealthCheck :- Checks if the default CQ HTML Library Manager configuration follows the security guidelines.Name of the JMX mbean to register for this check.STRINGhtmlLibraryMangerConfig
Namehc.name Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sends the X-FRAME-OPTIONS HTTP header set to SAMEORIGIN.Name of the health check.STRINGWeb Server Configuration
Tagshc.tags Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sends the X-FRAME-OPTIONS HTTP header set to SAMEORIGIN.Tags for the health check.STRINGwebserver
production
security
clickjacking
MBean Namehc.mbean.name Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sends the X-FRAME-OPTIONS HTTP header set to SAMEORIGIN.Name of the JMX mbean to register for this check.STRINGwebServerConfig
Public Addresswebserver.address Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sends the X-FRAME-OPTIONS HTTP header set to SAMEORIGIN.The public address for the site.STRING
Namehc.name WCM Filter Health Check com.adobe.cq.security.hc.bundles.impl.WcmFilterHealthCheck :- Checks if the default WCM Filter configuration follows the security guidelines.Name of the health check.STRINGWCM Filter Config
Tagshc.tags WCM Filter Health Check com.adobe.cq.security.hc.bundles.impl.WcmFilterHealthCheck :- Checks if the default WCM Filter configuration follows the security guidelines.Tags for the health check.STRINGcq
security
production
MBean Namehc.mbean.name WCM Filter Health Check com.adobe.cq.security.hc.bundles.impl.WcmFilterHealthCheck :- Checks if the default WCM Filter configuration follows the security guidelines.Name of the JMX mbean to register for this check.STRINGwcmFilterConfig
Namehc.name Adobe CQ Dispatcher Configuration Health Check com.adobe.cq.security.hc.dispatcher.impl.DispatcherAccessHealthCheck :- This checks the basic configuration of the Dispatcher component.Name of the health check.STRINGCQ Dispatcher Configuration
Tagshc.tags Adobe CQ Dispatcher Configuration Health Check com.adobe.cq.security.hc.dispatcher.impl.DispatcherAccessHealthCheck :- This checks the basic configuration of the Dispatcher component.Tags for the health check.STRINGdispatcher
production
security
MBean Namehc.mbean.name Adobe CQ Dispatcher Configuration Health Check com.adobe.cq.security.hc.dispatcher.impl.DispatcherAccessHealthCheck :- This checks the basic configuration of the Dispatcher component.Name of the JMX mbean to register for this check.STRINGdispatcherConfig
Dispatcher Addressdispatcher.address Adobe CQ Dispatcher Configuration Health Check com.adobe.cq.security.hc.dispatcher.impl.DispatcherAccessHealthCheck :- This checks the basic configuration of the Dispatcher component.The address where the dispatcher is installed.STRING
Unrestricted pathsdispatcher.filter.allowed Adobe CQ Dispatcher Configuration Health Check com.adobe.cq.security.hc.dispatcher.impl.DispatcherAccessHealthCheck :- This checks the basic configuration of the Dispatcher component.The paths which should not be restricted by the dispatcher.STRING/content
/libs/cq/personalization/
/etc/designs/
/etc/clientlibs/
/etc/segmentation.segment.js
/libs/cq/personalization/components/clickstreamcloud/content/config.json
/libs/wcm/stats/tracker.js
/libs/cq/personalization/
/libs/cq/security/userinfo.json
/libs/cq/i18n/
Restricted pathsdispatcher.filter.blocked Adobe CQ Dispatcher Configuration Health Check com.adobe.cq.security.hc.dispatcher.impl.DispatcherAccessHealthCheck :- This checks the basic configuration of the Dispatcher component.The paths which should be restricted by the dispatcher.STRING/
/content/
/etc/
/libs/
/etc/replication.xml
/etc/replication.infinity.xml
/content.inifinity.json
/content.tidy.json
/content.sysview.xml
/content.docview.json
/content.docview.xml
/content.0.json
/content.1.json
/content.2.json
/content.feed.xml
Max image width allowedmaxWidth Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commandsDescription for maxWidthINTEGER1000
Max image height allowedmaxHeight Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commandsDescription for maxHeightINTEGER1000
service.ranking.nameservice.ranking com.adobe.cq.dam.webdav.impl.io.AssetIOHandler.name com.adobe.cq.dam.webdav.impl.io.AssetIOHandler :- com.adobe.cq.dam.webdav.impl.io.AssetIOHandler.descriptionservice.ranking.descriptionINTEGER10
pathPrefix.namepathPrefix com.adobe.cq.dam.webdav.impl.io.AssetIOHandler.name com.adobe.cq.dam.webdav.impl.io.AssetIOHandler :- com.adobe.cq.dam.webdav.impl.io.AssetIOHandler.descriptionpathPrefix.descriptionSTRING/content/dam
create versioncreateVersion com.adobe.cq.dam.webdav.impl.io.AssetIOHandler.name com.adobe.cq.dam.webdav.impl.io.AssetIOHandler :- com.adobe.cq.dam.webdav.impl.io.AssetIOHandler.descriptioncreates version of asset when asset is updatedBOOLEANtrue
com.day.cq.dam.core.impl.io.SpecialFilesHandler.filepatters.namecom.day.cq.dam.core.impl.io.SpecialFilesHandler.filepatters Day CQ DAM Special Files Handler com.adobe.cq.dam.webdav.impl.io.SpecialFilesHandler :- Prevents unwanted or premature conversion of "special" files into DAM assets. This is required for softwares editing assets over WebDAV. Special files are defined via file name regular expressions in the service configuration.com.day.cq.dam.core.impl.io.SpecialFilesHandler.filepatters.descriptionSTRING^\.(.*)*
Acr[0-9]*.tmp
Property sling.servlet.resourceTypessling.servlet.resourceTypes Adobe DAM Indesign Print Servlet com.adobe.dam.print.ids.impl.servlets.PrintServlet :- Manages Indesign templates & catalogsDescription for sling.servlet.resourceTypesSTRINGsling/servlet/default
Property sling.servlet.methodssling.servlet.methods Adobe DAM Indesign Print Servlet com.adobe.dam.print.ids.impl.servlets.PrintServlet :- Manages Indesign templates & catalogsDescription for sling.servlet.methodsSTRINGPOST
Property sling.servlet.selectorssling.servlet.selectors Adobe DAM Indesign Print Servlet com.adobe.dam.print.ids.impl.servlets.PrintServlet :- Manages Indesign templates & catalogsDescription for sling.servlet.selectorsSTRINGidsprint
maxConnections.namemaxConnections Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaultsncomm process pool size (0 == number of cpu cores)INTEGER1
maxRequests.namemaxRequests Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaultsmaximum number of requests per process (0 == unlimited)INTEGER0
requestTimeout.namerequestTimeout Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaultsrequest timeout in milliseconds (0 == no timeout)INTEGER0
requestRetries.namerequestRetries Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaultsmaximum number of request retries (0 == do not retry)INTEGER0
launchTimeout.namelaunchTimeout Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaultsmaximum time to wait for a spawned child process connection in millisecondsINTEGER5000
Property cq.dam.enable.ext.meta.extractioncq.dam.enable.ext.meta.extraction Component com.day.cq.dam.commons.handler.StandardImageHandler com.day.cq.dam.commons.handler.StandardImageHandler :- Description for com.day.cq.dam.commons.handler.StandardImageHandlerDescription for cq.dam.enable.ext.meta.extractionBOOLEANfalse
Mime Typemimetype Day CQ DAM Indesign Format Handler com.day.cq.dam.core.impl.handler.IndesignFormatHandler :- com.day.cq.dam.core.impl.handler.IndesignFormatHandler.descriptionThe format's mime type.STRINGapplication/x-indesign
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.descriptionsling.servlet.resourceTypes.descriptionSTRINGdam/asset
dam:Asset
sling.servlet.methods.namesling.servlet.methods Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
Enable Digital Rights Managementcq.dam.drm.enable Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.descriptionEnable Digital Rights Management.BOOLEANtrue
scheduler.expression.namescheduler.expression DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.descriptionscheduler.expression.descriptionSTRING* * 23 * * ?
Number of activities to keep under each usermaxSavedActivities DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.descriptionmaxSavedActivities.descriptionINTEGER150
Save session state after deleting activitiessaveInterval DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.descriptionNumber of delete operations after which state of system should be savedINTEGER100
Enable purging of old activity recordenableActivityPurge DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.descriptionThis will enable the purging of user activities recorded by DamEventRecorderBOOLEANfalse
Select the activity types you want to purgeeventTypes DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.descriptioneventTypes.descriptionSTRINGACCEPTED
ASSET_CREATED
ASSET_MOVED
ASSET_REMOVED
ASSET_EXPIRED
ASSET_EXPIRING
REJECTED
VERSIONED
RESTORED
METADATA_UPDATED
PUBLISHED_EXTERNAL
ORIGINAL_UPDATED
RENDITION_UPDATED
RENDITION_REMOVED
SUBASSET_REMOVED
SUBASSET_UPDATED
ASSET_VIEWED
ASSET_SHARED
ASSET_PUBLISHED
ADDED_COMMENT
PROJECT_VIEWED
COLLECTION_VIEWED
ACCEPTED -- License accepted (ACCEPTED)
ASSET_CREATED -- Asset created (ASSET_CREATED)
ASSET_MOVED -- Asset moved (ASSET_MOVED)
ASSET_REMOVED -- Asset removed (ASSET_REMOVED)
ASSET_EXPIRED -- Asset expired (ASSET_EXPIRED)
ASSET_EXPIRING -- Asset expiring (ASSET_EXPIRING)
REJECTED -- License rejected (REJECTED)
DOWNLOADED -- Asset downloaded (DOWNLOADED)
VERSIONED -- Asset versioned (VERSIONED)
RESTORED -- Asset version restored (RESTORED)
METADATA_UPDATED -- Asset Metadata updated (METADATA_UPDATED)
PUBLISHED_EXTERNAL -- Asset published to external system (PUBLISHED_EXTERNAL)
ORIGINAL_UPDATED -- Asset's original updated (ORIGINAL_UPDATED)
RENDITION_UPDATED -- Asset Rendition updated (RENDITION_UPDATED)
RENDITION_REMOVED -- Asset Rendition removed (RENDITION_REMOVED)
SUBASSET_UPDATED -- Sub-asset updated (SUBASSET_UPDATED)
SUBASSET_REMOVED -- Sub-asset removed (SUBASSET_REMOVED)
ASSET_VIEWED -- Asset Viewed (ASSET_VIEWED)
ASSET_SHARED -- Asset Shared on Cloud Solutions (ASSET_SHARED)
ASSET_PUBLISHED -- Asset Published (ASSET_PUBLISHED)
PROJECT_VIEWED -- Project Viewed (PROJECT_VIEWED)
COLLECTION_VIEWED -- Collection Viewed (COLLECTION_VIEWED)
ADDED_COMMENT -- Added Comment (ADDED_COMMENT)
Max Memorycq.dam.image.cache.max.memory Day CQ DAM Buffered Image Cache com.day.cq.dam.core.impl.cache.CQBufferedImageCache :- The buffered image cache for DAM.Maximum memory or -1LONG-1
Max Agecq.dam.image.cache.max.age Day CQ DAM Buffered Image Cache com.day.cq.dam.core.impl.cache.CQBufferedImageCache :- The buffered image cache for DAM.Maximum age in millisecondsINTEGER60000
Max Dimensioncq.dam.image.cache.max.dimension Day CQ DAM Buffered Image Cache com.day.cq.dam.core.impl.cache.CQBufferedImageCache :- The buffered image cache for DAM.Maximum DimensionSTRING1280x1280
job.topics.namejob.topics com.day.cq.dam.core.impl.AssetMoveEventHandler.name com.day.cq.dam.core.impl.AssetMoveEventHandler :- com.day.cq.dam.core.impl.AssetMoveEventHandler.descriptionjob.topics.descriptionSTRINGcom/adobe/cq/collection/update/job
Path Prefixtagsfileexporter.pathprefix Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats.The path under which the tag export files are created.STRING/content/dam
Filename Prefixtagsfileexporter.filename Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats.The file name (without extension) to use for the tag export files.STRINGhierarchy/taxonomy
Export Formatstagsfileexporter.formats Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats.Choose tag export file formats. By default all available formats (TXT, CSV + XLS) are exported. If no formats are selected this service is effectively disabled.STRINGtxt
txt -- txt
Export Rootstagsfileexporter.exportroots Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats.Choose which tag namespaces (plus optionally tag relative path) should be exported. E.g. "stockphotography:business" or "default:". By default all tags are exported.STRING
process.label.nameprocess.label com.day.cq.dam.core.process.ExifToolExtractMetadataProcess.name com.day.cq.dam.core.process.ExifToolExtractMetadataProcess :- com.day.cq.dam.core.process.ExifToolExtractMetadataProcess.descriptionprocess.label.descriptionSTRINGExif ToolExtract Meta Data
cq.dam.enable.sha1.namecq.dam.enable.sha1 com.day.cq.dam.core.process.ExifToolExtractMetadataProcess.name com.day.cq.dam.core.process.ExifToolExtractMetadataProcess :- com.day.cq.dam.core.process.ExifToolExtractMetadataProcess.descriptioncq.dam.enable.sha1.descriptionBOOLEANtrue
Time based Schedulercq.dam.missingmetadata.notification.scheduler.istimebased Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata NotificationWhether to schedule a time based schedularBOOLEANtrue
Time Based Scheduler Rulecq.dam.missingmetadata.notification.scheduler.timebased.rule Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata NotificationRegular expression for time based Scheduler. Eg: '0 0 0 * * ?'. The example expression triggers the Job @ 00 hrs. This expression get picked if Time Based Scheduler is trueSTRING0 0 0 * * ?
Preiodic Schedulercq.dam.missingmetadata.notification.scheduler.period.rule Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata NotificationTime in seconds for periodic scheduler. This expression get picked if Time Based Scheduler is set falseLONG10
Notification Recipient IDcq.dam.missingmetadata.notification.recipient Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata NotificationID of the recipient of the notification for missing metadataSTRINGadmin
Mime Typemimetype Day CQ DAM EPS Format Handler com.day.cq.dam.core.impl.handler.EPSFormatHandler :- com.day.cq.dam.core.impl.handler.EPSFormatHandler.descriptionThe format's mime type.STRINGapplication/postscript
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assetssling.servlet.resourceTypes.descriptionSTRINGsling/servlet/default
sling.servlet.methods.namesling.servlet.methods Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assetssling.servlet.methods.descriptionSTRINGPOST
sling.servlet.selectors.namesling.servlet.selectors Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assetssling.servlet.selectors.descriptionSTRINGcreateasset
detect duplicatedetect_duplicate Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assetsconfiguration to enable duplicate detection of uploaded assetBOOLEANfalse
process.label.nameprocess.label com.day.cq.dam.core.process.ExtractMetadataProcess.name com.day.cq.dam.core.process.ExtractMetadataProcess :- com.day.cq.dam.core.process.ExtractMetadataProcess.descriptionprocess.label.descriptionSTRINGExtract Meta Data
cq.dam.enable.sha1.namecq.dam.enable.sha1 com.day.cq.dam.core.process.ExtractMetadataProcess.name com.day.cq.dam.core.process.ExtractMetadataProcess :- com.day.cq.dam.core.process.ExtractMetadataProcess.descriptioncq.dam.enable.sha1.descriptionBOOLEANtrue
Start pointscq.dam.sync.service.start.points Day CQ DAM Asset Synchronization Service com.day.cq.dam.core.impl.sync.AssetSynchronizationService :- Traverses content from given start points and synchronizes them with digital assets.Absolute start paths for asset synchronization traversalsSTRING/var/dam/sharepoint
/var/dam/livelink
/var/dam/documentum
Create Asset Model IDcq.dam.sync.service.create.asset.wf.model.id Day CQ DAM Asset Synchronization Service com.day.cq.dam.core.impl.sync.AssetSynchronizationService :- Traverses content from given start points and synchronizes them with digital assets.ID of Workflow Model that will be used when a new asset is createdSTRING/etc/workflow/models/dam/dam_asset_syncer_and/jcr:content/model
Update Asset Model IDcq.dam.sync.service.update.asset.wf.model.id Day CQ DAM Asset Synchronization Service com.day.cq.dam.core.impl.sync.AssetSynchronizationService :- Traverses content from given start points and synchronizes them with digital assets.ID of Workflow Model that will be used when an asset is updatedSTRING/etc/workflow/models/dam/dam_asset_syncer_and/jcr:content/model
Delete Asset Model IDcq.dam.sync.service.delete.asset.wf.model.id Day CQ DAM Asset Synchronization Service com.day.cq.dam.core.impl.sync.AssetSynchronizationService :- Traverses content from given start points and synchronizes them with digital assets.ID of Workflow Model that will be used when a new asset is deletedSTRING/etc/workflow/models/dam/delete_asset/jcr:content/model
Synchronization Periodscheduler.period Day CQ DAM Asset Synchronization Service com.day.cq.dam.core.impl.sync.AssetSynchronizationService :- Traverses content from given start points and synchronizes them with digital assets.Synchronize assets every N secondsLONG300
process.label.nameprocess.label com.day.cq.dam.core.process.MetadataProcessorProcess.name com.day.cq.dam.core.process.MetadataProcessorProcess :- com.day.cq.dam.core.process.MetadataProcessorProcess.descriptionprocess.label.descriptionSTRINGMetadata Processor
cq.dam.enable.sha1.namecq.dam.enable.sha1 com.day.cq.dam.core.process.MetadataProcessorProcess.name com.day.cq.dam.core.process.MetadataProcessorProcess :- com.day.cq.dam.core.process.MetadataProcessorProcess.descriptioncq.dam.enable.sha1.descriptionBOOLEANtrue
XSS protected propertiescq.dam.metadata.xssprotected.properties com.day.cq.dam.core.process.MetadataProcessorProcess.name com.day.cq.dam.core.process.MetadataProcessorProcess :- com.day.cq.dam.core.process.MetadataProcessorProcess.descriptionThese properties will be passed through xss api before savingSTRINGadobe_dam:restrictions
isEnabled.nameisEnabled DAM Asset Home Page Feature Flag com.day.cq.dam.core.impl.assethome.AssetHomePageConfiguration :- com.day.cq.dam.core.impl.assethome.AssetHomePageConfiguration.descriptionEnable this configuration to turn on Asset Home Page feature.BOOLEANfalse
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Day CQ DAM Task Creation Servlet com.day.cq.dam.core.impl.servlet.TaskCreationServlet :- Creates Review Taskssling.servlet.resourceTypes.descriptionSTRINGsling/servlet/default
sling.servlet.methods.namesling.servlet.methods Day CQ DAM Task Creation Servlet com.day.cq.dam.core.impl.servlet.TaskCreationServlet :- Creates Review Taskssling.servlet.methods.descriptionSTRINGPOST
sling.servlet.selectors.namesling.servlet.selectors Day CQ DAM Task Creation Servlet com.day.cq.dam.core.impl.servlet.TaskCreationServlet :- Creates Review Taskssling.servlet.selectors.descriptionSTRINGcreateassetsreview
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collectionssling.servlet.resourceTypes.descriptionSTRINGdam/collection
dam/smartcollection
sling.servlet.methods.namesling.servlet.methods Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collectionssling.servlet.methods.descriptionSTRINGPOST
sling.servlet.selectors.namesling.servlet.selectors Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collectionssling.servlet.selectors.descriptionSTRINGcollection
download configurationdownload.config Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collectionsconfiguration of the collection to be downloadedSTRING_charset_=utf-8&downloadAssets=true&downloadRenditions=false&downloadSubassets=false
view selectorview.selector Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collectionsselector for viewing collection detailsSTRING/libs/dam/gui/content/collections/collectiondetails
send emailsend_email Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages CollectionsSend emails on collection sharingBOOLEANfalse
Day CQ DAM Asset summary icon rendition nameAssetWorkflowSummaryServlet.icon.rendition.name Day CQ DAM Asset workflow summary servlet com.day.cq.dam.core.impl.servlet.AssetWorkflowSummaryServlet :- Provides dam:Asset summary information in JSONName of the Rendition to use as an icon in the asset summary.STRINGcq5dam.thumbnail.48.48.png
Observed Repository Pathschangeeventlistener.observed.paths Day CQ DAM Change Event Listener com.day.cq.dam.core.impl.DamChangeEventListener :- Listens to repository change events on assets in order to re-distribute them as OGSi DAM EventsThe paths which are observed for asset changes.STRING/content/dam
Propagate XMPxmp.propagate Adobe CQ DAM Rendition Maker com.day.cq.dam.core.impl.RenditionMakerImpl :- Adobe CQ DAM Rendition MakerPropagate XMP from asset metadata to renditionsBOOLEANfalse
XMP Excludesxmp.excludes Adobe CQ DAM Rendition Maker com.day.cq.dam.core.impl.RenditionMakerImpl :- Adobe CQ DAM Rendition MakerXMP properties to skip on propagation. Format: STRINGhttp://ns.adobe.com/exif/1.0/aux/ ISO
Supported Formatsxmphandler.cq.formats Day CQ DAM NComm XMP Handler com.day.cq.dam.core.impl.handler.xmp.NCommXMPHandler :- com.day.cq.dam.core.impl.handler.xmp.NCommXMPHandler.descriptionThe formats taken into consideration by this handler.STRINGimage/jpeg
image/png
image/tiff
application/pdf
application/x-indesign
application/x-photoshop
application/photoshop
image/vnd.adobe.photoshop
application/vnd.adobe.photoshop
application/postscript
sling.servlet.paths.namesling.servlet.paths Day CQ DAM MultipleLicenseAccept Servlet com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet :- com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet.descriptionsling.servlet.paths.descriptionSTRING/libs/dam/drm
sling.servlet.methods.namesling.servlet.methods Day CQ DAM MultipleLicenseAccept Servlet com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet :- com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet.descriptionsling.servlet.methods.descriptionSTRINGPOST
Enable Digital Rights Managementcq.dam.drm.enable Day CQ DAM MultipleLicenseAccept Servlet com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet :- com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet.descriptionEnable Digital Rights Management.BOOLEANtrue
cq.dam.enable.ext.meta.extraction.namecq.dam.enable.ext.meta.extraction com.day.cq.dam.core.impl.handler.JpegHandler.name com.day.cq.dam.core.impl.handler.JpegHandler :- com.day.cq.dam.core.impl.handler.JpegHandler.descriptioncq.dam.enable.ext.meta.extraction.descriptionBOOLEANfalse
sling.servlet.paths.namesling.servlet.paths Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.descriptionsling.servlet.paths.descriptionSTRING/libs/dam/health_check
sling.servlet.methods.namesling.servlet.methods Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
POST
sling.servlet.extensions.namesling.servlet.extensions Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.descriptionsling.servlet.extensions.descriptionSTRINGjson
Sync Workflow Model Idcq.dam.sync.workflow.id Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.descriptionThe workflow model to use for asset synchronization.STRING/etc/workflow/models/dam/dam_asset_syncer_and/jcr:content/model
Foldernode typescq.dam.sync.folder.types Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.descriptionThe node types to check when comparing folders.STRINGnt:folder
sling:Folder
cq:Page
event.filter.nameevent.filter Day CQ DAM Event Recorder com.day.cq.dam.core.impl.DamEventRecorderImpl :- Listens to DAM Events and records them as an activity stream into the 'dam' stream in a user's home directory.event.filter.descriptionSTRING(!(event.application=*))
Enables this serviceeventrecorder.enabled Day CQ DAM Event Recorder com.day.cq.dam.core.impl.DamEventRecorderImpl :- Listens to DAM Events and records them as an activity stream into the 'dam' stream in a user's home directory.Uncheck to disable activity stream recording.BOOLEANfalse
Users whose activities should not be recordedeventrecorder.blacklist Day CQ DAM Event Recorder com.day.cq.dam.core.impl.DamEventRecorderImpl :- Listens to DAM Events and records them as an activity stream into the 'dam' stream in a user's home directory.eventrecorder.blacklist.descriptionSTRING
Event Typeseventrecorder.eventtypes Day CQ DAM Event Recorder com.day.cq.dam.core.impl.DamEventRecorderImpl :- Listens to DAM Events and records them as an activity stream into the 'dam' stream in a user's home directory.Define which event types shall be recorded.STRINGASSET_CREATED
DOWNLOADED
VERSIONED
ASSET_VIEWED
ASSET_SHARED
ASSET_PUBLISHED
ADDED_COMMENT
PROJECT_VIEWED
COLLECTION_VIEWED
ACCEPTED -- License accepted (ACCEPTED)
ASSET_CREATED -- Asset created (ASSET_CREATED)
ASSET_MOVED -- Asset moved (ASSET_MOVED)
ASSET_REMOVED -- Asset removed (ASSET_REMOVED)
ASSET_EXPIRED -- Asset expired (ASSET_EXPIRED)
ASSET_EXPIRING -- Asset expiring (ASSET_EXPIRING)
REJECTED -- License rejected (REJECTED)
DOWNLOADED -- Asset downloaded (DOWNLOADED)
VERSIONED -- Asset versioned (VERSIONED)
RESTORED -- Asset version restored (RESTORED)
METADATA_UPDATED -- Asset Metadata updated (METADATA_UPDATED)
PUBLISHED_EXTERNAL -- Asset published to external system (PUBLISHED_EXTERNAL)
ORIGINAL_UPDATED -- Asset's original updated (ORIGINAL_UPDATED)
RENDITION_UPDATED -- Asset Rendition updated (RENDITION_UPDATED)
RENDITION_REMOVED -- Asset Rendition removed (RENDITION_REMOVED)
SUBASSET_UPDATED -- Sub-asset updated (SUBASSET_UPDATED)
SUBASSET_REMOVED -- Sub-asset removed (SUBASSET_REMOVED)
ASSET_VIEWED -- Asset Viewed (ASSET_VIEWED)
ASSET_SHARED -- Asset Shared on Cloud Solutions (ASSET_SHARED)
ASSET_PUBLISHED -- Asset Published (ASSET_PUBLISHED)
PROJECT_VIEWED -- Project Viewed (PROJECT_VIEWED)
COLLECTION_VIEWED -- Collection Viewed (COLLECTION_VIEWED)
ADDED_COMMENT -- Added Comment (ADDED_COMMENT)
Time based Schedulercq.dam.expiry.notification.scheduler.istimebased Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry NotificationWhether to schedule a time based schedularBOOLEANtrue
Time Based Scheduler Rulecq.dam.expiry.notification.scheduler.timebased.rule Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry NotificationRegular expression for time based Scheduler. Eg: '0 0 0 * * ?'. The example expression triggers the Job @ 00 hrs. This expression get picked if Time Based Scheduler is trueSTRING0 0 0 * * ?
Preiodic Schedulercq.dam.expiry.notification.scheduler.period.rule Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry NotificationTime in seconds for periodic scheduler. This expression get picked if Time Based Scheduler is set falseLONG10
send emailsend_email Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry NotificationSend emails on asset expiryBOOLEANfalse
Prior notification in secondsprior_notification_seconds Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry NotificationNumber of seconds before which a notification should be sent before an asset expiresLONG86400
Protocolcq.dam.expiry.notification.url.protocol Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry NotificationProtocolSTRINGhttp
Blacklisted Mime Typescq.mime.type.blacklist Dam Safe Binary Filter com.day.cq.dam.core.impl.servlet.DamContentDispositionFilter :- Request filter adding Content Disposition attachment for certain paths/content typesMime types that should be served as content-disposition:attachmentSTRINGtext/html
application/octet-stream
image/svg+xml
Allow unknown mime typescq.dam.empty.mime Dam Safe Binary Filter com.day.cq.dam.core.impl.servlet.DamContentDispositionFilter :- Request filter adding Content Disposition attachment for certain paths/content typesAllow content with unknown i.e. empty mime types to be served inline. Disable this to ensure that content with unknown mime types is served as an attachmentBOOLEANfalse
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.descriptionsling.servlet.resourceTypes.descriptionSTRINGsling/servlet/default
sling.servlet.methods.namesling.servlet.methods Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.descriptionsling.servlet.methods.descriptionSTRINGPOST
sling.servlet.selectors.namesling.servlet.selectors Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.descriptionsling.servlet.selectors.descriptionSTRINGannotation
sling.servlet.paths.namesling.servlet.paths com.day.cq.dam.core.impl.lightbox.LightboxServlet.name com.day.cq.dam.core.impl.lightbox.LightboxServlet :- com.day.cq.dam.core.impl.lightbox.LightboxServlet.descriptionsling.servlet.paths.descriptionSTRING/libs/dam/lightbox
sling.servlet.methods.namesling.servlet.methods com.day.cq.dam.core.impl.lightbox.LightboxServlet.name com.day.cq.dam.core.impl.lightbox.LightboxServlet :- com.day.cq.dam.core.impl.lightbox.LightboxServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
POST
Enable Anonymous Accesscq.dam.enable.anonymous com.day.cq.dam.core.impl.lightbox.LightboxServlet.name com.day.cq.dam.core.impl.lightbox.LightboxServlet :- com.day.cq.dam.core.impl.lightbox.LightboxServlet.descriptionAllows anonymous to create/update lightboxBOOLEANfalse
service.ranking.nameservice.ranking com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.name com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl :- com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.descriptionservice.ranking.descriptionINTEGER600
Width for thumbnail renditioncq.dam.asset.thumbnail.width com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.name com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl :- com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.descriptionAllows to specify the rendition width for thumbnailsINTEGER319
Width for preview renditioncq.dam.asset.preview.width com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.name com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl :- com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.descriptionAllows to specify the rendition width for previewsINTEGER1280
service.ranking.nameservice.ranking com.day.cq.dam.drive.util.PrefixRenditionPicker.name com.day.cq.dam.drive.util.PrefixRenditionPicker :- com.day.cq.dam.drive.util.PrefixRenditionPicker.descriptionservice.ranking.descriptionINTEGER400
sling.servlet.methods.namesling.servlet.methods com.day.cq.dam.drive.servlet.GetChildrenServlet.name com.day.cq.dam.drive.servlet.GetChildrenServlet :- com.day.cq.dam.drive.servlet.GetChildrenServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
sling.servlet.extensions.namesling.servlet.extensions com.day.cq.dam.drive.servlet.GetChildrenServlet.name com.day.cq.dam.drive.servlet.GetChildrenServlet :- com.day.cq.dam.drive.servlet.GetChildrenServlet.descriptionsling.servlet.extensions.descriptionSTRINGjson
sling.servlet.selectors.namesling.servlet.selectors com.day.cq.dam.drive.servlet.GetChildrenServlet.name com.day.cq.dam.drive.servlet.GetChildrenServlet :- com.day.cq.dam.drive.servlet.GetChildrenServlet.descriptionsling.servlet.selectors.descriptionSTRINGdriveGetChildren
driveGetCollection
sling.servlet.methods.namesling.servlet.methods com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.name com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet :- com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
sling.servlet.extensions.namesling.servlet.extensions com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.name com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet :- com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.descriptionsling.servlet.extensions.descriptionSTRINGjson
sling.servlet.selectors.namesling.servlet.selectors com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.name com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet :- com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.descriptionsling.servlet.selectors.descriptionSTRINGdrivePackageInfo
event.filter.nameevent.filter CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loadingevent.filter.descriptionSTRING(!(event.application=*))
System Fonts directoryfontmgr.system.font.dir CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loadingLocation of the System Fonts directory. Make sure directory exists else they willbe skipped.STRING
Adobe Server Fonts directoryfontmgr.adobe.font.dir CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loadingLocation of the Adobe Server Fonts directory. Default location is /fonts. Fonts need to be copied manually to new directory when this property is changed. Make sure this directory exist else default path will be used.STRING
Customer Fonts directoryfontmgr.customer.font.dir CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loadingLocation of the Customer Fonts directory. Make sure this directory exist else it will be skipped.STRING
Property process.labelprocess.label Component com.day.cq.dam.indd.process.INDDMediaExtractProcess com.day.cq.dam.indd.process.INDDMediaExtractProcess :- Description for com.day.cq.dam.indd.process.INDDMediaExtractProcessDescription for process.labelSTRINGInDesign Media Extraction Process
indd pages regexcq.dam.indd.pages.regex Component com.day.cq.dam.indd.process.INDDMediaExtractProcess com.day.cq.dam.indd.process.INDDMediaExtractProcess :- Description for com.day.cq.dam.indd.process.INDDMediaExtractProcessRegex for identifying pages in subassets folder. The pages will be shown in assets page viewerSTRING^page[0-9]*.jpg$
Property enable.multisessionenable.multisession Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessorEnable multiple session support. Applicable to Creative Suite 6 and above. Default falseBOOLEANfalse
Property ids.cc.enableids.cc.enable Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessorAllow specific InDesign CC Server configuration. Applicable to InDesign CC Server 10 and above. Default falseBOOLEANfalse
Property enable.retryenable.retry Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessorEnable retry of IDS Job. Default falseBOOLEANfalse
Property process.labelprocess.label Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessorDescription for process.labelSTRINGInDesign Proxy Worker
Property job.topicsjob.topics Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessorDescription for job.topicsSTRINGdam/proxy/ids/job
Property max.errors.to.blacklistmax.errors.to.blacklist Component com.day.cq.dam.ids.impl.IDSPoolImpl com.day.cq.dam.ids.impl.IDSPoolImpl :- Description for com.day.cq.dam.ids.impl.IDSPoolImplMax consecute errors before blacklist a IDS server. Default -1(disabled)INTEGER-1
Property retry.interval.to.whitelistretry.interval.to.whitelist Component com.day.cq.dam.ids.impl.IDSPoolImpl com.day.cq.dam.ids.impl.IDSPoolImpl :- Description for com.day.cq.dam.ids.impl.IDSPoolImplMinimum retry interval to revalidate the blacklisted IDS server. Default 10 minutesINTEGER10
Property process.labelprocess.label Component com.day.cq.dam.ids.impl.IDSPoolImpl com.day.cq.dam.ids.impl.IDSPoolImpl :- Description for com.day.cq.dam.ids.impl.IDSPoolImplDescription for process.labelSTRINGInDesign Server Pool Config
Registered pathscom.adobe.cq.dam.mac.sync.damsyncservice.registered_paths Adobe CQ DAM Sync Service com.adobe.cq.dam.mac.sync.impl.DAMSyncServiceImpl :- The Adobe CQ DAM Sync Service handles replication to Adobe Marketing Cloud or to on-premises Adobe Experience Manager instances (depending on the platform configuration) for DAM assets under a registered target folderPaths registered to be synced between Adobe Experience Manager and Adobe Marketing CloudSTRING
Sync Renditionscom.adobe.cq.dam.mac.sync.damsyncservice.sync.renditions Adobe CQ DAM Sync Service com.adobe.cq.dam.mac.sync.impl.DAMSyncServiceImpl :- The Adobe CQ DAM Sync Service handles replication to Adobe Marketing Cloud or to on-premises Adobe Experience Manager instances (depending on the platform configuration) for DAM assets under a registered target folderEnable syncing of renditions while syncing/listening changeson registered paths. By default it only sync/listen changes of original rendition of assetBOOLEANfalse
Platformcom.adobe.cq.dam.mac.sync.damsyncservice.platform Adobe CQ DAM Sync Service com.adobe.cq.dam.mac.sync.impl.DAMSyncServiceImpl :- The Adobe CQ DAM Sync Service handles replication to Adobe Marketing Cloud or to on-premises Adobe Experience Manager instances (depending on the platform configuration) for DAM assets under a registered target folderThe platform for which this service should be automatically configured (e.g. Adobe Marketing Cloud, Adobe Experience Manager)STRINGaem -- Adobe Experience Manager
mac -- Adobe Marketing Cloud
Socket timeoutcom.adobe.dam.mac.sync.client.so.timeout Adobe CQ DAM Marketing Cloud Sync Client com.adobe.cq.dam.mac.sync.helper.impl.MACSyncClientImpl :- Adobe CQ DAM Marketing Cloud Sync ClientThe socket timeout which is the timeout for waiting for data from the authorization server in millisecondsINTEGER30000
sling.post.operation.namesling.post.operation DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler.descriptionsling.post.operation.descriptionSTRINGdam.mediaset.modify
sling.servlet.methods.namesling.servlet.methods DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler.descriptionsling.servlet.methods.descriptionSTRINGPOST
Enabledcq.dam.s7dam.configurationeventlistener.enabled Adobe CQ s7dam Configuration Listener com.day.cq.dam.s7dam.common.config.S7damConfigurationEventListener :- The Adobe CQ s7dam Configuration Listener caches various s7dam configuration data when a configuration is updatedEnable the Adobe CQ s7dam Configuration Listener to monitor configuration changesBOOLEANtrue
sling.post.operation.namesling.post.operation DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler.descriptionsling.post.operation.descriptionSTRINGdam.mediaset.create
sling.servlet.methods.namesling.servlet.methods DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler.descriptionsling.servlet.methods.descriptionSTRINGPOST
sling.post.operation.namesling.post.operation DAM Media Set Reorder Handler com.day.cq.dam.s7dam.common.post.servlets.SetOrderBeforeHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetOrderBeforeHandler.descriptionsling.post.operation.descriptionSTRINGdam.mediaset.orderbefore
sling.servlet.methods.namesling.servlet.methods DAM Media Set Reorder Handler com.day.cq.dam.s7dam.common.post.servlets.SetOrderBeforeHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetOrderBeforeHandler.descriptionsling.servlet.methods.descriptionSTRINGPOST
Enabledcq.dam.s7dam.damchangeeventlistener.enabled Adobe CQ s7dam Dam Listener com.day.cq.dam.s7dam.common.S7damDamChangeEventListener :- CQ s7dam Dam Listener for changes to Dam assets and responds with related S7 service operationsEnable the Adobe CQ s7dam Dam ListenerBOOLEANtrue
cq.dam.s7dam.dynamicmediaconfigeventlistener.enabled.labelcq.dam.s7dam.dynamicmediaconfigeventlistener.enabled cq.dam.s7dam.dynamicmediaconfigeventlistener.name com.day.cq.dam.s7dam.common.analytics.impl.S7damDynamicMediaConfigEventListener :- cq.dam.s7dam.dynamicmediaconfigeventlistener.descriptioncq.dam.s7dam.dynamicmediaconfigeventlistener.enabled.descriptionBOOLEANtrue
MIME Type mappingcq.dam.scene7.assetmimetypeservice.mapping Adobe CQ Scene7 Asset MIME type Service com.day.cq.dam.scene7.impl.Scene7AssetMimeTypeServiceImpl :- The Adobe CQ Scene7 Asset MIME Type is responsible for providing a customised MIME type for the Scene7 assetsThe MIME Type mapping associates a MIME type to an asset type (e.g. Template=image/s7template)STRINGGeneric=image/s7asset
Template=image/s7template
Flash=image/s7flashtemplate
Image=image/*
Image.jpeg=image/jpeg
Video=video/*
Video.mp4=video/mp4
Video.f4v=video/mp4
Video.flv=video/x-flv
PDF=application/pdf
Scene7 RTI modifierscene7FlashTemplates.rti Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- The Scene7 Replace Text Instance (rti) modifier valueSTRINGrti
Scene7 RSI modifierscene7FlashTemplates.rsi Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- The Scene7 Replace Symbol Instance (rsi) modifier valueSTRINGrsi
Scene7 RB modifierscene7FlashTemplates.rb Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- The Scene7 Replace Bitmap (rb) modifier valueSTRINGrb
Scene7 RURL modifierscene7FlashTemplates.rurl Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- The Scene7 Replace URL (rurl) modifier valueSTRINGrurl
Scene7 URL format parameterscene7FlashTemplate.urlFormatParameter Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- The Scene7 URL parameter that needs to be appended to the url of the template in order to change the format of the responseSTRINGfmt
Lock timeoutcq.dam.scene7.import.locktimeout Adobe CQ Scene7 Lock Asset Utils Service com.day.cq.dam.scene7.impl.importer.LockAssetUtilsImpl :- The Adobe CQ Scene7 Lock Asset Utils Service provides useful methods for synchronising access to CQ DAM assetsThe timeout in SECONDS for acquiring a lockINTEGER180
Scene7 Asset Typescene7.asset.type com.day.cq.dam.scene7.impl.importer.Scene7MasterVideoImportHandler.name com.day.cq.dam.scene7.impl.importer.Scene7MasterVideoImportHandler :- com.day.cq.dam.scene7.impl.importer.Scene7MasterVideoImportHandler.descriptionThe Scene7 Asset Type for which this import handler is registeredSTRINGMasterVideo
Excluded Scene7 asset typescq.dam.scene7.importservice.excludeassets Adobe CQ Scene7 Import Service com.day.cq.dam.scene7.impl.importer.Scene7ImportServiceImpl :- cq.dam.scene7.importservice.descScene7 asset types excluded by the polling importerSTRINGFxg
Enabledcq.dam.scene7.damchangeeventlistener.enabled Adobe CQ Scene7 Dam Listener com.day.cq.dam.scene7.impl.Scene7DamChangeEventListener :- CQ Scene7 Dam Listener for changes to Dam assets and responds with related S7 service operationsEnable the Adobe CQ Scene7 Dam ListenerBOOLEANfalse
Observed Repository Pathscq.dam.scene7.damchangeeventlistener.observed.paths Adobe CQ Scene7 Dam Listener com.day.cq.dam.scene7.impl.Scene7DamChangeEventListener :- CQ Scene7 Dam Listener for changes to Dam assets and responds with related S7 service operationsThe paths on which this listener is activeSTRING/content/dam
Scene7 Asset Typescene7.asset.type Adobe CQ Scene7 Generic Import Handler com.day.cq.dam.scene7.impl.importer.Scene7GenericImportHandler :- The Adobe CQ Scene7 Generic Import Handler is responsible for importing Scene7 assets for which no other import handlers are definedThe Scene7 Asset Type for which this import handler is registeredSTRINGGeneric
Scene7 Importer Enabledcq.dam.scene7.importer.enabled Adobe CQ Scene7 Polling Importer com.day.cq.dam.scene7.impl.importer.Scene7Importer :- Adobe CQ Scene7 Polling ImporterEnable/Disable the Scene7 importer.BOOLEANfalse
Enabledcq.dam.scene7.configurationeventlistener.enabled Adobe CQ Scene7 Configuration Listener com.day.cq.dam.scene7.impl.Scene7ConfigurationEventListener :- The Adobe CQ Scene7 Configuration Listener caches various Scene7 configuration data when a configuration is updatedEnable the Adobe CQ Scene7 Configuration Listener to monitor configuration changesBOOLEANfalse
Scene7 Asset Typescene7.asset.type Adobe CQ Scene7 Template Import Handler com.day.cq.dam.scene7.impl.importer.Scene7TemplateImportHandler :- The Adobe CQ Scene7 Template Import Handler is responsible for importing Scene7 Template assetsThe Scene7 Asset Type for which this import handler is registeredSTRINGTemplate
Scene7 Asset Typescene7.asset.type com.day.cq.dam.scene7.impl.importer.Scene7VideoImportHandler.name com.day.cq.dam.scene7.impl.importer.Scene7VideoImportHandler :- com.day.cq.dam.scene7.impl.importer.Scene7VideoImportHandler.descriptionThe Scene7 Asset Type for which this import handler is registeredSTRINGVideo
Search Pathexecutable.searchpath Day CQ Executable Locator com.day.cq.dam.handler.ffmpeg.LocatorImpl :- Locates command line executablesSearch path for executables. Use "PATH" to include the OS Path environmentSTRING/opt/local/bin
/usr/local/bin
PATH
Pathspath Adobe CQ ImageServer Authentication Handler com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenAuthHandler :- Adobe CQ ImageServer Authentication HandlerPaths for which this Sling Authentication Handler is usedSTRING/
Filter orderservice.ranking Adobe CQ ImageServer Authentication Handler com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenAuthHandler :- Adobe CQ ImageServer Authentication HandlerDescription for service.rankingINTEGER-50000
Catalog rootcatalog-root Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServerJCR path pointing to the catalog root settingsSTRING/etc/dam/imageserver/configuration/jcr:content/settings
Cache enabledcache.enable Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServerWhether or not response cache is enabled (boolean)BOOLEANtrue
Cache rootscache.rootPaths Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServerOne or more paths to response cache directories. Relative paths are resolved against internal s7imaging bundle directorySTRINGcache
Cache Max Sizecache.maxSize Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServerMaximum size of response cache in bytesLONG200000000
Cache Max Entriescache.maxEntries Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServerMaximum number of entries in cacheLONG100000
Image root pathrootPath Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServerWhen defined, specifies the location of image files for ImageServer accessSTRING
HTTP Headerhttp.header Adobe CQ ImageServer Memory Token Service com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenServiceImpl :- Adobe CQ ImageServer Memory Token ServiceName of the HTTP header holding the tokenSTRINGX-CQ-ImageServer-Token
Expirationtokens.expirytime Adobe CQ ImageServer Memory Token Service com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenServiceImpl :- Adobe CQ ImageServer Memory Token ServiceToken expiration time in secondsLONG3600
Max Tokenstokens.maxsize Adobe CQ ImageServer Memory Token Service com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenServiceImpl :- Adobe CQ ImageServer Memory Token ServiceMaximum number of tokens hold in memory (LRU tokens will be evicted first)LONG100000
TcpPortTcpPort Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponentPort number to use for communication with ImageServer process. If left blank the port is automatically chosenSTRING
AllowRemoteAccessAllowRemoteAccess Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponentAllow or disallow remote access to ImageServer process. If false image server will only listen on localhostBOOLEANfalse
MaxRenderRgnPixelsMaxRenderRgnPixels Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponentMaximum size in megapixels that will be rendered.STRING
MaxMessageSizeMaxMessageSize Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponentMaximum message size in MBytes that will be delivered.STRING
maxConnections.namemaxConnections com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.descriptionmaxConnections.descriptionSTRING4
maxRequests.namemaxRequests com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.descriptionmaxRequests.descriptionSTRING50000
requestTimeout.namerequestTimeout com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.descriptionrequestTimeout.descriptionSTRING30000
logDir.namelogDir com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.descriptionlogDir.descriptionSTRING
Maximum Adaptive FormsmaxEntries Adaptive Form Cache com.adobe.aemds.guide.service.impl.GuideCacheImpl :- Adaptive Form Caching ServiceMaximum Adaptive Forms supported by cacheINTEGER100
Enforce Server URL ConfigurationenforceServerUrlConfig Adaptive Form Json Transformer com.adobe.aemds.guide.service.impl.GuideModelTransformerImpl :- Adaptive Form Json Transformer ServiceEnforce the use of server url from externalizer service(com.day.cq.commons.impl.ExternalizerImpl) for making rest calls when doing Adaptive Form Server side validationBOOLEANfalse
sling.auth.requirements.namesling.auth.requirements NodeStructureUtils com.adobe.aemds.guide.utils.NodeStructureUtils :- com.adobe.aemds.guide.utils.NodeStructureUtils.descriptionsling.auth.requirements.descriptionSTRING-/libs/fd/af
-/bin/fd/af
-/content/fd/af
Supported LocalessupportedLocales Guide Localization Service com.adobe.aemds.guide.service.impl.GuideLocalizationServiceImpl :- Service for creating dictionaries and handling localesList of locales this component is permitted to support.STRINGen
fr
de
ja
pt-br
zh-cn
zh-tw
ko-kr
es
it
job.topics.namejob.topics FormReplicationScheduler com.adobe.aem.formsndocuments.scheduler.FormReplicationScheduler :- com.adobe.aem.formsndocuments.scheduler.FormReplicationScheduler.descriptionjob.topics.descriptionSTRINGcom/adobe/aem/formsndocuments/scheduler/formreplication
event.topics.nameevent.topics RnCEventsListener com.adobe.aem.formsndocuments.listeners.RnCEventsListener :- Service listening RNC eventsevent.topics.descriptionSTRINGorg/apache/sling/api/resource/Resource/ADDED
event.filter.nameevent.filter RnCEventsListener com.adobe.aem.formsndocuments.listeners.RnCEventsListener :- Service listening RNC eventsevent.filter.descriptionSTRING(path=/content/dam/formsanddocuments/*)
sling.servlet.extensions.namesling.servlet.extensions BaseFormsManagementServlet com.adobe.aem.formsndocuments.servlet.BaseFMServlet :- BaseFormsManagementServletsling.servlet.extensions.descriptionSTRINGjson
sling.servlet.resourceTypes.namesling.servlet.resourceTypes BaseFormsManagementServlet com.adobe.aem.formsndocuments.servlet.BaseFMServlet :- BaseFormsManagementServletsling.servlet.resourceTypes.descriptionSTRINGfd/fm/baseManageServlet
sling.servlet.methods.namesling.servlet.methods BaseFormsManagementServlet com.adobe.aem.formsndocuments.servlet.BaseFMServlet :- BaseFormsManagementServletsling.servlet.methods.descriptionSTRINGPOST
sling.servlet.extensions.namesling.servlet.extensions ReviewManagerServlet com.adobe.aem.formsndocuments.rnc.ReviewManagerServlet :- ReviewManagerServletsling.servlet.extensions.descriptionSTRINGjson
sling.servlet.resourceTypes.namesling.servlet.resourceTypes ReviewManagerServlet com.adobe.aem.formsndocuments.rnc.ReviewManagerServlet :- ReviewManagerServletsling.servlet.resourceTypes.descriptionSTRINGfd/fm/reviewServlet
sling.servlet.methods.namesling.servlet.methods ReviewManagerServlet com.adobe.aem.formsndocuments.rnc.ReviewManagerServlet :- ReviewManagerServletsling.servlet.methods.descriptionSTRINGGET
POST
sling.servlet.extensions.namesling.servlet.extensions FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServletsling.servlet.extensions.descriptionSTRINGjsp
sling.servlet.resourceTypes.namesling.servlet.resourceTypes FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServletsling.servlet.resourceTypes.descriptionSTRINGfd/fp/components/actions/saveGuideDraft
fd/fm/xfaforms/render
fd/af/components/guideContainer
sling.servlet.methods.namesling.servlet.methods FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServletsling.servlet.methods.descriptionSTRINGGET
POST
DELETE
sling.servlet.selectors.namesling.servlet.selectors FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServletsling.servlet.selectors.descriptionSTRINGfp.attach
aem.formsportal.impl.prop.nameaem.formsportal.impl.prop FPSubmittedAFUserDataServiceImpl com.adobe.fd.fp.service.impl.SubmitDataServiceImpl :- com.adobe.fd.fp.service.impl.SubmitDataServiceImpl.descriptionaem.formsportal.impl.prop.descriptionSTRINGcom.adobe.fd.fp.service.impl.SubmitDataServiceImpl
aem.formsportal.impl.prop.nameaem.formsportal.impl.prop FPSubmitMetadataServiceImpl com.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl :- com.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl.descriptionaem.formsportal.impl.prop.descriptionSTRINGcom.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl
aem.formsportal.impl.prop.nameaem.formsportal.impl.prop FormsPortalDraftMetadataImpl com.adobe.fd.fp.service.impl.DraftMetadataServiceImpl :- com.adobe.fd.fp.service.impl.DraftMetadataServiceImpl.descriptionaem.formsportal.impl.prop.descriptionSTRINGcom.adobe.fd.fp.service.impl.DraftMetadataServiceImpl
aem.formsportal.impl.prop.nameaem.formsportal.impl.prop FPDraftDataServiceImpl com.adobe.fd.fp.service.impl.DraftDataServiceImpl :- com.adobe.fd.fp.service.impl.DraftDataServiceImpl.descriptionaem.formsportal.impl.prop.descriptionSTRINGcom.adobe.fd.fp.service.impl.DraftDataServiceImpl
Outboxes to be used for Reverse Replication in Forms Portalportal.outboxes Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission ConfigurationTo configure outboxes for Forms Portal Draft Save and Submit OptionsSTRINGoutbox
Forms Portal Draft Data Servicedraft.data.service Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission ConfigurationIdentifier for draft data serviceSTRINGcom.adobe.fd.fp.service.impl.DraftDataServiceImpl
Forms Portal Draft Metadata Servicedraft.metadata.service Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission ConfigurationIdentifier for draft metadata serviceSTRINGcom.adobe.fd.fp.service.impl.DraftMetadataServiceImpl
Forms Portal Submit Data Servicesubmit.data.service Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission ConfigurationIdentifier for submit data serviceSTRINGcom.adobe.fd.fp.service.impl.SubmitDataServiceImpl
Forms Portal Submit Metadata Servicesubmit.metadata.service Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission ConfigurationIdentifier for submit metadata serviceSTRINGcom.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl
Resource Whitelistresource.whitelist Adobe CQ Form Mail Servlet com.day.cq.wcm.foundation.forms.impl.MailServlet :- Accepts posting to a form start component and performs validationsList of paths under which servlet will only accept requests.STRING/content
/home
Resource Blacklistresource.blacklist Adobe CQ Form Mail Servlet com.day.cq.wcm.foundation.forms.impl.MailServlet :- Accepts posting to a form start component and performs validationsList of paths under which servlet will reject requests.STRING/content/usergenerated
Service enabledforms.formparagraphpostprocessor.enabled Day CQ WCM Form Paragraph Post Processor com.day.cq.wcm.foundation.forms.impl.FormParagraphPostProcessor :- Post processes form paragraphs and fixes their structureEnable/disable the PostProcessorBOOLEANtrue
default.attachment.type.blacklist.namedefault.attachment.type.blacklist Adobe CQ Foundation DefaultAttachmentTypeBlacklistService com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService :- com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService.descriptiondefault.attachment.type.blacklist.descriptionSTRING.ade
.adp
.app
.asa
.asp
.bas
.bat
.cer
.chm
.cmd
.com
.cpl
.crt
.csh
.dll
.exe
.fxp
.hlp
.hta
.htm
.html
.htr
.inf
.ins
.isp
.its
.js
.jse
.ksh
.lnk
.mad
.maf
.mag
.mam
.maq
.mar
.mas
.mat
.mau
.mav
.maw
.mda
.mdb
.mde
.mdt
.mdw
.mdz
.mht
.mhtm
.mhtml
.msc
.msi
.msp
.mst
.ocx
.ops
.pcd
.pif
.prf
.prg
.reg
.scf
.scr
.sct
.shb
.shs
.tmp
.url
.vb
.vbe
.vbs
.vbx
.vsmacros
.vss
.vst
.vsw
.ws
.wsc
.wsf
.wsh
.xsl
baseline.attachment.type.blacklist.namebaseline.attachment.type.blacklist Adobe CQ Foundation DefaultAttachmentTypeBlacklistService com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService :- com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService.descriptionbaseline.attachment.type.blacklist.descriptionSTRING.php
.shtml
.svg
.swf
.xml
.xaml
Parameter Name Whitelistname.whitelist Adobe CQ Form Handling Servlet com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet :- Accepts posting to a form start component and performs validationsList of name expressions that will pass request validation. A validation error will occur if any posted parameters are not in the whitelist and not defined on the form.STRING
sling.auth.requirements.namesling.auth.requirements Adobe Page Impressions Tracker com.day.cq.wcm.foundation.impl.PageImpressionsTracker :- Adobe Page Impressions configuration component.sling.auth.requirements.descriptionSTRING
Parameter Name Whitelistparameter.whitelist Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.Properties with : in them are often security significant, by default they are not allowed through, with certain 'safe' values white listed. Properties starting with : in them are automatically white listed.STRINGjcr:description
jcr:title
jcr:lastModified
jcr:primaryType
jcr:mixinTypes
sling:resourceType
sling:resourceSuperType
cq:tags
Parameter Name Prefix Whitelistparameter.whitelist.prefixes Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.This configuration allows white listing certain parameter name prefixes which are known to be safe.STRING
Binary Parameter Whitelistbinary.parameter.whitelist Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.Binary properties with '.' in them can trigger mime type guessing from the 'extension' part when served by the DefaultGetServlet.STRING
Modifier Whitelistmodifier.whitelist Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.Some '@' suffixes allow bypassing security otherwise provided by the Dispatcher. Only white listed suffixes are allowed.STRING@TypeHint
@DefaultValue
@UseDefaultWhenMissing
@IgnoreBlanks
@ValueFrom
@Delete
@Patch
Operation Whitelistoperation.whitelist Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.The SlingPostServlet supports some powerful :operation values such as import/export. So only the basic safe operations are allowed.STRINGdelete
nop
Operation Prefix Whitelistoperation.whitelist.prefixes Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.Only specific operations given a specific name prefix are allowed.STRING
TypeHint Whitelisttypehint.whitelist Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.A subset of node types known to be safe.STRINGcq:CalendarEvent
nt:unstructured
nt:folder
nt:file
nt:resource
sling:Folder
sling:OrderedFolder
Binary
Boolean
Date
Double
Long
Name
Path
String
String[]
ResourceType Whitelistresourcetype.whitelist Adobe CQ Foundation SaferSlingPostValidator com.day.cq.wcm.foundation.security.impl.SaferSlingPostValidatorImpl :- The SaferSlingPostValidator checks POST requests for safety and recommends to REJECT or ACCEPT based on safe/unsafe constructs in the request.All resource type settings, except those that hav been whitelisted. Candidates on the whitelist should be strongly vetted for XSS, CSRF and any other security vulnerabilities.STRING
Supported Widthsadapt.supported.widths Adobe CQ Adaptive Image Component Servlet com.day.cq.wcm.foundation.impl.AdaptiveImageComponentServlet :- Render adaptive images in a variety of qualitiesList of widths this component is permitted to generate.STRING320
480
476
620
Debugcom.adobe.granite.contexthub.debug Adobe Granite ContextHub com.adobe.granite.contexthub.impl.ContextHubImpl :- Description for com.adobe.granite.contexthub.impl.ContextHubImplDescription for com.adobe.granite.contexthub.debugBOOLEANtrue
Show UIcom.adobe.granite.contexthub.show_ui Adobe Granite ContextHub com.adobe.granite.contexthub.impl.ContextHubImpl :- Description for com.adobe.granite.contexthub.impl.ContextHubImplDescription for com.adobe.granite.contexthub.show_uiBOOLEANtrue
Microsoft Translation Factory NametranslationFactory Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe Unique ID associated with this Translation Factory ConnectorSTRINGmicrosoft
Microsoft Connector default labeldefaultConnectorLabel Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe default Translation Label to be used when describing this connector from a UI perspective.STRINGMicrosoft
Microsoft Connector default attributiondefaultConnectorAttribution Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe default Translation Attribution to be used when attributing TranslationService calls to this connector.STRINGTranslations by Microsoft
Microsoft Connector default Workspace IDdefaultConnectorWorkspaceId Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe default Workspace ID to be used when calling the TranslationService for this connector.STRING
Microsoft Connector default Client IDdefaultConnectorClientId Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe default Client ID to be used when calling the TranslationService for this connector.STRING
Microsoft Connector default Client SecretdefaultConnectorClientSecret Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe default Client Secret to be used when calling the TranslationService for this connector.STRING
Microsoft Connector Language MaplanguageMapLocation Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe location of the language mapping nodes for the Microsoft ConnectorSTRING/libs/granite/translation/connector/config/msft/languageMapping
Microsoft Connector Category MapcategoryMapLocation Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplThe location of the category mapping nodes for the Microsoft ConnectorSTRING/libs/granite/translation/connector/config/msft/categoryMapping
Set Retry AttemptsretryAttempts Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplConfigure the number of API retry attempts.INTEGER2
Set Timeout limit (millisecond)timeoutCount Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImplConfigure the timeout limit for http API call (millisecond). 0 means no timeout limitINTEGER0
Language List locationcom.adobe.granite.translation.helper.languages Translation Integration Framework Mappings com.adobe.granite.translation.core.impl.TranslationConfigService :- Description for com.adobe.granite.translation.core.impl.TranslationConfigServiceThe repository path where the list of supported languages is stored.STRING/libs/wcm/core/resources/languages
Content Category List locationcom.adobe.granite.translation.helper.categories Translation Integration Framework Mappings com.adobe.granite.translation.core.impl.TranslationConfigService :- Description for com.adobe.granite.translation.core.impl.TranslationConfigServiceThe repository path where the list of supported content categories is stored.STRING/libs/granite/translation/resources/categories
Translation Integration default connectordefaultConnectorName Translation Integration Default Config com.adobe.granite.translation.core.impl.TranslationManagerImpl :- Description for com.adobe.granite.translation.core.impl.TranslationManagerImplThe connector name of the system default implementation.STRING
Translation Integration default categorydefaultCategory Translation Integration Default Config com.adobe.granite.translation.core.impl.TranslationManagerImpl :- Description for com.adobe.granite.translation.core.impl.TranslationManagerImplThe system configured default category for the Translation Integration framework. This value should correspond to a node name found within /libs/granite/translation/resources/categoriesSTRINGgeneral
service.ranking.nameservice.ranking com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.name com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory :- com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.descriptionservice.ranking.descriptionINTEGER5000
tagpattern.nametagpattern com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.name com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory :- com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.descriptiontagpattern.descriptionSTRING<(p|span|div)\s+.*data-cq-component="(?i)personalized-text".*?>
AEM Forms Constraintsaem.mcm.campaign.formConstraints AEM Campaign Integration - Configuration com.day.cq.mcm.campaign.impl.IntegrationConfigImpl :- Configures the AEM integration for Adobe Campaign.Provide allowed form constraints in the form :STRINGstring:foundation/components/form/constraints/email
string:foundation/components/form/constraints/name
numeric:foundation/components/form/constraints/numeric
date:foundation/components/form/constraints/date
Public URLaem.mcm.campaign.publicUrl AEM Campaign Integration - Configuration com.day.cq.mcm.campaign.impl.IntegrationConfigImpl :- Configures the AEM integration for Adobe Campaign.The public facing URL to be used for links, images, etc. from a published mail. Keep empty to use the replication config of the default publish instance.STRING
Relaxed SSLaem.mcm.campaign.relaxedSSL AEM Campaign Integration - Configuration com.day.cq.mcm.campaign.impl.IntegrationConfigImpl :- Configures the AEM integration for Adobe Campaign.Choose this option to allow relaxed SSL certificate checking. Warning: This may impose a security breach and should not be active in production environments.BOOLEANfalse
ActivityObject Typeactivity.object.type Day CQ MCM Newsletter Activity Object Predicate com.day.cq.mcm.core.predicate.NewsletterActivityObjectPredicate :- Day CQ MCM Newsletter Activity Object PredicateThe ActivityObject type (resource type) to identify a newsletter activity.STRINGmcm/components/newsletter/page
From Email Addressfrom.address Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterEmailServiceImpl :- Newsletter Service.The from address to be used to send the newsletter. If this is not specified the default from mail address of the mail service will be used.STRING
Lookup for Sender Hostsender.host Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterEmailServiceImpl :- Newsletter Service.Define the match for the Request Map match that should be used to resolve the Host to be used to send the Mail. (s. JCR ResourceResolver)STRINGhttp://--publish--
Bounce Counter Maximummax.bounce.count Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterEmailServiceImpl :- Newsletter Service.The maximum bounce counter to test the user's bounce counter against. Users exceeding this maximum will no longer receive newsletters. Defaults to 3. A value of 0 disables bounce counter checks.STRING3
Activity No Cachesent.activity.nocache Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterEmailServiceImpl :- Newsletter Service.Set to 'true' to disable the caching and batch writing of the activity, 'false' otherwise.STRINGtrue
From Email Addressfrom.address Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service.The from address to be used to send the newsletter. If this is not specified the default from mail address of the mail service will be used.STRING
Lookup for Sender Hostsender.host Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service.Define the match for the Request Map match that should be used to resolve the Host to be used to send the Mail. (s. JCR ResourceResolver)STRINGhttp://--publish--
Bounce Counter Maximummax.bounce.count Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service.The maximum bounce counter to test the user's bounce counter against. Users exceeding this maximum will no longer receive newsletters. Defaults to 3. A value of 0 disables bounce counter checks.STRING3
Activity No Cachesent.activity.nocache Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service.Set to 'true' to disable the caching and batch writing of the activity, 'false' otherwise.STRINGtrue
Experience Indirectionexperience.indirectionDay CQ MCM Configuration com.day.cq.mcm.impl.MCMConfiguration :- Configures the MCMUse this to implement a subtype component of an mcm experience component, eg. an own newsletter component.STRING
Touchpoint Indirectiontouchpoint.indirectionDay CQ MCM Configuration com.day.cq.mcm.impl.MCMConfiguration :- Configures the MCMUse this to implement a subtype component of a touchpoint component.STRING
Service Rankingservice.ranking TargetComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TargetComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern TargetComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TargetComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<div\s+.*?data-cq-component="target".*?>
component.resourceType.namecomponent.resourceType TargetComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TargetComponentTagHandler instancescomponent.resourceType.descriptionSTRINGcq/personalization/components/target
Service Rankingservice.ranking ClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ClickThroughComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern ClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ClickThroughComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<(div|span|a)\s+.*?data-cq-component="(?i)clickThroughLink".*?>
component.resourceType.namecomponent.resourceType ClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ClickThroughComponentTagHandler instancescomponent.resourceType.descriptionSTRINGmcm/components/cta-clickthroughlink
Service Rankingservice.ranking GraphicalClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out GraphicalClickThroughComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern GraphicalClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out GraphicalClickThroughComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<(div|span|a)\s+.*?data-cq-component="(?i)clickThroughGraphicalLink".*?>
component.resourceType.namecomponent.resourceType GraphicalClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out GraphicalClickThroughComponentTagHandler instancescomponent.resourceType.descriptionSTRINGmcm/components/cta-graphicallink
Service Rankingservice.ranking LeadFormCTAComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory :- The TagHandlerFactory that rolls out LeadFormCTAComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern LeadFormCTAComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory :- The TagHandlerFactory that rolls out LeadFormCTAComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<(div|form)\s+.*?data-cq-component="(?i)leadformgeneration".*?>
Service Rankingservice.ranking MBoxExperienceTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory :- The TagHandlerFactory that rolls out MBoxExperienceTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern MBoxExperienceTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory :- The TagHandlerFactory that rolls out MBoxExperienceTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<section\s+.*?data-cq-component="experience".*?>
Lead Mappingsf.lead.mapping Salesforce Lead Mapping Configuration com.adobe.cq.mcm.salesforce.SalesforceConfiguration :- Configuration for exchange of Leads InformationMapping of CQ user attributes to Salesforce Lead propertiesSTRINGgivenName=FirstName
title=Title
familyName=LastName
email=Email
company=Company
phoneNumber=Phone
mobile=MobilePhone
fax=Fax
website=Website
source=LeadSource
annualRevenue=AnnualRevenue
state=State
status=Status
rating=Rating
numberOfEmployees=NumberOfEmployees
productInterest=ProductInterest__c
postalCode=PostalCode
city=City
street=Street
country=Country
industry=Industry
dps.session.service.url.namedps.session.service.url Adobe CQ Media DPS Session Service com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl :- Create and Manage DPS Sessionsdps.session.service.url.descriptionSTRINGhttps://dpsapi2.digitalpublishing.acrobat.com/webservices/sessions
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes Adobe CQ Media DPS Pages Update Handler com.adobe.cq.media.publishing.dps.impl.contentsync.DPSPagesUpdateHandler :- Updates the ContentSync cache for DPS pages also considering referenced assets.cq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes Adobe CQ Media DPS Sub Pages Update Handler com.adobe.cq.media.publishing.dps.impl.contentsync.DPSSubPagesUpdateHandler :- Updates the ContentSync cache for DPS sub pages also considering referenced assets.cq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
Supported Widthsadapt.supported.widths Media Scaling Image Component Servlet com.adobe.cq.media.publishing.impl.servlets.ScalingImageComponentServlet :- Render images in a variety of qualitiesList of widths this component is permitted to generate.STRING320
480
640
960
1136
768
1024
1536
2048
Supported Qualitiesimage.supported.qualities Media Scaling Image Component Servlet com.adobe.cq.media.publishing.impl.servlets.ScalingImageComponentServlet :- Render images in a variety of qualitiesList of qualities this component supports.STRINGlow=0.4
medium=0.6
high=0.82
full=1.0
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes com.adobe.cq.mobile.platform.impl.contentsync.handler.MobilePageAssetsUpdateHandler.name com.adobe.cq.mobile.platform.impl.contentsync.handler.MobilePageAssetsUpdateHandler :- com.adobe.cq.mobile.platform.impl.contentsync.handler.MobilePageAssetsUpdateHandler.descriptioncq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
Service URLservice.url AEM Mobile Apps Pushwoosh Push Notification Service com.adobe.cq.mobile.notifications.impl.services.PushwooshNotificationServiceImpl :- com.adobe.cq.mobile.notifications.impl.services.PushwooshNotificationServiceImpl.descriptionSpecify the URL for this service.STRINGhttps://cp.pushwoosh.com/json/1.3/
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes com.adobe.cq.mobile.mobileservices.impl.contentsync.AMSConfigJSONUpdateHandler.name com.adobe.cq.mobile.mobileservices.impl.contentsync.AMSConfigJSONUpdateHandler :- com.adobe.cq.mobile.mobileservices.impl.contentsync.AMSConfigJSONUpdateHandler.descriptioncq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes com.adobe.cq.mobile.platform.impl.contentsync.handler.MobileRootPageUpdateHandler.name com.adobe.cq.mobile.platform.impl.contentsync.handler.MobileRootPageUpdateHandler :- com.adobe.cq.mobile.platform.impl.contentsync.handler.MobileRootPageUpdateHandler.descriptioncq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Invokes the MobilePlatformProviderOutputServlet to generate the assets required by the provider com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet.descriptionsling.servlet.resourceTypes.descriptionSTRINGsling/servlet/default
sling.servlet.methods.namesling.servlet.methods Invokes the MobilePlatformProviderOutputServlet to generate the assets required by the provider com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
sling.servlet.selectors.namesling.servlet.selectors Invokes the MobilePlatformProviderOutputServlet to generate the assets required by the provider com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet.descriptionsling.servlet.selectors.descriptionSTRINGmobileapps.provider
sling.servlet.extensions.namesling.servlet.extensions Invokes the MobilePlatformProviderOutputServlet to generate the assets required by the provider com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobilePlatformProviderOutputServlet.descriptionsling.servlet.extensions.descriptionSTRINGzip
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes com.adobe.cq.mobile.platform.impl.contentsync.handler.MobilePagesUpdateHandler.name com.adobe.cq.mobile.platform.impl.contentsync.handler.MobilePagesUpdateHandler :- com.adobe.cq.mobile.platform.impl.contentsync.handler.MobilePagesUpdateHandler.descriptioncq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
Adobe Reporting Services URLcq.mobile.mobileservices.reportingservices.server.url AEM Apps Mobile Stats Polling Importer com.adobe.cq.mobile.mobileservices.impl.importer.MobileServicesReportingServiceImporter :- The Mobile Services Reporting Importer regularly polls configured data sources for updated data to be imported into the AEM repository.Reporting Service's base URLSTRINGhttps://services1.omniture.com/p/rs/0.5/
Intervalcq.mobile.mobileservices.reportpolling.importer.interval AEM Apps Mobile Stats Polling Importer com.adobe.cq.mobile.mobileservices.impl.importer.MobileServicesReportingServiceImporter :- The Mobile Services Reporting Importer regularly polls configured data sources for updated data to be imported into the AEM repository.The time in milliseconds between polling updatesLONG43200000
sling.servlet.resourceTypes.namesling.servlet.resourceTypes Lists the associated screenshots for the mobile application. com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet.descriptionsling.servlet.resourceTypes.descriptionSTRINGsling/servlet/default
sling.servlet.methods.namesling.servlet.methods Lists the associated screenshots for the mobile application. com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet.descriptionsling.servlet.methods.descriptionSTRINGGET
sling.servlet.selectors.namesling.servlet.selectors Lists the associated screenshots for the mobile application. com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet.descriptionsling.servlet.selectors.descriptionSTRINGmobileapps.screenshots
sling.servlet.extensions.namesling.servlet.extensions Lists the associated screenshots for the mobile application. com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet :- com.adobe.cq.mobile.platform.impl.servlets.MobileAppScreenshotServlet.descriptionsling.servlet.extensions.descriptionSTRINGjson
PhoneGap Build Hostphonegap.build.host Adobe CQ WCM Mobile PhoneGap Build Manager Adapter Factory com.adobe.cq.mobile.phonegap.impl.build.service.PGBuildManagerAdapterFactory :- Adapts jcr Session or sling ResourceResolver to a PGBuildManager.PhoneGap Build HostSTRINGbuild.phonegap.com
PhoneGap Build Portphonegap.build.port Adobe CQ WCM Mobile PhoneGap Build Manager Adapter Factory com.adobe.cq.mobile.phonegap.impl.build.service.PGBuildManagerAdapterFactory :- Adapts jcr Session or sling ResourceResolver to a PGBuildManager.PhoneGap Build PortSTRING443
Use SSLphonegap.build.useSsl Adobe CQ WCM Mobile PhoneGap Build Manager Adapter Factory com.adobe.cq.mobile.phonegap.impl.build.service.PGBuildManagerAdapterFactory :- Adapts jcr Session or sling ResourceResolver to a PGBuildManager.Use SSLSTRINGtrue
Maximum Recursion Depthmax.recursion.depth Component org.apache.sling.models.impl.ModelAdapterFactory org.apache.sling.models.impl.ModelAdapterFactory :- Description for org.apache.sling.models.impl.ModelAdapterFactoryMaximum depth adaptation will be attempted.INTEGER20
priority.namepriority AEM Communities SocialActivityStreamComponentFactory com.adobe.cq.social.activitystreams.client.impl.SocialActivityStreamComponentFactory :- com.adobe.cq.social.activitystreams.client.impl.SocialActivityStreamComponentFactory.descriptionpriority.descriptionINTEGER0
priority.namepriority AEM Communities SocialActivityComponentFactory com.adobe.cq.social.activitystreams.client.impl.SocialActivityComponentFactoryImpl :- com.adobe.cq.social.activitystreams.client.impl.SocialActivityComponentFactoryImpl.descriptionpriority.descriptionINTEGER0
eventlistener.topic.labelevent.topics eventlistener.name com.adobe.cq.social.activitystreams.listener.impl.EventListenerHandler :- eventlistener.descriptioneventlistener.topic.descriptionSTRINGcom/adobe/cq/social/*
Event Filterevent.filter eventlistener.name com.adobe.cq.social.activitystreams.listener.impl.EventListenerHandler :- eventlistener.descriptionEvent filter used to filtering activity generated from SocialActivityManagerSTRING(!(component=com.adobe.cq.social.activitystreams.api.SocialActivityManager))
acceptedaccepted com.adobe.cq.social.activitystreams.listener.impl.ModerationEventExtension.name com.adobe.cq.social.activitystreams.listener.impl.ModerationEventExtension :- com.adobe.cq.social.activitystreams.listener.impl.ModerationEventExtension.descriptionaccepted.descriptionBOOLEANfalse
rankedranked com.adobe.cq.social.activitystreams.listener.impl.ModerationEventExtension.name com.adobe.cq.social.activitystreams.listener.impl.ModerationEventExtension :- com.adobe.cq.social.activitystreams.listener.impl.ModerationEventExtension.descriptionranked.descriptionINTEGER100
Activity Stream PathstreamPathAEM Communities Resource ActivityStreamProvider Factory com.adobe.cq.social.activitystreams.listener.impl.ResourceActivityStreamProviderFactory :- Provides Activity Stream at a specific resource location.The base path of the activity stream. For JCR, this folder needs to have a 'jcr:content' nodeSTRING
Stream NamestreamNameAEM Communities Resource ActivityStreamProvider Factory com.adobe.cq.social.activitystreams.listener.impl.ResourceActivityStreamProviderFactory :- Provides Activity Stream at a specific resource location.The name of the streamSTRINGcommunity
API Keyakismet.service.api.key AEM Communities Blog Antispam com.adobe.cq.social.blog.antispam.impl.AkismetServiceImpl :- Social Blog Akismet configurationAPI KeySTRING
Registered URLakismet.service.registered.url AEM Communities Blog Antispam com.adobe.cq.social.blog.antispam.impl.AkismetServiceImpl :- Social Blog Akismet configurationRegistered URLSTRING
Providerakismet.service.provider AEM Communities Blog Antispam com.adobe.cq.social.blog.antispam.impl.AkismetServiceImpl :- Social Blog Akismet configurationProviderINTEGER0
0 -- Akismet
1 -- Typepad
sling.servlet.resourceTypes.namesling.servlet.resourceTypes AEM Communities Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled).sling.servlet.resourceTypes.descriptionSTRINGsling/servlet/default
sling.servlet.selectors.namesling.servlet.selectors AEM Communities Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled).sling.servlet.selectors.descriptionSTRINGsocial.createblogentry
social.createblogentry -- social.createblogentry
social.editblogentry -- social.editblogentry
sling.servlet.methods.namesling.servlet.methods AEM Communities Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled).sling.servlet.methods.descriptionSTRINGPOST
Reverse replicationreverseReplicate AEM Communities Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled).Triggers reverse replication for blog entriesBOOLEANtrue
importer.scheme.nameimporter.scheme AEM Communities Blog Feed Imported com.adobe.cq.social.blog.impl.importer.FeedImporter :- This service allows you to import feeds into Blogimporter.scheme.descriptionSTRINGrss
atom
Ping Googleblogsearch.service.ping.google AEM Communities Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configurationShould Google be pinged?BOOLEANtrue
Ping Technoratiblogsearch.service.ping.technorati AEM Communities Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configurationShould Technorati be pinged?BOOLEANtrue
Ping Bloglinesblogsearch.service.ping.bloglines AEM Communities Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configurationShould Bloglines be pinged?BOOLEANfalse
Ping Pingomaticblogsearch.service.ping.pingomatic AEM Communities Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configurationShould Pingomatic be pinged?BOOLEANtrue
indexer.extension.enabled.nameindexer.extension.enabled AEM Communities Blog Entry Node Indexer com.adobe.cq.social.blog.impl.BlogNodeIndexerExtension :- This service indexes Blog entries using Luceneindexer.extension.enabled.descriptionBOOLEANtrue
MaxRetry.nameMaxRetry AEM Communities CalendarOperationProvider com.adobe.cq.social.calendar.client.endpoints.impl.CalendarOperationsImpl :- This component serves the POST calendar events requestMaxRetry.descriptionINTEGER100
Expiry timetimezones.expirytime AEM Communities TimeZone Servlet com.adobe.cq.social.calendar.servlets.TimeZoneServlet :- Servlet that provides JSON formatted olson timezone dataExpiry time for timezone responses in minutes (defaults to 1 week)INTEGER10080
attachmentTypeBlacklist.nameattachmentTypeBlacklist AEM Communities Calendar Event Attachment Operation Extension com.adobe.cq.social.calendar.client.operationextensions.EventAttachment :- This Service is used to Handle Calendar Event AttachmentsattachmentTypeBlacklist.descriptionSTRINGDEFAULT
extension.order.nameextension.order AEM Communities Calendar Event Attachment Operation Extension com.adobe.cq.social.calendar.client.operationextensions.EventAttachment :- This Service is used to Handle Calendar Event Attachmentsextension.order.descriptionINTEGER2147483647
event.filter.nameevent.filter AEM Communities Cloud Storage Sync Service com.adobe.cq.social.datastore.as.impl.ComponentSyncHandlerEnablerImpl :- Syncs changes to Social components to the cloud for moderationevent.filter.descriptionSTRING(path=/etc/socialconfig/srpc//*)
sync.property.syncedResourceTypes.namesync.property.syncedResourceTypes AEM Communities Cloud Storage Sync Service com.adobe.cq.social.datastore.as.impl.ComponentSyncHandlerImpl :- Syncs changes to Social components to the cloud for moderationAll resources who suffice this isA relationship will be syncedSTRINGsocial/commons/components/comments
social/forum/components/forum
Resource type of a pagesync.property.basePageType AEM Communities Cloud Storage Sync Service com.adobe.cq.social.datastore.as.impl.ComponentSyncHandlerImpl :- Syncs changes to Social components to the cloud for moderationAll resources who suffice this isA relationship will be syncedSTRINGfoundation/components/page
Which run modes to run the sync onsync.property.activeRunModes AEM Communities Cloud Storage Sync Service com.adobe.cq.social.datastore.as.impl.ComponentSyncHandlerImpl :- Syncs changes to Social components to the cloud for moderationSTRINGpublish
Design Paths to watch for changessync.property.addtionalDesignPaths AEM Communities Cloud Storage Sync Service com.adobe.cq.social.datastore.as.impl.ComponentSyncHandlerImpl :- Syncs changes to Social components to the cloud for moderationSTRING/etc/designs
zookeeper timeoutsolr.zk.timeoutAEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storagethe timeout to talk to the zookeeper ensemble in msSTRING100
commit intervalsolr.commitAEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storagean override to the solr autocommit interval.STRING0
use cache for readscache.onAEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storageuncheck to turn cache off for readsBOOLEANtrue
expiration time for cache itemscache.ttlAEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage1000 equals 1 secondLONG5000
number of entries for cachecache.sizeAEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storagemax number of cache entries to storeLONG100
version.idversion.idAEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storageversion.id.descriptionSTRINGv1
use cache for readscache.onAEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storageuncheck to turn cache off for readsBOOLEANtrue
expiration time for cache itemscache.ttlAEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage1000 equals 1 secondLONG5000
number of entries for cachecache.sizeAEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storagemax number of cache entries to storeLONG100
Reverse replicationreverseReplicate AEM Communities Moderation Operation com.adobe.cq.social.commons.moderation.impl.ModerationOperationService :- This component serves the moderation of contentTriggers reverse replicationBOOLEANtrue
poolSize.namepoolSize AEM Communities Reverse Replicator (DEPRECATED) com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslypoolSize.descriptionINTEGER5
maxPoolSize.namemaxPoolSize AEM Communities Reverse Replicator (DEPRECATED) com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslymaxPoolSize.descriptionINTEGER10
queueSize.namequeueSize AEM Communities Reverse Replicator (DEPRECATED) com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslyqueueSize.descriptionINTEGER50
keepAliveTime.namekeepAliveTime AEM Communities Reverse Replicator (DEPRECATED) com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslykeepAliveTime.descriptionLONG1
cors.enabling.namecors.enabling AEM Communities Authentication Filter com.adobe.cq.social.commons.cors.CORSAuthenticationFilter :- com.adobe.cq.social.commons.cors.CORSAuthenticationFilter.descriptioncors.enabling.descriptionBOOLEANfalse
Reverse replicationreverseReplicate AEM Communities CommentOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.CommentOperationService :- This component serves the POST commentsTriggers reverse replicationBOOLEANtrue
Form Field WhitelistfieldWhitelist AEM Communities CommentOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.CommentOperationService :- This component serves the POST commentsList of form field names allowed to be stored with the comment in addition to the minimal form fields required by comments.STRINGcq:tags
tags
Restricted mime types for AttachmentsattachmentTypeBlacklist AEM Communities CommentOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.CommentOperationService :- This component serves the POST commentsBlack list of attachment mime types that are unsafe.STRINGDEFAULT
Reverse replicationreverseReplicate AEM Communities TranslationOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.TranslationOperationService :- This component serves TRANSLATION for commentsTriggers reverse replicationBOOLEANtrue
Form Field WhitelistfieldWhitelist AEM Communities TranslationOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.TranslationOperationService :- This component serves TRANSLATION for commentsList of form field names allowed to be stored with the comment in addition to the minimal form fields required by comments.STRINGcq:tags
tags
Restricted mime types for AttachmentsattachmentTypeBlacklist AEM Communities TranslationOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.TranslationOperationService :- This component serves TRANSLATION for commentsBlack list of attachment mime types that are unsafe.STRINGDEFAULT
Cache Activeparameter.cache.active Handlebars Engine Factory com.adobe.cq.social.handlebars.HandlebarsScriptingEngineFactory :- com.adobe.cq.social.handlebars.HandlebarsScriptingEngineFactory.descriptionMake the Handlebars engine use a cache for the compiled templates.BOOLEANtrue
oauth.provider.id.nameoauth.provider.id AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Provideroauth.provider.id.descriptionSTRINGsoco-twitter
oauth.cloud.config.root.nameoauth.cloud.config.root AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Provideroauth.cloud.config.root.descriptionSTRING/etc/cloudservices/twitterconnect
provider.config.root.nameprovider.config.root AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Providerprovider.config.root.descriptionSTRING/apps/social/twitterprovider/config
oauth.provider.id.nameoauth.provider.id AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provideroauth.provider.id.descriptionSTRINGsoco-facebook
oauth.cloud.config.root.nameoauth.cloud.config.root AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provideroauth.cloud.config.root.descriptionSTRING/etc/cloudservices/facebookconnect
provider.config.root.nameprovider.config.root AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Providerprovider.config.root.descriptionSTRING/apps/social/facebookprovider/config
provider.config.create.tags.enabled.nameprovider.config.create.tags.enabled AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Providerprovider.config.create.tags.enabled.descriptionBOOLEANtrue
enableenable AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instanceEnable/Disable this serviceBOOLEANfalse
Replication Agent Configagent.configuration AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instanceThe location of a replication agent's configuration containing the Publisher login infoSTRING/etc/replication/agents.author/publish
Disabled cipher suitesdisabled.cipher.suites AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instanceList of cipher suites that should be explicitly disabled. Default is none.STRING
Enabled cipher suitesenabled.cipher.suites AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instanceList of cipher suites that should be explicitly enabled. Default is none.STRING
fieldWhitelist.namefieldWhitelist AEM Communities UserProfileOperationService com.adobe.cq.social.user.endpoints.impl.UserProfileOperationService :- This component provides social user profile operationsfieldWhitelist.descriptionSTRINGgender
aboutMe
region
streetAddress
city
email
familyName
country
birthday
givenName
displayName
postalCode
language
jobTitle
url
memberSince
friends
smartRendering
soco.dns.ultra.restendpoint.namesoco.dns.ultra.restendpointcom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.ultra.restendpoint.descriptionSTRING
soco.dns.ultra.rootdomain.namesoco.dns.ultra.rootdomaincom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.ultra.rootdomain.descriptionSTRING
soco.dns.ultra.username.namesoco.dns.ultra.usernamecom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.ultra.username.descriptionSTRING
soco.dns.ultra.password.namesoco.dns.ultra.passwordcom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.ultra.password.descriptionSTRING
soco.dns.ultra.suffix.namesoco.dns.ultra.suffixcom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.ultra.suffix.descriptionSTRING
soco.dns.applicationkey.namesoco.dns.applicationkeycom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.applicationkey.descriptionSTRING
soco.dns.pointsto.namesoco.dns.pointstocom.adobe.cq.social.dns.impl.UltraDNSManager.name com.adobe.cq.social.dns.impl.UltraDNSManager :- com.adobe.cq.social.dns.impl.UltraDNSManager.descriptionsoco.dns.pointsto.descriptionSTRING
Enable Reverse ReplicationreverseReplicate AEM Communities FileLibraryOperationProvider com.adobe.cq.social.filelibrary.client.endpoints.impl.FileLibraryOperationsService :- This component serves the POST FileLibraryDefines whether the comment should be reverse-replicatedBOOLEANtrue
fieldWhitelist.namefieldWhitelist AEM Communities FileLibraryOperationProvider com.adobe.cq.social.filelibrary.client.endpoints.impl.FileLibraryOperationsService :- This component serves the POST FileLibraryfieldWhitelist.descriptionSTRINGcq:tags
tags
Restricted mime types for AttachmentsattachmentTypeBlacklist AEM Communities FileLibraryOperationProvider com.adobe.cq.social.filelibrary.client.endpoints.impl.FileLibraryOperationsService :- This component serves the POST FileLibraryBlack list of attachment mime types that are unsafe.STRINGDEFAULT
extension.order.nameextension.order Forum Dispatcher Flush Operation Extension com.adobe.cq.social.forum.dispatcher.impl.FlushOperations :- This operation extension uses the flush service to invalidate the dispatcherextension.order.descriptionINTEGER2147483647
flush.forumontopic.nameflush.forumontopic Forum Dispatcher Flush Operation Extension com.adobe.cq.social.forum.dispatcher.impl.FlushOperations :- This operation extension uses the flush service to invalidate the dispatcherflush.forumontopic.descriptionBOOLEANtrue
Enable Reverse ReplicationreverseReplicate AEM Communities ForumOperationProvider com.adobe.cq.social.forum.client.endpoints.impl.ForumOperationsService :- This component serves the POST forumsDefines whether the comment should be reverse-replicatedBOOLEANtrue
fieldWhitelist.namefieldWhitelist AEM Communities ForumOperationProvider com.adobe.cq.social.forum.client.endpoints.impl.ForumOperationsService :- This component serves the POST forumsfieldWhitelist.descriptionSTRINGcq:tags
tags
Restricted mime types for AttachmentsattachmentTypeBlacklist AEM Communities ForumOperationProvider com.adobe.cq.social.forum.client.endpoints.impl.ForumOperationsService :- This component serves the POST forumsBlack list of attachment mime types that are unsafe.STRINGDEFAULT
priority.namepriority com.adobe.cq.social.group.client.impl.CommunityGroupComponentFactory.name com.adobe.cq.social.group.client.impl.CommunityGroupComponentFactory :- com.adobe.cq.social.group.client.impl.CommunityGroupComponentFactory.descriptionpriority.descriptionINTEGER0
maxWaitTime.namemaxWaitTime AEM Communities GroupService com.adobe.cq.social.group.impl.GroupServiceImpl :- to create a copy of social groupmaxWaitTime.descriptionINTEGER2000
minWaitBetweenRetries.nameminWaitBetweenRetries AEM Communities GroupService com.adobe.cq.social.group.impl.GroupServiceImpl :- to create a copy of social groupminWaitBetweenRetries.descriptionINTEGER100
Reverse replicationreverseReplicate AEM Communities JournalOperationProvider com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService :- This component serves the journalsTriggers reverse replication for journal entriesBOOLEANtrue
fieldWhitelist.namefieldWhitelist AEM Communities JournalOperationProvider com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService :- This component serves the journalsfieldWhitelist.descriptionSTRINGcq:tags
tags
Restricted mime types for AttachmentsattachmentTypeBlacklist AEM Communities JournalOperationProvider com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService :- This component serves the journalsBlack list of attachment mime types that are unsafe.STRINGDEFAULT
Message Fields Whitelistmessage.properties AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesMessage Fields WhitelistSTRING
message box size limitmessageBoxSizeLimit AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagessize limit per user in bytes, -1 for unlimited sizeLONG1073741824
message count limitmessageCountLimit AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagestotal message count limit per user, -1 for unlimited countLONG10000
notify delivery failurenotifyFailure AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesnotify sender if message delivery fails to some recipientsBOOLEANtrue
failure delivery sender idfailureMessageFrom AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesid/name in from field of failure delivery messageSTRINGfailureNotifier
failure message template pathfailureTemplatePath AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesabsolute path to the failure message template rootSTRING/etc/notification/messaging/default
maxRetries.namemaxRetries AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesmaxRetries.descriptionINTEGER3
minWaitBetweenRetries.nameminWaitBetweenRetries AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesminWaitBetweenRetries.descriptionINTEGER100
count update pool sizecountUpdatePoolSize AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesnumber of concurrent threads for count updateINTEGER10
batchSize.namebatchSize AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messagesbatchSize.descriptionINTEGER100
priority.namepriority MessagingUserComponentFactory.name MessagingUserComponentFactory :- MessagingUserComponentFactory.descriptionpriority.descriptionINTEGER0
inbox.path.nameinbox.pathAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestinbox.path.descriptionSTRING/mail/inbox
sentitems.path.namesentitems.pathAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestsentitems.path.descriptionSTRING/mail/sentitems
supportAttachments.namesupportAttachmentsAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestsupportAttachments.descriptionBOOLEANtrue
maxTotalAttachmentSize.namemaxTotalAttachmentSizeAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestmaxTotalAttachmentSize.descriptionLONG104857600
attachmentTypeBlacklist.nameattachmentTypeBlacklistAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestattachmentTypeBlacklist.descriptionSTRINGDEFAULT
allowedAttachmentTypes.nameallowedAttachmentTypesAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestallowedAttachmentTypes.descriptionSTRING
serviceSelector.nameserviceSelectorAEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages requestserviceSelector.descriptionSTRING/bin/messaging
priority.namepriority AEM Communities Moderation Dashboard com.adobe.cq.social.moderation.dashboard.api.ModerationDashboardSocialComponentFactory :- This component provides a dashboard for moderators to use.priority.descriptionINTEGER0
priority.namepriority AEM Communities User Details com.adobe.cq.social.moderation.dashboard.api.UserDetailsSocialComponentFactory :- This component provides the details and activity stream of a given user.priority.descriptionINTEGER0
ResourceType FiltersresourceType.filters AEM Communities Moderation Dashboard Filters com.adobe.cq.social.moderation.dashboard.api.FilterGroupSocialComponentFactory :- This component holds a group of search filters.Specify resource types for searching: ScreenName=resource/type1:resource/type2... etc.STRING
priority.namepriority AEM Communities Moderation Dashboard Filters com.adobe.cq.social.moderation.dashboard.api.FilterGroupSocialComponentFactory :- This component holds a group of search filters.priority.descriptionINTEGER0
reverseReplicate.namereverseReplicate AEM Communities QnaForumOperationProvider com.adobe.cq.social.qna.client.endpoints.impl.QnaForumOperationsService :- This component serves the POST forumsreverseReplicate.descriptionBOOLEANtrue
fieldWhitelist.namefieldWhitelist AEM Communities QnaForumOperationProvider com.adobe.cq.social.qna.client.endpoints.impl.QnaForumOperationsService :- This component serves the POST forumsfieldWhitelist.descriptionSTRINGcq:tags
tags
attachmentTypeBlacklist.nameattachmentTypeBlacklist AEM Communities QnaForumOperationProvider com.adobe.cq.social.qna.client.endpoints.impl.QnaForumOperationsService :- This component serves the POST forumsattachmentTypeBlacklist.descriptionSTRINGDEFAULT
reverseReplicate.namereverseReplicate AEM Communities ReviewOperationProvider com.adobe.cq.social.review.client.endpoints.impl.ReviewOperationsService :- This component serves the POST reviewsreverseReplicate.descriptionBOOLEANtrue
fieldWhitelist.namefieldWhitelist AEM Communities ReviewOperationProvider com.adobe.cq.social.review.client.endpoints.impl.ReviewOperationsService :- This component serves the POST reviewsfieldWhitelist.descriptionSTRINGcq:tags
tags
attachmentTypeBlacklist.nameattachmentTypeBlacklist AEM Communities ReviewOperationProvider com.adobe.cq.social.review.client.endpoints.impl.ReviewOperationsService :- This component serves the POST reviewsattachmentTypeBlacklist.descriptionSTRINGDEFAULT
sling.servlet.selectors.namesling.servlet.selectors AEM Communities DefaultSocialGetServlet com.adobe.cq.social.scf.endpoints.impl.DefaultSocialGetServlet :- This servlet serves the GET request for social componentssling.servlet.selectors.descriptionSTRINGsocial
social.query
index
social.translate
sling.servlet.extensions.namesling.servlet.extensions AEM Communities DefaultSocialGetServlet com.adobe.cq.social.scf.endpoints.impl.DefaultSocialGetServlet :- This servlet serves the GET request for social componentssling.servlet.extensions.descriptionSTRINGjson
sling.servlet.selectors.namesling.servlet.selectors AEM Communities OperationsServlet com.adobe.cq.social.scf.core.operations.impl.SocialOperationsServlet :- This servlet returns the APIs that is supported by all social component endpointssling.servlet.selectors.descriptionSTRINGsocial
sling.servlet.extensions.namesling.servlet.extensions AEM Communities OperationsServlet com.adobe.cq.social.scf.core.operations.impl.SocialOperationsServlet :- This servlet returns the APIs that is supported by all social component endpointssling.servlet.extensions.descriptionSTRINGapi
score.namescore AEM Communities ScoringService com.adobe.cq.social.scoring.impl.ScoringServiceImpl :- This service updates score on activitiesdefault score used to retrieve pointsSTRINGscore
GroupToMember RTgroup2member.relationship.outgoing AEM Communities Social Graph Factory com.adobe.cq.social.graph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the relationship type between a group and his group member.STRINGfollowing
Excluded GroupToMembergroup2member.excluded.outgoing AEM Communities Social Graph Factory com.adobe.cq.social.graph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the groups that do not create relationships to their group members.STRING
GroupFromMember RTgroup2member.relationship.incoming AEM Communities Social Graph Factory com.adobe.cq.social.graph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the relationship type between a group member and his group.STRINGmember
Excluded MemberToGroupgroup2member.excluded.incoming AEM Communities Social Graph Factory com.adobe.cq.social.graph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings.Defines the groups that do not create relationships from their group members.STRINGcontributor
content-authors
Node Typesnodetypes AEM Communities User Sync Listener com.adobe.cq.social.sync.impl.UserSyncListenerImpl :- A listener that allows publisher users to distribute across a farm of publishers The node types to listen for.STRINGrep:User
nt:unstructured
nt:resource
Ignorable Propertiesignorableprops AEM Communities User Sync Listener com.adobe.cq.social.sync.impl.UserSyncListenerImpl :- A listener that allows publisher users to distribute across a farm of publishers Properties that do not need to be distributedSTRINGcq:lastModified
Ignorable Nodesignorablenodes AEM Communities User Sync Listener com.adobe.cq.social.sync.impl.UserSyncListenerImpl :- A listener that allows publisher users to distribute across a farm of publishers Subpaths that do not need to be distributed. Anything under these nodes will be ignoredSTRING.tokens
system
Distributed Foldersdistfolders AEM Communities User Sync Listener com.adobe.cq.social.sync.impl.UserSyncListenerImpl :- A listener that allows publisher users to distribute across a farm of publishers Usually folders are not distributed. There are some exceptions. They are listed here.STRINGsegments/scoring
social/relationships
activities
Run modesactiveRunModes AEM Communities Publisher Sync Service com.adobe.cq.social.sync.impl.PublisherSyncServiceImpl :- A service that assists with syncing nodes between publishers.Run modes in which this service should be active.STRINGpublish
Enabled Languagestranslate.language AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptiontranslate.language.descriptionSTRINGen
fr
de
ja
it
es
pt
zh_CN
zh_TW
ko
ar -- Arabic
bg -- Bulgarian
zh_CN -- Simplified Chinese
zh_TW -- Traditional Chinese
cs -- Czech
da -- Danish
nl -- Dutch
en -- English
et -- Estonian
fi -- Finnish
fr -- French
de -- German
el -- Greek
ht -- Haitian Creole
he -- Hebrew
hu -- Hungarian
id -- Indonesian
it -- Italian
ja -- Japanese
ko -- Korean
lv -- Latvian
lt -- Lithuanian
no -- Norwegian
pl -- Polish
pt -- Portuguese
ro -- Romanian
ru -- Russian
sk -- Slovak
sl -- Slovenian
es -- Spanish
sv -- Swedish
th -- Thai
tr -- Turkish
uk -- Ukrainian
vi -- Vietnamese
Select Display Optionstranslate.display AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptiontranslate.display.descriptionSTRINGreplace
replace -- Replace source content with the target translation
side -- Show target translation side by side with source content
Attributiontranslate.attribution AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptionAppend translation service provider attribution to translated result. Attribution text is editable in the Cloud Service configuration page.BOOLEANtrue
Select Persistence Optionstranslate.caching AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptiontranslate.caching.descriptionSTRINGcache_when_call
cache_when_call -- Translate contributions on user request and persist afterwards
no_caching -- Don't persist translations.
cache_when_post -- Automatically translate new contributions and persist the new translations
Set Machine Translation Refresh Intervaltranslate.caching.duration AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptionRefresh translation after designated interval (number of months). Enter 0 to disable this feature.STRING0
Set Machine Translation session save intervaltranslate.session.save.interval AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptionForce session save after designated interval (number of seconds). Enter 0 to disable batch writingSTRING2
Set Machine Translation Save Queue batching limittranslate.session.save.batchLimit AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptionIf the session save interval is 0, then this value is irrelevantSTRING250
Smart Renderingtranslate.smart.rendering AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.descriptionAlways show contributions in user�s preferred language.BOOLEANfalse
event.topics.nameevent.topics AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detectorevent.topics.descriptionSTRINGcom/adobe/cq/social/*
event.filter.nameevent.filter AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detectorevent.filter.descriptionSTRING(path=/content/usergenerated/*)
Resource and property types to listen fortranslate.listener.type AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language DetectorEnter the sling:resourceType and primary property used to determine the language of the content (space delimited). Only one property per resource type.STRINGsocial/commons/components/comments/comment jcr:description
Resource and property types to translate by defaulttranslate.property.list AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language DetectorEnter the sling:resourceType and property to translate (space delimited).STRINGsocial/commons/components/comments/comment jcr:description
social/commons/components/comments/comment jcr:title
poolSize.namepoolSize AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language DetectorpoolSize.descriptionINTEGER5
maxPoolSize.namemaxPoolSize AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language DetectormaxPoolSize.descriptionINTEGER10
queueSize.namequeueSize AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language DetectorqueueSize.descriptionINTEGER50
keepAliveTime.namekeepAliveTime AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language DetectorkeepAliveTime.descriptionLONG1
Delay Pool sizethreadPoolSize AEM Communities Dispatcher Flush Service com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl :- com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl.descriptionNumber of workers in the delay flush threadpoolINTEGER5
Flush DelaydelayTime AEM Communities Dispatcher Flush Service com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl :- com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl.descriptionNumber of milliseconds to wait between sending flush requests to the dispatcherLONG10000
Worker Sleep IntervalworkerSleepTime AEM Communities Dispatcher Flush Service com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl :- com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl.descriptionNumber of milliseconds for a worker thread to sleep when there is nothing to doLONG500
Default Attachment Type Blacklistdefault.attachment.type.blacklist AEM Communities DefaultAttachmentTypeBlacklistService com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService :- com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService.descriptionThese file types will be rejected from upload to any AEM Social component whose blacklist is configured to "DEFAULT". Also rejected will be any listed on the baseline attachment type blacklist.STRING.ade
.adp
.app
.asa
.asp
.bas
.bat
.cer
.chm
.cmd
.com
.cpl
.crt
.csh
.dll
.exe
.fxp
.hlp
.hta
.htm
.html
.htr
.inf
.ins
.isp
.its
.js
.jse
.ksh
.lnk
.mad
.maf
.mag
.mam
.maq
.mar
.mas
.mat
.mau
.mav
.maw
.mda
.mdb
.mde
.mdt
.mdw
.mdz
.mht
.mhtm
.mhtml
.msc
.msi
.msp
.mst
.ocx
.ops
.pcd
.pif
.prf
.prg
.reg
.scf
.scr
.sct
.shb
.shs
.tmp
.url
.vb
.vbe
.vbs
.vbx
.vsmacros
.vss
.vst
.vsw
.ws
.wsc
.wsf
.wsh
.xsl
Baseline Attachment Type Blacklistbaseline.attachment.type.blacklist AEM Communities DefaultAttachmentTypeBlacklistService com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService :- com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService.descriptionThese file types will be rejected from upload to any AEM Social component whether configured to use its own blacklist, or to use the DEFAULT. To restore original configuration move these entries to the Default Attachment Type Blacklist and make this list empty.STRING.php
.shtml
.svg
.swf
.xml
.xaml
event.filter.nameevent.filter AEM Communities Utilities com.adobe.cq.social.ugcbase.impl.SocialUtilsImpl :- This service provides utilities used by Communitiesevent.filter.descriptionSTRING(path=/etc/socialconfig/srpc/*)
Cloud Storage Full Path UGClegacyCloudUGCPathMapping AEM Communities Utilities com.adobe.cq.social.ugcbase.impl.SocialUtilsImpl :- This service provides utilities used by CommunitiesUse full path in Cloud Storage UGC path generation. Truncated to page if false.BOOLEANtrue
watchwords.positive.namewatchwords.positive sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.descriptionwatchwords.positive.descriptionSTRING
watchwords.negative.namewatchwords.negative sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.descriptionwatchwords.negative.descriptionSTRING
watchwords.path.namewatchwords.path sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.descriptionwatchwords.path.descriptionSTRING/etc/watchwords/default
sentiment.path.namesentiment.path sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.descriptionsentiment.path.descriptionSTRING/libs/cq/workflow/components/workflow/social/sentiments/rules
automoderation.sequence.nameautomoderation.sequence automoderation.name com.adobe.cq.social.ugcbase.moderation.impl.AutoModerationImpl :- automoderation.descriptionautomoderation.sequence.descriptionSTRINGSentimentProcess
automoderation.onfailurestop.nameautomoderation.onfailurestop automoderation.name com.adobe.cq.social.ugcbase.moderation.impl.AutoModerationImpl :- automoderation.descriptionautomoderation.onfailurestop.descriptionBOOLEANtrue
Parameter Whitelistparameter.whitelist AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionParameter names to be allowed.STRINGjcr:description
jcr:title
jcr:lastModified
jcr:primaryType
jcr:mixinTypes
sling:resourceType
sling:resourceSuperType
cq:tags
Parameter Prefix Whitelistparameter.whitelist.prefixes AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionParameter name prefixes to be allowed.STRINGsocial:
scf:
Binary Parameter Whitelistbinary.parameter.whitelist AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionParameter names allowed to carry binary data.STRING
Sling @Modifier Whitelistmodifier.whitelist AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionSling uses suffixed parameter names to control processing. Only suffixes defined here will be allowed.STRING@TypeHint
@DefaultValue
@UseDefaultWhenMissing
@IgnoreBlanks
@ValueFrom
@Delete
@Patch
Sling Operation Whitelistoperation.whitelist AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionAllowed values of the :operation parameter. In addition to this list an empty or missing value is allowed as well.STRINGdelete
nop
Sling Operation Prefix Whitelistoperation.whitelist.prefixes AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionOperations values starting with these prefixes will be allowed.STRINGsocial:
@TypeHint Whitelisttypehint.whitelist AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionSling uses @TypeHint parameter name suffixes to control the JCR type of created items. Only the type values defined here will be allowed.STRINGcq:CalendarEvent
nt:unstructured
nt:folder
nt:file
nt:resource
sling:Folder
sling:OrderedFolder
Binary
Boolean
Date
Double
Long
Name
Path
String
ResourceType Whitelistresourcetype.whitelist AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.descriptionAllowed values for sling:resourceType and sling:resourceSuperType properties.STRINGsocial/calendar/components/event
poolSize.namepoolSize AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslypoolSize.descriptionINTEGER5
maxPoolSize.namemaxPoolSize AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslymaxPoolSize.descriptionINTEGER10
queueSize.namequeueSize AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslyqueueSize.descriptionINTEGER50
keepAliveTime.namekeepAliveTime AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronouslykeepAliveTime.descriptionLONG1
cq.pagesupdatehandler.imageresourcetypes.namecq.pagesupdatehandler.imageresourcetypes Day CQ WCM Pages Update Handler com.day.cq.wcm.contentsync.impl.handler.PagesUpdateHandler :- Updates the cache for CQ pages also considering referenced assets.cq.pagesupdatehandler.imageresourcetypes.descriptionSTRINGfoundation/components/image
Pipeline typepipeline.type Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths.Type of this rewriter for referencing in pipeline definition.STRINGcontentsync
Link mappingcq.contentsync.pathrewritertransformer.mapping.links Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths.Mapping of link tags to their attributes (tag:attribute).STRINGa:href
area:href
form:action
Script and style mappingcq.contentsync.pathrewritertransformer.mapping.clientlibs Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths.Mapping of script and style tags to their attributes (tag:attribute).STRINGscript:src
styles:src
link:href
Image mappingcq.contentsync.pathrewritertransformer.mapping.images Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths.Mapping of image tags to their attributes (tag:attribute).STRINGimg:src
Client library patterncq.contentsync.pathrewritertransformer.clientlibrary.pattern Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths.Regular expression to identify client libraries included by client library manager.STRING"p":"(/[^"]*)"
Client library replace patterncq.contentsync.pathrewritertransformer.clientlibrary.replace Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths.Replace expression used for rewriting paths to client libraries included by client library manager.STRING"p":"$1"
URL to send datapageviewstatistics.trackingurl Day CQ WCM Page Statistics com.day.cq.wcm.core.stats.PageViewStatisticsImpl :- Configures Collection of data and runs report of Page impressionsSend data to the server collecting statisticsSTRING
Tracking script enabledpageviewstatistics.trackingscript.enabled Day CQ WCM Page Statistics com.day.cq.wcm.core.stats.PageViewStatisticsImpl :- Configures Collection of data and runs report of Page impressionsEnable or disable the inclusion of the tracking script on the pages. No page tracking is available when disabledSTRING
Enabledwcmdevmodefilter.enabled Day CQ WCM Developer Mode Filter com.day.cq.wcm.core.impl.WCMDeveloperModeFilter :- Generates info for the Developer Mode view in the page editor.Controls if the filter is enabled.BOOLEANtrue
Pathspaths Day CQ WCM Repository Change Listener com.day.cq.wcm.core.impl.event.RepositoryChangeEventListener :- Listens to repository changesPaths to listenSTRING/content
/etc
Excluded PathsexcludedPaths Day CQ WCM Repository Change Listener com.day.cq.wcm.core.impl.event.RepositoryChangeEventListener :- Listens to repository changesPaths which are not monitored for page eventsSTRING/etc/workflow/instances
/etc/taskmanagement
Resource Typessling.servlet.resourceTypes Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace.The resource type this servlet listens for.STRINGcq:Page
Extensionssling.servlet.extensions Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace.The extensions this servlet is registered for.STRINGjson
html
Selectorssling.servlet.selectors Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace.The selectors this servlet is registered for.STRINGfind
replace
Scopescope Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace.The scope for find and replace.STRINGjcr:title
jcr:description
jcr:text
text
Enabledwcmdbgfilter.enabled Day CQ WCM Debug Filter com.day.cq.wcm.core.impl.WCMDebugFilter :- Controls the WCM debug mode.Controls if the filter is enabled.BOOLEANtrue
JSP Debug Infowcmdbgfilter.jspDebug Day CQ WCM Debug Filter com.day.cq.wcm.core.impl.WCMDebugFilter :- Controls the WCM debug mode.Show JSP debug information in errors and stacktraces.BOOLEANfalse
Guess Total ValueguessTotal pageviewhandler.name com.day.cq.wcm.core.impl.servlets.contentfinder.PageViewHandler :- pageviewhandler.descriptionconfigure default value for querybuilder guessTotalSTRINGtrue
Maximal delaymaxDelay Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index.Maximal delay (in milliseconds) between the time that an index update request is issued and the time it is processed.INTEGER86400000
Minimal delayminDelay Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index.Minimal delay (in milliseconds) between two index updates.INTEGER10000
Path RootspathRoots Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index.List of root paths under which the node names are indexed.STRING/content
/etc/tags
Enableenable Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index.Enable / Disable the Indexer.BOOLEANfalse
List of rewrite configurationslinkcheckersettings.rewrite_configs Day CQ WCM Link Checker Configurator com.day.cq.wcm.core.impl.LinkCheckerSettingsProviderImpl :- Provides different configurations for the link checker depending on the WCM modeEach entry must point to a node in the repository containing the link checker configuration for a given list of WCM modes as node/property structure.STRING/libs/cq/linkchecker/config.author
/libs/cq/linkchecker/config.publish
Show expired assetsdam.showexpired Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finderDetermines whether to show expired assetsBOOLEANtrue
Guess Total ValueguessTotal Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finderconfigure default value for querybuilder guessTotalSTRINGtrue
Expiry propertydam.expiryProperty Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finderPath of the property determing asset expirySTRINGjcr:content/offTime
page.info.provider.property.regex.default.namepage.info.provider.property.regex.default Adobe AEM Page information providers aggregator service com.day.cq.wcm.core.impl.PageInfoAggregatorImpl :- Aggregates custom page information using multiple PageInfoProvider servicesRegular expression used to filter the registered page info providersSTRINGsites.listView.info.provider.*
page.info.provider.property.name.namepage.info.provider.property.name Adobe AEM Page information providers aggregator service com.day.cq.wcm.core.impl.PageInfoAggregatorImpl :- Aggregates custom page information using multiple PageInfoProvider servicesProperty of the PageInfoProvider service to be checked against the filter regexSTRINGpageInfoProviderType
Exclusion Patterncq.wcm.componentscriptservlet.exclusionpattern com.day.cq.wcm.core.impl.servlets.ComponentScriptsServlet.name com.day.cq.wcm.core.impl.servlets.ComponentScriptsServlet :- com.day.cq.wcm.core.impl.servlets.ComponentScriptsServlet.descriptionA regular expression which filters out non-interesting filenamesSTRING^(.*/icon.png)|(.*/scaffolding.jsp)|(.*/feed.jsp)$
granite.maintenance.schedule.namegranite.maintenance.schedule Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs.granite.maintenance.schedule.descriptionSTRINGweekly
granite.maintenance.isConservative.namegranite.maintenance.isConservative Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs.granite.maintenance.isConservative.descriptionBOOLEANfalse
Purge pathsversionpurge.paths Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs.The paths to check for version purging.STRING/content
Purge versions recursivelyversionpurge.recursive Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs.If set true, the version purge starts at the configured paths and traverses the tree to purge versions.BOOLEANtrue
Maximum number of versionsversionpurge.maxVersions Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs.The maximum number of versions to keep. If this value is set to a value less than 1 no maximum number of version check is performed.INTEGER5
Maximum version ageversionpurge.maxAgeDays Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs.The maximum age of a version in days before it is purged. If this value is set to a value less than 1 no age check is performed.INTEGER30
sling.servlet.paths.namesling.servlet.paths Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference searchsling.servlet.paths.descriptionSTRING/bin/wcm/references
sling.servlet.methods.namesling.servlet.methods Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference searchsling.servlet.methods.descriptionSTRINGGET
Max references per pagereferencesearchservlet.maxReferencesPerPage Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference searchMaximum number of references returned per page in json (-1 for no limit)INTEGER-1
Max pagesreferencesearchservlet.maxPages Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference searchMaximum number of pages returned in json (-1 for no limit)INTEGER-1
Language listlangmgr.list.path Day CQ WCM Language Manager com.day.cq.wcm.core.impl.LanguageManagerImpl :- The WCM Language ManagerPath to language list in repositorySTRING/libs/wcm/core/resources/languages
Default countrieslangmgr.country.default Day CQ WCM Language Manager com.day.cq.wcm.core.impl.LanguageManagerImpl :- The WCM Language ManagerList of default countries. Deprecated in favor of language list.STRING
Illegal Char MappingillegalCharMapping Day CQ WCM Page Manager Factory com.day.cq.wcm.core.impl.PageManagerFactoryImpl :- The factory for page managers.Replacement string to use for illegal characters when creating a page from a title. Defaults to '-' if not defined.STRING
Content reference resource typescontentReferenceConfig.resourceTypes WCM Authoring Content Reference Configuration com.day.cq.wcm.core.impl.references.content.ContentReferenceConfig :- Configuration which resource types define a content reference relationList of sling resource types and the name of path properties that represent a content reference (default: "foundation/components/reference@path")STRINGfoundation/components/reference@path
Create Version on Activationversionmanager.createVersionOnActivation Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM.This flag controls whether a new version should be created on page activation (see implicit versioning paths).BOOLEANtrue
Enable Purgingversionmanager.purgingEnabled Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM.If set to true, purging is enabled.BOOLEANfalse
Purge Pathsversionmanager.purgePaths Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM.The paths to check for version purging.STRING/content
Implicit Versioning Pathsversionmanager.ivPaths Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM.The paths where implicit versioning is active.STRING/
Max Version Ageversionmanager.maxAgeDays Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM.The maximum age of a version in days that will not be purged. If this value is less than 1, purging is not performed based on the age of the version.INTEGER30
Max Number Versionsversionmanager.maxNumberVersions Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM.The maximum number of versions to keep. If this value is less than 1, purging is not performed based on the number of versions.INTEGER5
Default Device Identification Modedim.default.mode Day CQ Device Identification Mode com.day.cq.wcm.core.impl.devicedetection.DeviceIdentificationModeImpl :- The DeviceIdentificationMode provides the default configuration for the client identification mechanism used by CQ.The default value is used in case no cq:deviceIdentificationMode property is found on a page node or on its parent nodesSTRINGserver-side
client-side -- Client-side
server-side -- Server-side
none -- None
event.filter.nameevent.filter Day CQ WCM Page Event Audit Listener com.day.cq.wcm.core.impl.event.PageEventAuditListener :- com.day.cq.wcm.core.impl.event.PageEventAuditListener.descriptionevent.filter.descriptionSTRING(!(event.application=*))
Default authoring UI modeauthoringUIModeService.default WCM Authoring UI Mode Service com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl :- WCM Authoring UI Mode service provides helpers to get and edit authoring mode, as well as to get the corresponding editor URL, and a request filter to add it as a request attributeName of the default authoring UI modeSTRINGTOUCH
Classic UI editor URLauthoringUIModeService.editorUrl.classic WCM Authoring UI Mode Service com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl :- WCM Authoring UI Mode service provides helpers to get and edit authoring mode, as well as to get the corresponding editor URL, and a request filter to add it as a request attributeURL of the editor used when authoring UI mode is ClassicSTRING/cf#
Touch-Optimized UI editor URLauthoringUIModeService.editorUrl.touch WCM Authoring UI Mode Service com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl :- WCM Authoring UI Mode service provides helpers to get and edit authoring mode, as well as to get the corresponding editor URL, and a request filter to add it as a request attributeURL of the editor used when authoring UI mode is Touch-OptimizedSTRING/editor.html
WCM Modewcmfilter.mode Day CQ WCM Filter com.day.cq.wcm.core.WCMRequestFilter :- Controls the WCM mode, component context, edit context and injects javascript for editing.Controls the WCM mode.STRINGedit
edit -- Edit
disabled -- Disabled
preview -- Preview
analytics -- Analytics
Delete whitelistwcmcommandservlet.delete_whitelist Day CQ WCM Command Servlet com.day.cq.wcm.core.impl.commands.WCMCommandServlet :- Servlet for various WCM page and asset related commandsPath prefixes that are allowed to be deleted through the WCM delete page/asset commandSTRING/content/
/etc/
Pathspaths Day CQ WCM Page Processor com.day.cq.wcm.core.impl.event.PagePostProcessor :- Listens to page changes and updates the modified date for the changed pages.Paths to listenSTRING/content
/etc
workspace.nameworkspace com.day.cq.wcm.core.impl.servlets.ThumbnailServlet.name com.day.cq.wcm.core.impl.servlets.ThumbnailServlet :- com.day.cq.wcm.core.impl.servlets.ThumbnailServlet.descriptionworkspace.descriptionSTRINGcrx.default
Allowed dimensionsdimensions com.day.cq.wcm.core.impl.servlets.ThumbnailServlet.name com.day.cq.wcm.core.impl.servlets.ThumbnailServlet :- com.day.cq.wcm.core.impl.servlets.ThumbnailServlet.descriptionList of accepted dimensions (in WxH format), empty for no restriction (not recommended as it could cause a DoS attack)STRING
URL to send datamvtstatistics.trackingurl Day CQ WCM Multivariate Testing Statistics com.day.cq.wcm.core.mvt.MVTStatisticsImpl :- Configures Collection of data and runs report of click-through-ratesSend data to the server collecting statisticsSTRING
Service Rankingservice.ranking DefaultComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER4500
Tag Patterntagpattern DefaultComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<div.*(?= data-cq-component=").*>
Service Rankingservice.ranking HeadTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory :- The TagHandlerFactory that rolls out HeadTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern HeadTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory :- The TagHandlerFactory that rolls out HeadTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<head[\s>].*>?
Service Rankingservice.ranking InlineScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory :- The TagHandlerFactory that rolls out InlineScriptTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern InlineScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory :- The TagHandlerFactory that rolls out InlineScriptTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<script(?!.* src=\").*>
File Name Patternfilepattern Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page BuilderThe Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern.STRING(?i)index\.html?
Build page nodesbuild.page.nodes Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page BuilderPage component nodes are built for the component div tags encountered in the input HTML. Deselect this option if the component node generation isn't desired.BOOLEANtrue
Build Clientlibsbuild.client.libs Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page BuilderThe JS/CSS present in the design package are collated into CQ clientlibs. Turn this off if the clientlib managment needs to be done in a more controlled manner.BOOLEANtrue
Build canvas componentbuild.canvas.component Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page BuilderA canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired.BOOLEANtrue
Service Rankingservice.ranking TextComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TextComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern TextComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TextComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<(p|span|div)\s+.*data-cq-component="(?i)text".*?>
Resource Typecomponent.resourceType TextComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TextComponentTagHandler instancesThe resourceType of the component that will be generated by this TagHandlerSTRINGfoundation/components/text
File Name Patternfilepattern Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer pageThe Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern.STRING(?i)mobile\.index\.html?
Device Groupsdevice.groups Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer pageThe list of device groups to be supportedSTRING/etc/mobile/groups/touch
/etc/mobile/groups/smart
/etc/mobile/groups/feature
Build page nodesbuild.page.nodes Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer pagePage component nodes are built for the component div tags encountered in the input HTML. Deselect this option if the component node generation isn't desired.BOOLEANtrue
Build Clientlibsbuild.client.libs Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer pageThe JS/CSS present in the design package are collated into CQ clientlibs. Turn this off if the clientlib managment needs to be done in a more controlled manner.BOOLEANtrue
Build canvas componentbuild.canvas.component Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer pageA canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired.BOOLEANtrue
Service Rankingservice.ranking ImgTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory :- The TagHandlerFactory that rolls out ImgTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern ImgTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory :- The TagHandlerFactory that rolls out ImgTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<img(?!.* data-cq-component="(?i)image").*>
Service Rankingservice.ranking TitleComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TitleComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern TitleComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TitleComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<(div|h[1-6])\s+.*?data-cq-component="(?i)title".*?>
Resource Typecomponent.resourceType TitleComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TitleComponentTagHandler instancesThe resourceType of the component that will be generated by this TagHandlerSTRINGwcm/designimporter/components/title
Service Rankingservice.ranking ScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory :- The TagHandlerFactory that rolls out ScriptTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern ScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory :- The TagHandlerFactory that rolls out ScriptTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<script(?=.* src=").*?>
minThreadPoolSizeminThreadPoolSize com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.name com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler :- com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.descriptionMinimum Thread pool sizeINTEGER2
maxThreadPoolSizemaxThreadPoolSize com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.name com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler :- com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.descriptionMaximum Thread pool sizeINTEGER10
File Name Patternfilepattern Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page BuilderThe Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern.STRING(?i)mobile\.index\.html?
Device Groupsdevice.groups Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page BuilderThe list of device groups to be supportedSTRING/etc/mobile/groups/touch
/etc/mobile/groups/smart
/etc/mobile/groups/feature
Build page nodesbuild.page.nodes Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page BuilderPage component nodes are built for the component div tags encountered in the input HTML. Deselect this option if the component node generation isn't desired.BOOLEANtrue
Build Clientlibsbuild.client.libs Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page BuilderThe JS/CSS present in the design package are collated into CQ clientlibs. Turn this off if the clientlib managment needs to be done in a more controlled manner.BOOLEANtrue
Build canvas componentbuild.canvas.component Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page BuilderA canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired.BOOLEANtrue
Service Rankingservice.ranking LinkTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory :- The TagHandlerFactory that rolls out LinkTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern LinkTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory :- The TagHandlerFactory that rolls out LinkTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<link(?=.* rel="stylesheet")(?=.* href).*?>
Filter patternextract.filter Design Importer com.day.cq.wcm.designimporter.DesignPackageImporter :- Design ImporterThe list of regular expressions to be used for filtering files from extraction. Design package entries matching any of the specified patterns are excluded from extraction.STRING__MACOSX.*
[^.]*\.DS_Store
[^.]*\.gitignore
Service Rankingservice.ranking ParsysComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ParsysComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern ParsysComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ParsysComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<div\s+.*?data-cq-component="(?i)parsys".*?>
Resource Typecomponent.resourceType ParsysComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ParsysComponentTagHandler instancesThe resourceType of the component that will be generated by this TagHandlerSTRINGfoundation/components/parsys
Service Rankingservice.ranking ImageComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ImageComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern ImageComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ImageComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<(div|span|img)(?=.* data-cq-component="(?i)image").*>
Resource Typecomponent.resourceType ImageComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ImageComponentTagHandler instancesThe resourceType of the component that will be generated by this TagHandlerSTRINGfoundation/components/image
Service Rankingservice.ranking NonScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory :- The TagHandlerFactory that rolls out NonScriptTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5001
Tag Patterntagpattern NonScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory :- The TagHandlerFactory that rolls out NonScriptTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<script(.*?)type="(?!(text|application)/javascript)(.*?)>
Service Rankingservice.ranking StyleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory :- The TagHandlerFactory that rolls out StyleTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern StyleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory :- The TagHandlerFactory that rolls out StyleTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<style[\s>].*>?
Service Rankingservice.ranking IFrameTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory :- The TagHandlerFactory that rolls out IFrameTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern IFrameTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory :- The TagHandlerFactory that rolls out IFrameTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<iframe\s+.*?>
Search patternsearch.pattern Design Package Entry Preprocessor com.day.cq.wcm.designimporter.impl.EntryPreprocessorImpl :- The preprocessor that intercepts and processes every design package entry before it is extracted to the repository.The pattern to search for, in the design package entry contents. This regular expression is matched with the entry content line by line. Upon match, the matching text is replaced with the replacement pattern specified.STRING/\* *CQ_DESIGN_PATH *\*/ *(['"])
Replace patternreplace.pattern Design Package Entry Preprocessor com.day.cq.wcm.designimporter.impl.EntryPreprocessorImpl :- The preprocessor that intercepts and processes every design package entry before it is extracted to the repository.The pattern that replaces the matches found. You may use regex group references like $1, $2. Additionally, this pattern supports keywords like {designPath} which get resolved with the actual value during import.STRING$1{designPath}/
Service Rankingservice.ranking DefaultTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER4000
Tag Patterntagpattern DefaultTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING.*
File Name Patternfilepattern Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer componentThe Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern.STRING(?i)index\.html?
Build page nodesbuild.page.nodes Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer componentPage component nodes are built for the component div tags encountered in the input HTML. Deselect this option if the component node generation isn't desired.BOOLEANtrue
Build Clientlibsbuild.client.libs Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer componentThe JS/CSS present in the design package are collated into CQ clientlibs. Turn this off if the clientlib managment needs to be done in a more controlled manner.BOOLEANtrue
Build canvas componentbuild.canvas.component Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer componentA canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired.BOOLEANtrue
Service Rankingservice.ranking CanvasComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory :- The TagHandlerFactory that rolls out CanvasComponentTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern CanvasComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory :- The TagHandlerFactory that rolls out CanvasComponentTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<div .*(?=id="(?i)cqcanvas").*>
Service Rankingservice.ranking MetaTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory :- The TagHandlerFactory that rolls out MetaTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern MetaTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory :- The TagHandlerFactory that rolls out MetaTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<meta[\s>].*>?
Service Rankingservice.ranking TitleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory :- The TagHandlerFactory that rolls out TitleTagHandler instancesService Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available.INTEGER5000
Tag Patterntagpattern TitleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory :- The TagHandlerFactory that rolls out TitleTagHandler instancesThe pattern for which this tag handler factory instance rolls out a new instance.STRING<title[\s>].*>?
event.filter.nameevent.filter Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launchesevent.filter.descriptionSTRING(!(event.application=*))
Background Thread Pool Sizelaunches.eventhandler.threadpool.maxsize Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ LaunchesThe maximal amount of threads handling events in parallelINTEGER5
Background Thread Prioritylaunches.eventhandler.threadpool.priority Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ LaunchesThe priority of the background thread to handle eventsSTRINGMIN
NORM -- Normal
MAX -- Maximal
MIN -- Minimal
Update last modificationlaunches.eventhandler.updatelastmodification Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ LaunchesUpdate last modification of the launch when one of the launch page is modifiedBOOLEANfalse
Enable Redirect Filterredirect.enabled Day CQ WCM Mobile Device Redirect Filter com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter :- Redirects incoming requests based on mobile device detection and device group selectorsIndicates whether the redirect filter is enabled or not.BOOLEANtrue
Request Extensionsredirect.extensions Day CQ WCM Mobile Device Redirect Filter com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter :- Redirects incoming requests based on mobile device detection and device group selectorsList of extensions for which device detection is active and performs redirects for device group selectors.STRINGhtml
Request Pathsredirect.paths Day CQ WCM Mobile Device Redirect Filter com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter :- Redirects incoming requests based on mobile device detection and device group selectorsList of paths for which device detection is active and performs redirects for device group selectors.STRING/content
Filter enableddevice.info.transformer.enabled Day CQ WCM Mobile Device Info TransformerFactory com.day.cq.wcm.mobile.core.impl.device.DeviceInfoTransformerFactory :- Optionally adds debugging information about the identification of mobile devices to the response.Enable/disable the debugging filterBOOLEANtrue
CSS stylesdevice.info.transformer.css.style Day CQ WCM Mobile Device Info TransformerFactory com.day.cq.wcm.mobile.core.impl.device.DeviceInfoTransformerFactory :- Optionally adds debugging information about the identification of mobile devices to the response.CSS styles for the debugging filter informationSTRINGbackground-color: white; color: black; text-align:left; padding: 5px; border: solid grey 1px;
Whitelist URLcq.wcm.qrcode.servlet.whitelist AEM WCM QR-Code Generator Servlet com.adobe.cq.wcm.mobile.qrcode.servlet.QRCodeImageGenerator :- Description for com.adobe.cq.wcm.mobile.qrcode.servlet.QRCodeImageGeneratorList of regular expressions (regex) indicating which URLs are allowed for the creation of QR Codes images. The Author and Publish servers, based on the Externalizer service, are automatically whitelisted.STRING(https://build.phonegap.com/.*)
Default rollout configliverelationshipmgr.relationsconfig.default Day CQ WCM Live Relationship Manager com.day.cq.wcm.msm.impl.LiveRelationshipManagerImpl :- The live relationship manager for the WCM.Live relations default rollout config used if no config is defined on blueprint and on live copySTRING/etc/msm/rolloutconfigs/default
Excluded Nodetypescq.wcm.msm.action.excludednodetypes CQ MSM References Update Action com.day.cq.wcm.msm.impl.actions.ReferencesUpdateActionFactory :- This LiveAction rewrites Links within the source branch to point to the target branch.The list of regex matching node types to be excludedSTRING
Excluded Paragraph Itemscq.wcm.msm.action.excludedparagraphitems CQ MSM References Update Action com.day.cq.wcm.msm.impl.actions.ReferencesUpdateActionFactory :- This LiveAction rewrites Links within the source branch to point to the target branch.The list of regex matching paragraph items to be excludedSTRING
Excluded Page Propertiescq.wcm.msm.action.excludedprops CQ MSM References Update Action com.day.cq.wcm.msm.impl.actions.ReferencesUpdateActionFactory :- This LiveAction rewrites Links within the source branch to point to the target branch.The list of regex matching page properties to be excludedSTRING
Update Reference across nested LiveCopiescq.wcm.msm.impl.action.referencesupdate.prop_updateNested CQ MSM References Update Action com.day.cq.wcm.msm.impl.actions.ReferencesUpdateActionFactory :- This LiveAction rewrites Links within the source branch to point to the target branch.Default behavior only references to a target in the same LiveCopy are replaced. With this option you can turn on to replace references targeting any Resource that is within the branch of the top-most LiveCopy.BOOLEANfalse
Default events countauditlogservlet.default.events.count Day CQ WCM MSM Audit Log Servlet com.day.cq.wcm.msm.impl.servlets.AuditLogServlet :- Provides MSM-related audit log informationNumber of events to return if not specified in requestINTEGER100
Default pathauditlogservlet.default.path Day CQ WCM MSM Audit Log Servlet com.day.cq.wcm.msm.impl.servlets.AuditLogServlet :- Provides MSM-related audit log informationauditlogservlet.default.path.descriptionSTRING/
Excluded Nodetypescq.wcm.msm.action.excludednodetypes CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update actionThe list of regex matching node types to be excludedSTRING
Excluded Paragraph Itemscq.wcm.msm.action.excludedparagraphitems CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update actionThe list of regex matching paragraph items to be excludedSTRING
Excluded Page Propertiescq.wcm.msm.action.excludedprops CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update actionThe list of regex matching page properties to be excludedSTRING
Ignored Mixin NodeTypescq.wcm.msm.action.ignoredMixin CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update actionThis is the list of regex for matching Mixin-NodeType Names that should not be inherited"STRING.*
Excluded Nodetypescq.wcm.msm.action.excludednodetypes CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy actionThe list of regex matching node types to be excludedSTRING
Excluded Paragraph Itemscq.wcm.msm.action.excludedparagraphitems CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy actionThe list of regex matching paragraph items to be excludedSTRING
Excluded Page Propertiescq.wcm.msm.action.excludedprops CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy actionThe list of regex matching page properties to be excludedSTRING
contentcopyaction.order.style.namecontentcopyaction.order.style CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy actioncontentcopyaction.order.style.descriptionSTRINGdefault
default -- Default
pre54 -- Pre 5.4
Excluded Nodetypescq.wcm.msm.action.excludednodetypes CQ MSM Page Move Action com.day.cq.wcm.msm.impl.actions.PageMoveActionFactory :- This LiveAction inherits the a move operation in its Blueprint by copying the Page to its move targetThe list of regex matching node types to be excludedSTRING
Excluded Paragraph Itemscq.wcm.msm.action.excludedparagraphitems CQ MSM Page Move Action com.day.cq.wcm.msm.impl.actions.PageMoveActionFactory :- This LiveAction inherits the a move operation in its Blueprint by copying the Page to its move targetThe list of regex matching paragraph items to be excludedSTRING
Excluded Page Propertiescq.wcm.msm.action.excludedprops CQ MSM Page Move Action com.day.cq.wcm.msm.impl.actions.PageMoveActionFactory :- This LiveAction inherits the a move operation in its Blueprint by copying the Page to its move targetThe list of regex matching page properties to be excludedSTRING
Update Referencing Pagescq.wcm.msm.impl.actions.pagemove.prop_referenceUpdate CQ MSM Page Move Action com.day.cq.wcm.msm.impl.actions.PageMoveActionFactory :- This LiveAction inherits the a move operation in its Blueprint by copying the Page to its move targetSearches all Pages referencing the copied one and update the reference to the new locationBOOLEANtrue
Excluded Nodetypescq.wcm.msm.action.excludednodetypes CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete actionThe list of regex matching node types to be excludedSTRING
Excluded Paragraph Itemscq.wcm.msm.action.excludedparagraphitems CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete actionThe list of regex matching paragraph items to be excludedSTRING
Excluded Page Propertiescq.wcm.msm.action.excludedprops CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete actionThe list of regex matching page properties to be excludedSTRING
event.filter.nameevent.filter Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.event.filter.descriptionSTRING(!(event.application=*))
Excluded Page Propertiesrolloutmgr.excludedprops.default Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.The list of excluded page properties.STRINGjcr:.*
sling:.*
cq:.*
Excluded Paragraph Propertiesrolloutmgr.excludedparagraphprops.default Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.The list of excluded paragraph properties.STRINGcq:propertyInheritanceCancelled
jcr:frozenUuid
jcr:uuid
Excluded Nodetypesrolloutmgr.excludednodetypes.default Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.The list of excluded nodetypes.STRINGcq:LiveSyncAction
cq:LiveSyncConfig
cq:BlueprintSyncConfig
cq:LiveCopy
Background Thread Pool Sizerolloutmgr.threadpool.maxsize Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.The maximal amount of Threads rolling out onModification or onPublication in parallelINTEGER5
Max Shutdown Timerolloutmgr.threadpool.maxshutdowntime Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.The maximal number of minutes that the rollout manager should wait before being forced to shut down and not process the remaining rolloutsINTEGER10
Background Thread Priorityrolloutmgr.threadpool.priority Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.The priority of the Background Thread to roll out modificationsSTRINGMIN
NORM -- Normal
MAX -- Maximal
MIN -- Minimal
Commit Thresholdrolloutmgr.commit.size Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM.Amount of Resources changed to be reached before saveINTEGER500
Event Topicsevent.topics Day CQ WCM Notification Manager com.day.cq.wcm.notification.impl.NotificationManagerImpl :- Provides event based notification and subscription.List of event topics the notification manager listens to.STRINGcom/day/cq/wcm/core/page
event.filter.nameevent.filter Day CQ WCM Notification Manager com.day.cq.wcm.notification.impl.NotificationManagerImpl :- Provides event based notification and subscription.event.filter.descriptionSTRING(!(event.application=*))
Waiting Timewaiting.time Day CQ WCM Notification Manager com.day.cq.wcm.notification.impl.NotificationManagerImpl :- Provides event based notification and subscription.The amount of seconds the notification managers waits for further events of the same kind.LONG60
topic.nametopic com.day.cq.wcm.notification.email.impl.ReplicationEventEmailBuilder.name com.day.cq.wcm.notification.email.impl.ReplicationEventEmailBuilder :- com.day.cq.wcm.notification.email.impl.ReplicationEventEmailBuilder.descriptiontopic.descriptionSTRINGcom/day/cq/replication
Public Profile Relative Pathpublic.profile.path com.day.cq.wcm.notification.email.impl.ReplicationEventEmailBuilder.name com.day.cq.wcm.notification.email.impl.ReplicationEventEmailBuilder :- com.day.cq.wcm.notification.email.impl.ReplicationEventEmailBuilder.descriptionThe relative path of public profile node to user's nodeSTRING
topic.nametopic com.day.cq.wcm.notification.email.impl.PageEventEmailBuilder.name com.day.cq.wcm.notification.email.impl.PageEventEmailBuilder :- com.day.cq.wcm.notification.email.impl.PageEventEmailBuilder.descriptiontopic.descriptionSTRINGcom/day/cq/wcm/core/page
Public Profile Relative Pathpublic.profile.path com.day.cq.wcm.notification.email.impl.PageEventEmailBuilder.name com.day.cq.wcm.notification.email.impl.PageEventEmailBuilder :- com.day.cq.wcm.notification.email.impl.PageEventEmailBuilder.descriptionThe relative path of public profile node to user's nodeSTRING
email.from.nameemail.from com.day.cq.wcm.notification.email.impl.EmailChannel.name com.day.cq.wcm.notification.email.impl.EmailChannel :- com.day.cq.wcm.notification.email.impl.EmailChannel.descriptionemail.from.descriptionSTRING[email protected]
Scripting enginescom.day.cq.wcm.scripting.bvp.script.engines Adobe CQ WCM Bindings Manager com.day.cq.wcm.scripting.impl.BVPManager :- The Adobe CQ WCM Bindings Manager dynamically registers BindingsValuesProvider services for scripting support.The scripting engines for which the WCMBindingsValuesProvider should be active.STRINGjsp
sightly
Scheduler CronsyncTranslationState.schedulingFormat Translation Sync Configuration com.adobe.cq.wcm.translation.impl.scheduler.SyncTranslationState :- Description for com.adobe.cq.wcm.translation.impl.scheduler.SyncTranslationStatePlease specify cron format for changing the schedulingSTRING0 0 1 1/1 * ? *
Enablecq.wcm.undo.enabled Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.Check to enable undo for most page editing operations; uncheck to disable undo completely.BOOLEANtrue
Pathcq.wcm.undo.path Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.Repository path where binary undo data gets saved.STRING/var/undo
Min. validitycq.wcm.undo.validity Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.The minimum number of hours binary data is kept in the repository.INTEGER10
Stepscq.wcm.undo.steps Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.The number of undoable edit steps.INTEGER20
Persistencecq.wcm.undo.persistence Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.The module that is used for persisting the undo history. Leave empty for default module.STRING
Persistence modecq.wcm.undo.persistence.mode Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.Check to ensure that the undo history gets persisted after a step is added. Otherwise, the undo history gets persisted on page unload only.BOOLEANtrue
Marker modecq.wcm.undo.markermode Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.The method that is used for highlightning the affected items after an undo or redo operation. Leave empty for default behaviour.STRING
Good componentscq.wcm.undo.whitelist Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.Defines components that are safe to use for undo.STRINGfoundation/components/*
Bad componentscq.wcm.undo.blacklist Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities.Defines components (or component operations) that have known problems with undo.STRINGfoundation/components/form/start:removeParagraph
EnabledconfigManager.enabled CQ Configuration Manager com.day.cq.wcm.webservicesupport.impl.ConfigurationManagerImpl :- This should not be used as a service anymore, but rather the ConfigurationManagerFactory should be used insteadControls if the ConfigurationManager will be available as an OSGi component. Disabled by default for security reasons.BOOLEANfalse
Property Flush agentsFlush agents Day CQ WCM Web Service Support Replication Event Listener com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener :- Flushes sub resources on Dispatcher for resources using Cloud ServicesList of agents to force flush on sub resourcesSTRINGflush
Workflow package filterworkflowpackageinfoprovider.filter Day CQ WCM Workflow Package Info Provider com.day.cq.wcm.workflow.impl.WorkflowPackageInfoProvider :- The workflow package info provider for the WCM.This can be used to excluded some packages from being added to the results lists. As those packages won't be part of the output, the user won't be able to add the page he is visiting to one of those excluded workflow packages. Use + to include, - to exclude, and provide a Vault filter syntax Example: -/etc/workflow/packages/alison(/.*)? ; +/etc/workflow/packages/alison/but-i-want-this-one ; -/etc/workflow/packages/joe(/.*)?STRING
Rootpath of package filterworkflowpackageinfoprovider.filter.rootpath Day CQ WCM Workflow Package Info Provider com.day.cq.wcm.workflow.impl.WorkflowPackageInfoProvider :- The workflow package info provider for the WCM.the root path for the filter to include or exclude packages.STRING/
event.filter.nameevent.filter Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service.event.filter.descriptionSTRING(!(event.application=*))
minThreadPoolSizeminThreadPoolSize Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service.Minimum Thread pool sizeINTEGER5
maxThreadPoolSizemaxThreadPoolSize Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service.Maximum Thread pool sizeINTEGER10
n%wcmworkflowservice.terminate.labelcq.wcm.workflow.terminate.on.activate Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service.When true running workflows are terminated when their payload is activatedBOOLEANtrue
Terminate exclusion listcq.wcm.worklfow.terminate.exclusion.list Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service.never automatically terminate running workflows when payloads are activated for the specified workflow models. example: /etc/workflow/models/modelname/jcr:content/modelSTRING
scheduler.expression.namescheduler.expression AEM Forms Temporary Storage Cleaning Task com.adobe.forms.common.servlet.TempCleanUpTask :- Cleans the temporary storage used by AEM FormsCron expression scheduling this job. Default is 12pm (noon) every day. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this valueSTRING0\ 0\ 12\ *\ *\ ?
Cleans the temporary folder older than(In Hours)duration AEM Forms Temporary Storage Cleaning Task com.adobe.forms.common.servlet.TempCleanUpTask :- Cleans the temporary storage used by AEM FormsService will delete temporary nodes that were created before the (duration) from the current timeSTRING24
sling.servlet.resourceTypes.namesling.servlet.resourceTypes AEM Forms Temporary Storage Provider Servlet com.adobe.forms.common.servlet.TempStorageProviderServlet :- This Service is used for providing temporary storage to AEM formssling.servlet.resourceTypes.descriptionSTRINGfd/af/components/guideContainer
xfaforms/profile
sling.servlet.methods.namesling.servlet.methods AEM Forms Temporary Storage Provider Servlet com.adobe.forms.common.servlet.TempStorageProviderServlet :- This Service is used for providing temporary storage to AEM formssling.servlet.methods.descriptionSTRINGPOST
sling.servlet.selectors.namesling.servlet.selectors AEM Forms Temporary Storage Provider Servlet com.adobe.forms.common.servlet.TempStorageProviderServlet :- This Service is used for providing temporary storage to AEM formssling.servlet.selectors.descriptionSTRINGfd.tempstorageprovider