Property Label | Property id | pid | Property desc | Property Type | Default value | Available Option value |
---|---|---|---|---|---|---|
Log Level | org.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. | STRING | info | off -- Off trace -- Trace debug -- Debug info -- Information warn -- Warnings error -- Error |
Log File | org.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}. | STRING | logs/error.log | |
Number of Log Files | org.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. | INTEGER | 5 | |
Log File Threshold | org.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 Pattern | org.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#ClassicPatternLayout | STRING | %d{dd.MM.yyyy HH:mm:ss.SSS} *%level* [%thread] %logger %msg%n | |
Logback Config File | org.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 Data | org.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#packagingData | BOOLEAN | ||
Max Caller Depth | org.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#caller | INTEGER | 7 | |
Max Count of files in dump | org.apache.sling.commons.log.maxOldFileCountInDump | 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. | Maximum number of old rolled over files for each active file to be included while generating the dump as part of Status zip support | INTEGER | 3 | |
Number of lines | org.apache.sling.commons.log.numOfLines | 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. | Number of lines from each log files to include while generating the dump in 'txt' mode. If set to -1 then whole file would be included | INTEGER | 1000 | |
Log File | org.apache.sling.commons.log.file | Apache 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}. | STRING | logs/error.log | |
Number of Log Files | org.apache.sling.commons.log.file.number | Apache 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. | INTEGER | 5 | |
Log File Threshold | org.apache.sling.commons.log.file.size | Apache 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 Logging | org.apache.sling.commons.log.file.buffered | Apache 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#immediateFlush | BOOLEAN | false | |
null | webconsole.configurationFactory.nameHint | Apache 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. | null | STRING | {org.apache.sling.commons.log.file} | |
Log Level | org.apache.sling.commons.log.level | Apache 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. | STRING | info | trace -- Trace debug -- Debug info -- Information warn -- Warnings error -- Error |
Log File | org.apache.sling.commons.log.file | Apache 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}. | STRING | logs/error.log | |
Message Pattern | org.apache.sling.commons.log.pattern | Apache 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#ClassicPatternLayout | STRING | {0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3} {5} | |
Logger | org.apache.sling.commons.log.names | Apache 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 | ||
null | webconsole.configurationFactory.nameHint | Apache 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. | null | STRING | {org.apache.sling.commons.log.file}: {org.apache.sling.commons.log.level} | |
Additivity | org.apache.sling.commons.log.additiv | Apache 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. | If set to false then logs from these loggers would not be sent to any appender attached higher in the hierarchy | BOOLEAN | ||
Instance Name | sling.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 Description | sling.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 | ||
Whitelisted classes or package prefixes | firewall.deserialization.whitelist | Deserialization Firewall Configuration com.adobe.cq.deserfw.impl.DeserializationFirewallImpl :- Description for com.adobe.cq.deserfw.impl.DeserializationFirewallImpl | List of whitelisted classes/package prefixes, or a single empty entry for blacklist only checking | STRING | [ com.adobe. com.day. com.google.api.client.auth.oauth2. com.scene7. java. javax. oracle.sql. org.apache.jackrabbit. org.apache.sling. | |
Blacklisted classes or package prefixes | firewall.deserialization.blacklist | Deserialization Firewall Configuration com.adobe.cq.deserfw.impl.DeserializationFirewallImpl :- Description for com.adobe.cq.deserfw.impl.DeserializationFirewallImpl | List of blacklisted classes/prefixes | STRING | org.apache.commons.collections.functors.InvokerTransformer org.apache.commons.collections4.functors.InvokerTransformer org.apache.commons.collections.functors.InstantiateTransformer org.apache.commons.collections4.functors.InstantiateTransformer org.apache.xalan.internal.xsltc.trax.TemplatesImpl org.codehaus.groovy.runtime.ConvertedClosure org.codehaus.groovy.runtime.MethodClosure org.springframework.beans.factory.ObjectFactory org.springframework.core.SerializableTypeWrapper$MethodInvokeTypeProvider com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl | |
Diagnostic logging | firewall.deserialization.diagnostics | Deserialization Firewall Configuration com.adobe.cq.deserfw.impl.DeserializationFirewallImpl :- Description for com.adobe.cq.deserfw.impl.DeserializationFirewallImpl | Level of diagnostic information to be added to logging. Options are none, class-name-only, or full-stack | STRING | class-name-only | |
Thread Pool Size | org.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. | INTEGER | 20 | |
Async/sync Thread Pool Ratio | org.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. | DOUBLE | 0.5 | |
Timeout | org.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 blacklisted | INTEGER | 5000 | |
Require Topic | org.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=*). | BOOLEAN | true | |
Ignore Timeouts | org.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 Topics | org.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 Level | ds.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. | INTEGER | 2 | 4 -- Debug 3 -- Information 2 -- Warnings 1 -- Error |
Extended Factory Components | ds.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. | BOOLEAN | false | |
Keep Component Instances | ds.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. | BOOLEAN | false | |
Lock timeout milliseconds | ds.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 deadlock | LONG | 5000 | |
Stop timeout milliseconds | ds.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 deadlock | LONG | 60000 | |
Global Extender | ds.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. | BOOLEAN | false | |
Include Thread Dumps | granite.infocollector.includeThreadDumps | Granite System Information Collector com.adobe.granite.infocollector.InfoCollector :- Collects in a Zipped stream all the system informations | Include thread dump files | BOOLEAN | true | |
Include Heap Dump | granite.infocollector.includeHeapDump | Granite System Information Collector com.adobe.granite.infocollector.InfoCollector :- Collects in a Zipped stream all the system informations | Include heap dump file | BOOLEAN | false | |
Host Name | org.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. | STRING | 0.0.0.0 | |
Enable HTTP | org.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. | BOOLEAN | true | |
HTTP Port | org.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. | INTEGER | 4502 | |
Connection Timeout | org.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. | INTEGER | 60000 | |
Enable HTTPS | org.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. | BOOLEAN | false | |
HTTPS Port | org.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. | INTEGER | 433 | |
Keystore | org.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 Password | org.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 Password | org.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 | ||
Truststore | org.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 Password | org.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 Certificate | org.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. | STRING | none | none -- No Client Certificate wants -- Client Certificate Wanted needs -- Client Certificate Needed |
Context Path | org.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 MBeans | org.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. | BOOLEAN | false | |
Session Timeout | org.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. | INTEGER | 0 | |
Thread Pool Max | org.apache.felix.http.jetty.threadpool.max | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Maximum number of jetty threads. Using the default -1 uses Jetty's default (200). | INTEGER | -1 | |
Acceptors | org.apache.felix.http.jetty.acceptors | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Number of acceptor threads to use, or -1 for a default value. Acceptors accept new TCP/IP connections. If 0, then the selector threads are used to accept connections. | INTEGER | -1 | |
Selectors | org.apache.felix.http.jetty.selectors | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Number of selector threads, or <=0 for a default value. Selectors notice and schedule established connection that can make IO progress. | INTEGER | -1 | |
Header Buffer Size | org.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. | INTEGER | 16384 | |
Request Buffer Size | org.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. | INTEGER | 8192 | |
Response Buffer Size | org.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. | INTEGER | 24576 | |
Maximum Form Size | org.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. | INTEGER | 204800 | |
Debug Logging | org.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. | BOOLEAN | false | |
Path Exclusions | org.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 Suites | org.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 Suites | org.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 Header | org.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. | BOOLEAN | false | |
Included Protocols | org.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 Protocols | org.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 | ||
Enable Proxy/Load Balancer Connection | org.apache.felix.proxy.load.balancer.connection.enable | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Whether or not the Proxy/Load Balancer Connection is enabled. Defaults to false thus disabled. | BOOLEAN | false | |
Renegotiation allowed | org.apache.felix.https.jetty.renegotiateAllowed | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Whether TLS renegotiation is allowed (true by default) | BOOLEAN | false | |
Session Cookie httpOnly | org.apache.felix.https.jetty.session.cookie.httpOnly | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Session Cookie httpOnly (true by default) | BOOLEAN | true | |
Session Cookie secure | org.apache.felix.https.jetty.session.cookie.secure | Apache Felix Jetty Based Http Service org.apache.felix.http :- Configuration for the embedded Jetty Servlet Container. | Session Cookie secure (false by default) | BOOLEAN | false | |
Root URI | manager.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 Selector | http.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 Page | default.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. | STRING | bundles | |
Realm | realm | 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. | STRING | OSGi Management Console | |
User Name | username | 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. | STRING | admin | |
Password | password | 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 Category | category | 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". | STRING | Main | |
Locale | locale | 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 browser | STRING | ||
Log Level | loglevel | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | Logging Level | INTEGER | 2 | 4 -- DEBUG 3 -- INFO 2 -- WARN 1 -- ERROR |
Plugins | plugins | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | Select active plugins | STRING | org.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 Events | max.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. | INTEGER | 250 | |
Dump Threshold | felix.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. | INTEGER | 0 | |
Dump Interval | felix.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). | INTEGER | 21600000 | |
Dumpe Location | felix.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/cq62/author/crx-quickstart/launchpad/felix/bundle44/data/dumps | STRING | ||
Content Disposition Paths | sling.content.disposition.paths | Apache Sling Content Disposition Filter org.apache.sling.security.impl.ContentDispositionFilter :- Request filter adding Content Disposition attachment for certain paths/content types | These paths are checked by the filter. Each entry is of the form 'path [ ":" CSV of excluded content types ]'. Invalid entries are logged and ignored. | STRING | ||
Content Disposition Excluded Paths | sling.content.disposition.excluded.paths | Apache Sling Content Disposition Filter org.apache.sling.security.impl.ContentDispositionFilter :- Request filter adding Content Disposition attachment for certain paths/content types | These paths are excluded by the filter. Each entry is of the form 'path'. | STRING | ||
Enable Content Disposition for all paths | sling.content.disposition.all.paths | Apache Sling Content Disposition Filter org.apache.sling.security.impl.ContentDispositionFilter :- Request filter adding Content Disposition attachment for certain paths/content types | This flag controls whether to enable Content Disposition for all paths, except for the excluded paths defined by sling.content.disposition.excluded.paths | BOOLEAN | false | |
Allow Empty | allow.empty | Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests. | Allow an empty or missing referrer | BOOLEAN | false | |
Allow Hosts | allow.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 Host | allow.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 Methods | filter.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. | STRING | POST 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. | BOOLEAN | true | |
Default message | default.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. | STRING | Startup\ in\ progress | |
Default JAAS Realm | jaas.defaultRealmName | Apache Felix JAAS Configuration SPI org.apache.felix.jaas.ConfigurationSpi :- JAAS Configuration SPI implementation which provides configuration based on OSGi ConfigAdmin | Default realm name to use if no realm is explicitly defined for LoginModule | STRING | ||
JAAS Config Provider name | jaas.configProviderName | Apache Felix JAAS Configuration SPI org.apache.felix.jaas.ConfigurationSpi :- JAAS Configuration SPI implementation which provides configuration based on OSGi ConfigAdmin | Name of the provider used to register the OSGi based configuration provider | STRING | FelixJaasProvider | |
Global Configuration Policy | jaas.globalConfigPolicy | Apache Felix JAAS Configuration SPI org.apache.felix.jaas.ConfigurationSpi :- JAAS Configuration SPI implementation which provides configuration based on OSGi ConfigAdmin | Policy 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 configuration | STRING | default | default -- Default replace -- Replace Global Configuration proxy -- Proxy Global Configuration |
Control Flag | jaas.controlFlag | Apache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classname | The Flag value controls the overall behavior as authentication proceeds down the stack | STRING | required | required -- Required requisite -- Requisite sufficient -- Sufficient optional -- Optional |
Ranking | jaas.ranking | Apache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classname | The relative ranking of this configuration. | INTEGER | 0 | |
Realm Name | jaas.realmName | Apache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classname | Name of the application | STRING | ||
Class Name | jaas.classname | Apache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classname | Fully qualified name of the LoginModule class | STRING | ||
Options | jaas.options | Apache Felix JAAS Configuration Factory org.apache.felix.jaas.Configuration.factory :- Captures JAAS configuration with options, control flag and classname | Properties in the form of key value pairs that are passed on to the LoginModule(name=value pairs) | STRING | ||
Datasource name(*) | datasource.name | Apache 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_Attributes | Name of this data source (required) | STRING | ||
DataSource Service Property Name | datasource.svc.prop.name | Apache 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_Attributes | Name of the service property which would store the DataSource Name whileregistering the DataSource instance as OSGi service | STRING | datasource.name | |
JDBC driver class | driverClassName | Apache 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_Attributes | Java class name of the JDBC driver to use | STRING | ||
JDBC connection URI | url | Apache 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_Attributes | URI of the JDBC connection to use e.g. jdbc:mysql://localhost:3306/mysql | STRING | ||
Username | username | Apache 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_Attributes | The connection username to be passed to our JDBC driver to establish a connection | STRING | ||
Password | password | Apache 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_Attributes | The connection password to be passed to our JDBC driver to establish a connection. | PASSWORD | ||
Auto Commit | defaultAutoCommit | Apache 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_Attributes | The default auto-commit state of connections created by this pool. (If 'default' then the setAutoCommit method will not be called.) | STRING | Default -- default true -- true false -- false | |
Readonly | defaultReadOnly | Apache 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_Attributes | The default read-only state of connections created by this pool. | STRING | Default -- default true -- true false -- false | |
Transaction Isolation | defaultTransactionIsolation | Apache 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_Attributes | The default TransactionIsolation state of connections created by this pool. If 'default', the method will not be called and it defaults to the JDBC driver. | STRING | Default -- default NONE -- NONE READ_COMMITTED -- READ_COMMITTED READ_UNCOMMITTED -- READ_UNCOMMITTED REPEATABLE_READ -- REPEATABLE_READ SERIALIZABLE -- SERIALIZABLE | |
Catalog Name | defaultCatalog | Apache 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_Attributes | The default catalog of connections created by this pool. | STRING | ||
Max Active Connections | maxActive | Apache 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_Attributes | The maximum number of active connections that can be allocated from this pool at the same time. The default value is 100 | INTEGER | 100 | |
Max Idle Connections | maxIdle | Apache 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_Attributes | The 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) | INTEGER | 100 | |
Min Idle Connections | minIdle | Apache 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_Attributes | The 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) | INTEGER | 10 | |
Initial Size | initialSize | Apache 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_Attributes | The initial number of connections that are created when the pool is started. Default value is 10 | INTEGER | 10 | |
Max Wait | maxWait | Apache 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_Attributes | The 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) | INTEGER | 30000 | |
Max Age | maxAge | Apache 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_Attributes | Time in milliseconds to keep this connection. | INTEGER | 0 | |
Test on Borrow | testOnBorrow | Apache 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_Attributes | The indication of whether objects will be validated before being borrowed from the pool. | BOOLEAN | false | |
Test on Return | testOnReturn | Apache 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_Attributes | The indication of whether objects will be validated before being returned to the pool. | BOOLEAN | false | |
Test while Idle | testWhileIdle | Apache 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_Attributes | The indication of whether objects will be validated by the idle object evictor (if any). | BOOLEAN | false | |
Validation Query | validationQuery | Apache 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_Attributes | The 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 timeout | validationQueryTimeout | Apache 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_Attributes | The 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 Interval | timeBetweenEvictionRunsMillis | Apache 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_Attributes | The number of milliseconds to sleep between runs of the idle connectionvalidation/cleaner thread. | INTEGER | 5000 | |
Eviction Idle Time | minEvictableIdleTimeMillis | Apache 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_Attributes | The minimum amount of time an object may sit idle in the pool before it is eligible for eviction. | INTEGER | 60000 | |
Connection Properties | connectionProperties | Apache 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_Attributes | The 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 Sql | initSQL | Apache 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_Attributes | A custom query to be run when a connection is first created | STRING | ||
JDBC Interceptors | jdbcInterceptors | Apache 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_Attributes | A semicolon separated list of classnames of JDBCInterceptor. See http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Configuring_JDBC_interceptors for more details | STRING | StatementCache;SlowQueryReport(threshold=10000);ConnectionState | |
Validation Interval | validationInterval | Apache 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_Attributes | avoid 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. | INTEGER | 30000 | |
Log Validation Error | logValidationErrors | Apache 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_Attributes | Set this to true to log errors during the validation phase to the log file | BOOLEAN | true | |
Additional Properties | datasource.svc.properties | Apache 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_Attributes | Properties 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.name | Apache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDI | Name of this data source (required) | STRING | ||
DataSource Service Property Name | datasource.svc.prop.name | Apache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDI | Name of the service property which would store the DataSource Name whileregistering the DataSource instance as OSGi service | STRING | datasource.name | |
JNDI Name (*) | datasource.jndi.name | Apache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDI | JNDI location name used to perform DataSource instance lookup | STRING | ||
JNDI Properties | jndi.properties | Apache Sling JNDI DataSource org.apache.sling.datasource.JNDIDataSourceFactory :- Registers a DataSource instance with OSGi ServiceRegistry which is looked up from the JNDI | Set 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=exampleFactory | STRING | ||
Snapshot path regular expressions | delete.path.regexps | Content Cleanup Component com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup :- Deletes content while upgrading, before the package manager starts | Regular expressions that define which paths are allowed to be deleted | STRING | ||
Delete selection query | delete.sql2.query | Content Cleanup Component com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup :- Deletes content while upgrading, before the package manager starts | SQL2 query that selects candidates for deletion | STRING | ||
SSL forward header | ssl-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). | STRING | X-Forwarded-SSL | |
SSL forward value | ssl-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'. | STRING | on | |
SSL client header | ssl-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'. | STRING | X-Forwarded-SSL-Certificate | |
Service Mappings | user.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 User | user.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 | ||
Ranking | service.ranking | Apache 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. | INTEGER | 0 | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Service User Mapper Service Amendment org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended :- An amendment mapping for the user mapping service. | Description for webconsole.configurationFactory.nameHint | STRING | Mapping: {user.mapping} | |
Service Mappings | user.mapping | Apache 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 Interval | checkInternval | 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. | LONG | 86400000 | |
Exclude Ids | excludeIds | 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 Ping | encryptPing | 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. | BOOLEAN | true | |
Ranking | service.ranking | Adobe Granite Repository Service User Configuration com.adobe.granite.repository.ServiceUserConfiguration :- Configuration values associated with Service Users. | Configurations are processed in order of their ranking, a configuration with a higher ranking has precedence over a configuration with a lower ranking. | INTEGER | 0 | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Adobe Granite Repository Service User Configuration com.adobe.granite.repository.ServiceUserConfiguration :- Configuration values associated with Service Users. | Description for webconsole.configurationFactory.nameHint | STRING | ServiceUserConfiguration: ranking: {service.ranking} simpleSubjectPopulation: {serviceusers.simpleSubjectPopulation} for service users: {serviceusers.list} | |
Simple Subject Population | serviceusers.simpleSubjectPopulation | Adobe Granite Repository Service User Configuration com.adobe.granite.repository.ServiceUserConfiguration :- Configuration values associated with Service Users. | Determines whether the named service users are eligible for loginService or getServiceResourceResolver to avoid group membership lookups. | BOOLEAN | false | |
Service Users | serviceusers.list | Adobe Granite Repository Service User Configuration com.adobe.granite.repository.ServiceUserConfiguration :- Configuration values associated with Service Users. | A list of the service users for whom the fast path should be enabled or disabled. | STRING | ||
Sync Handler Name | handler.name | Apache 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.DefaultSyncHandler | Name of this sync configuration. This is used to reference this handler by the login modules. | STRING | default | |
User Expiration Time | user.expirationTime | Apache 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.DefaultSyncHandler | Duration until a synced user gets expired (eg. '1h 30m' or '1d'). | STRING | 1h | |
User auto membership | user.autoMembership | Apache 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.DefaultSyncHandler | List of groups that a synced user is added to automatically | STRING | ||
User property mapping | user.propertyMapping | Apache 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.DefaultSyncHandler | List mapping definition of local properties from external ones. eg: 'profile/email=mail'.Use double quotes for fixed values. eg: 'profile/nt:primaryType="nt:unstructured" | STRING | rep:fullname=cn | |
User Path Prefix | user.pathPrefix | Apache 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.DefaultSyncHandler | The path prefix used when creating new users. | STRING | ||
User Membership Expiration | user.membershipExpTime | Apache 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.DefaultSyncHandler | Time after which membership expires (eg. '1h 30m' or '1d'). Note however, that a membership sync is aways bound to a sync of the user. | STRING | 1h | |
User membership nesting depth | user.membershipNestingDepth | Apache 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.DefaultSyncHandler | Returns 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. | INTEGER | 0 | |
Group Expiration Time | group.expirationTime | Apache 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.DefaultSyncHandler | Duration until a synced group expires (eg. '1h 30m' or '1d'). | STRING | 1d | |
Group auto membership | group.autoMembership | Apache 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.DefaultSyncHandler | List of groups that a synced group is added to automatically | STRING | ||
Group property mapping | group.propertyMapping | Apache 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.DefaultSyncHandler | List mapping definition of local properties from external ones. | STRING | ||
Group Path Prefix | group.pathPrefix | Apache 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.DefaultSyncHandler | The path prefix used when creating new groups. | STRING | ||
JAAS Ranking | jaas.ranking | Apache 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.ExternalLoginModuleFactory | Specifying 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). | INTEGER | 50 | |
JAAS Control Flag | jaas.controlFlag | Apache 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.ExternalLoginModuleFactory | Property 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. | STRING | SUFFICIENT | |
JAAS Realm | jaas.realmName | Apache 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.ExternalLoginModuleFactory | 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. | STRING | ||
Identity Provider Name | idp.name | Apache 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.ExternalLoginModuleFactory | Name of the identity provider (for example: 'ldap'). | STRING | ||
Sync Handler Name | sync.handlerName | Apache 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.ExternalLoginModuleFactory | Name of the sync handler. | STRING | default | |
LDAP Provider Name | provider.name | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Name of this LDAP provider configuration. This is used to reference this provider by the login modules. | STRING | ldap | |
LDAP Server Hostname | host.name | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Hostname of the LDAP server | STRING | localhost | |
LDAP Server Port | host.port | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Port of the LDAP server | INTEGER | 389 | |
Use SSL | host.ssl | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Indicates if an SSL (LDAPs) connection should be used. | BOOLEAN | false | |
Use TLS | host.tls | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Indicates if TLS should be started on connections. | BOOLEAN | false | |
Disable certificate checking | host.noCertCheck | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Indicates if server certificate validation should be disabled. | BOOLEAN | false | |
Bind DN | bind.dn | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | DN of the user for authentication. Leave empty for anonymous bind. | STRING | ||
Bind Password | bind.password | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Password of the user for authentication. | PASSWORD | ||
Search Timeout | searchTimeout | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Time in until a search times out (eg: '1s' or '1m 30s'). | STRING | 60s | |
Admin pool max active | adminPool.maxActive | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | The max active size of the admin connection pool. | LONG | 8 | |
Admin pool lookup on validate | adminPool.lookupOnValidate | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Indicates an ROOT DSE lookup is performed to test if the connection is still valid when taking it out of the pool. | BOOLEAN | true | |
User pool max active | userPool.maxActive | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | The max active size of the user connection pool. | LONG | 8 | |
User pool lookup on validate | userPool.lookupOnValidate | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Indicates an ROOT DSE lookup is performed to test if the connection is still valid when taking it out of the pool. | BOOLEAN | true | |
User base DN | user.baseDN | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | The base DN for user searches. | STRING | ou=people,o=example,dc=com | |
User object classes | user.objectclass | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | The list of object classes an user entry must contain. | STRING | person | |
User id attribute | user.idAttribute | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Name of the attribute that contains the user id. | STRING | uid | |
User extra filter | user.extraFilter | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Extra LDAP filter to use when searching for users. The final filter isformatted like: '(&( | STRING | ||
User DN paths | user.makeDnPath | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Controls if the DN should be used for calculating a portion of the intermediate path. | BOOLEAN | false | |
Group base DN | group.baseDN | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | The base DN for group searches. | STRING | ou=groups,o=example,dc=com | |
Group object classes | group.objectclass | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | The list of object classes a group entry must contain. | STRING | groupOfUniqueNames | |
Group name attribute | group.nameAttribute | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Name of the attribute that contains the group name. | STRING | cn | |
Group extra filter | group.extraFilter | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Extra LDAP filter to use when searching for groups. The final filter isformatted like: '(&( | STRING | ||
Group DN paths | group.makeDnPath | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Controls if the DN should be used for calculating a portion of the intermediate path. | BOOLEAN | false | |
Group member attribute | group.memberAttribute | Apache Jackrabbit Oak LDAP Identity Provider org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider :- Description for org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider | Group attribute that contains the member(s) of a group. | STRING | uniquemember | |
providerType.name | providerType | Apache Jackrabbit Oak StatisticsProviderFactory org.apache.jackrabbit.oak.plugins.metric.StatisticsProviderFactory :- Creates a statistics providers used by Oak. By default if checks if Metrics (See http://metrics.dropwizard.io) library is present then that is used. Otherwise it fallbacks to default | providerType.description | STRING | DEFAULT -- DEFAULT METRIC -- METRIC NONE -- NONE | |
Token Expiration | tokenExpiration | Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.description | Expiration time of login tokens in ms. | STRING | ||
Token Length | tokenLength | Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.description | Length of the generated token. | STRING | ||
Token Refresh | tokenRefresh | Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.description | Enable/disable refresh of login tokens (i.e. resetting the expiration time). | BOOLEAN | true | |
Hash Algorithm | passwordHashAlgorithm | Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.description | Name of the algorithm to hash the token. | STRING | SHA-256 | |
Hash Iterations | passwordHashIterations | Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.description | Number of iterations used to hash the token. | INTEGER | 1000 | |
Hash Salt Size | passwordSaltSize | Apache Jackrabbit Oak TokenConfiguration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl.description | Size of the salt used to generate the hash. | INTEGER | 8 | |
Authorizable Actions | enabledActions | Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.description | The set of actions that is supported by this provider implementation. | STRING | org.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 Privileges | userPrivilegeNames | Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.description | The name of the privileges that should be granted to a given user on it's home. | STRING | ||
Configure AccessControlAction: Group Privileges | groupPrivilegeNames | Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.description | The name of the privileges that should be granted to a given group on it's home. | STRING | ||
Configure PasswordValidationAction: Password Constraint | constraint | Apache Jackrabbit Oak AuthorizableActionProvider org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider :- org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider.description | A regular expression specifying the pattern that must be matched by a user's password. | STRING | ||
User Path | usersPath | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Path underneath which user nodes are being created. | STRING | /rep:security/rep:authorizables/rep:users | |
Group Path | groupsPath | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Path underneath which group nodes are being created. | STRING | /rep:security/rep:authorizables/rep:groups | |
System User Relative Path | systemRelativePath | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Path relative to the user root path underneath which system user nodes are being created. The default value is 'system'. | STRING | system | |
Default Depth | defaultDepth | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Number of levels that are used by default to store authorizable nodes | INTEGER | 2 | |
Import Behavior | importBehavior | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Behavior for user/group related items upon XML import. | STRING | ignore | abort -- abort besteffort -- besteffort ignore -- ignore |
Hash Algorithm | passwordHashAlgorithm | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Name of the algorithm used to generate the password hash. | STRING | SHA-256 | |
Hash Iterations | passwordHashIterations | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Number of iterations to generate the password hash. | INTEGER | 1000 | |
Hash Salt Size | passwordSaltSize | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Salt size to generate the password hash. | INTEGER | 8 | |
Autosave Support | supportAutoSave | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Configuration 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. | BOOLEAN | false | |
Maximum Password Age | passwordMaxAge | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Maximum age in days a password may have. Values greater 0 will implicitly enable password expiry. A value of 0 indicates unlimited password age. | INTEGER | 0 | |
Change Password On First Login | initialPasswordChange | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | When enabled, forces users to change their password upon first login. | BOOLEAN | false | |
Maximum Password History Size | passwordHistorySize | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Maximum number of passwords recorded for a user after changing her password (NOTE: upper limit is 1000). When changing the password the new password must not be present in the password history. A value of 0 indicates no password history is recorded. | INTEGER | 0 | |
Principal Cache Expiration | cacheExpiration | Apache Jackrabbit Oak UserConfiguration org.apache.jackrabbit.oak.security.user.UserConfigurationImpl :- org.apache.jackrabbit.oak.security.user.UserConfigurationImpl.description | Optional configuration defining the number of milliseconds until the principal cache expires (NOTE: currently only respected for principal resolution with the internal system session such as used for login). If not set or equal/lower than zero no caches are created/evaluated. | LONG | 0 | |
Mongo URI | mongouri | 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 supported | Mongo 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' | STRING | mongodb://localhost:27017/oak | |
Mongo DB name | db | 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 supported | Name of the database in Mongo. Note that this value can be overridden via framework property 'oak.mongo.db' | STRING | oak | |
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 supported | Cache size in MB. This is distributed among various caches used in DocumentNodeStore | INTEGER | 256 | |
NodeState Cache | nodeCachePercentage | 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 supported | Percentage of cache to be allocated towards Node cache | INTEGER | 25 | |
PreviousDocument Cache | prevDocCachePercentage | 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 supported | Percentage of cache to be allocated towards Previous Document cache | INTEGER | 4 | |
NodeState Children Cache | childrenCachePercentage | 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 supported | Percentage of cache to be allocated towards Children cache | INTEGER | 10 | |
Diff Cache | diffCachePercentage | 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 supported | Percentage of cache to be allocated towards Diff cache | INTEGER | 5 | |
Document Children Cache | docChildrenCachePercentage | 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 supported | Percentage of cache to be allocated towards Document children cache | INTEGER | 3 | |
LIRS Cache Segment Count | cacheSegmentCount | 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 supported | The number of segments in the LIRS cache (default 16, a higher count means higher concurrency but slightly lower cache hit rate) | INTEGER | 16 | |
LIRS Cache Stack Move Distance | cacheStackMoveDistance | 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 supported | The delay to move entries to the head of the queue in the LIRS cache (default 16, a higher value means higher concurrency but slightly lower cache hit rate) | INTEGER | 16 | |
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 supported | Cache size to store blobs in memory. Used only with default BlobStore (as per DocumentStore type) | INTEGER | 16 | |
Persistent Cache Config | persistentCache | 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 supported | Configuration for enabling Persistent cache. By default it is not enabled. Refer to http://jackrabbit.apache.org/oak/docs/nodestore/persistent-cache.html for various options | STRING | ||
Custom BlobStore | customBlobStore | 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 supported | Boolean value indicating that a custom BlobStore is to be used. By default, for MongoDB, MongoBlobStore is used; for RDB, RDBBlobStore is used. | BOOLEAN | false | |
Journal Garbage Collection Interval (millis) | journalGCInterval | 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 supported | Long value indicating interval (in milliseconds) with which the journal (for external changes) is cleaned up. Default is 300000 | LONG | 300000 | |
Maximum Age of Journal Entries (millis) | journalGCMaxAge | 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 supported | Long value indicating max age (in milliseconds) that journal (for external changes) entries are kept (older ones are candidates for gc). Default is 21600000 | LONG | 21600000 | |
Batch size used for journalGC | journalGcBatchSize | 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 supported | The journal gc queries the journal for entries older than configured to delete them. It does so in batches to speed up the process. The batch size can be configured via this property. The trade-off is between reducing number of operations with a larger batch size, and consuming more memory less memory with a smaller batch size. | INTEGER | 100 | |
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 supported | Version 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. | LONG | 86400 | |
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 supported | Blob 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 GC | LONG | 86400 | |
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 supported | Value 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 them | LONG | 21600 | |
DocumentStore Type | documentStoreType | 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 supported | Type of DocumentStore to use for persistence. Defaults to MONGO | STRING | MONGO | MONGO -- MONGO RDB -- RDB |
Path | dir | Apache Jackrabbit Oak DataStore PreExtractedTextProvider org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreTextProviderService :- Configures a PreExtractedTextProvider based on extracted text stored on FileSystem | Local file system path where extracted text is stored in files. | STRING | ||
Jackrabbit 2.x Permissions | permissionsJr2 | Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.description | Enforce backwards compatible permission validation with respect to the configurable options. | STRING | USER_MANAGEMENT -- USER_MANAGEMENT REMOVE_NODE -- REMOVE_NODE | |
Import Behavior | importBehavior | Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.description | Behavior for access control related items upon XML import. | STRING | abort | abort -- abort besteffort -- besteffort ignore -- ignore |
Readable Paths | readPaths | Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.description | Enable 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 Principals | administrativePrincipals | Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.description | Allows to specify principals that should be granted full permissions on the complete repository content. | STRING | ||
Ranking | configurationRanking | Apache Jackrabbit Oak AuthorizationConfiguration org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl :- org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl.description | Ranking of this configuration in a setup with multiple authorization configurations. | INTEGER | 100 | |
Application Name | org.apache.jackrabbit.oak.authentication.appName | Apache Jackrabbit Oak AuthenticationConfiguration org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl.description | Application named used for JAAS authentication | STRING | jackrabbit.oak | |
JAAS Config SPI Name | org.apache.jackrabbit.oak.authentication.configSpiName | Apache Jackrabbit Oak AuthenticationConfiguration org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl :- org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl.description | Name 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 Length | length | 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. | INTEGER | 21 | |
Required Service PIDs | requiredServicePids | Apache Jackrabbit Oak SecurityProvider org.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration :- The default SecurityProvider embedded in Apache Jackrabbit Oak | The SecurityProvider will not register itself unless the services identified by these PIDs are registered first. Only the PIDs of implementations of the following interfaces are checked: AuthorizationConfiguration, PrincipalConfiguration, TokenConfiguration, AuthorizableActionProvider, RestrictionProvider and UserAuthenticationFactory. | STRING | org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl org.apache.jackrabbit.oak.security.user.UserAuthenticationFactoryImpl | |
Disable this component | disabled | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | If true, this component is disabled. | BOOLEAN | false | |
Enable Debug Logging | debug | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Enables debug logging in Lucene. After enabling this actual logging can be controlled via changing log level for category 'oak.lucene' to debug | BOOLEAN | false | |
Enable CopyOnRead | enableCopyOnReadSupport | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Enable copying of Lucene index to local file system to improve query performance | BOOLEAN | true | |
Local index storage path | localIndexDir | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Local 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 Home | STRING | ||
Enable CopyOnWrite | enableCopyOnWriteSupport | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Enable copying of Lucene index to local file system to improve index writer performance | BOOLEAN | true | |
Open index asynchronously | enableOpenIndexAsync | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Enable opening of indexes in asynchronous mode | BOOLEAN | true | |
Thread pool size | threadPoolSize | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Thread pool size used to perform various asynchronous task in Oak Lucene | INTEGER | 5 | |
Prefetch Index Files | prefetchIndexFiles | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Prefetch the index files when CopyOnRead is enabled. When enabled all new Lucene index files would be copied locally before the index is made available to QueryEngine | BOOLEAN | true | |
Extracted text cache size (MB) | extractedTextCacheSizeInMB | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Cache size in MB for caching extracted text for some time. When set to 0 then cache would be disabled | INTEGER | 20 | |
Extracted text cache expiry (secs) | extractedTextCacheExpiryInSecs | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Time in seconds for which the extracted text would be cached in memory | INTEGER | 300 | |
Always use pre-extracted text cache | alwaysUsePreExtractedCache | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | By default pre extracted text cache would only be used for reindex case. If this setting is enabled then it would also be used in normal incremental indexing | BOOLEAN | false | |
Boolean Clause Limit | booleanClauseLimit | Apache Jackrabbit Oak LuceneIndexProvider org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService :- Description for org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService | Limit for number of boolean clauses generated for handling of OR query | INTEGER | 1024 | |
Directory | repository.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 supported | Directory 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 | ||
Mode | tarmk.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 supported | TarMK 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 supported | TarMK maximum file size (MB) | INTEGER | 256 | |
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 supported | Cache size for storing most recently used Segments | INTEGER | 256 | |
Clone Binaries | compaction.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 supported | Clone the binary segments while performing compaction | BOOLEAN | false | |
Cleanup Strategy | compaction.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 supported | Cleanup 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 valid | STRING | CLEAN_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 supported | Time interval in ms beyond which in memory segment references would be ignored while performing cleanup | LONG | 36000000 | |
Memory Multiplier | compaction.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 supported | TarMK compaction available memory multiplier needed to run compaction | BYTE | 5 | |
Compaction gain threshold | compaction.gainThreshold | 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 supported | TarMK compaction gain threshold. The gain estimation prevents compaction from running if the provided threshold is not met. Value represents a percentage so an input beween 0 and 100 is expected. | BYTE | 10 | |
Pause Compaction | pauseCompaction | 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 supported | When enabled compaction would not be performed | BOOLEAN | true | |
Compaction Retries | compaction.retryCount | 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 supported | Number of tries to compact concurrent commits on top of already compacted commits | INTEGER | 5 | |
Force Compaction | compaction.forceAfterFail | 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 supported | Whether or not to force compact concurrent commits on top of already compacted commits after the maximum number of retries has been reached. Force committing tries to exclusively write lock the node store. | BOOLEAN | false | |
Compaction Lock Wait Time | compaction.lockWaitTime | 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 supported | Number of seconds to wait for the lock for committing compacted changes respectively to wait for the exclusive write lock for force committing. | INTEGER | 60 | |
Persist Compaction Map | persistCompactionMap | 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 supported | When enabled the compaction map would be persisted instead of being held in memory | BOOLEAN | true | |
Standby Mode | standby | 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 supported | Flag indicating that this component will not register as a NodeStore but just as a NodeStoreProvider | BOOLEAN | false | |
Custom BlobStore | customBlobStore | 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 supported | Boolean value indicating that a custom BlobStore is to be used. By default large binary content would be stored within segment tar files | BOOLEAN | false | |
Blob GC Max Age (in secs) | blobGcMaxAgeInSecs | 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 supported | Blob 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 GC | LONG | 86400 | |
Solr home directory | solr.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.EmbeddedSolrServerConfigurationProvider | Description for solr.home.path | STRING | solr | |
Solr Core name | solr.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.EmbeddedSolrServerConfigurationProvider | Description for solr.core.name | STRING | oak | |
enabled | enabled | 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.NodeStateSolrServersObserverService | enable persisted configuration observer | BOOLEAN | false | |
Solr HTTP URL | solr.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.RemoteSolrServerConfigurationProvider | Description for solr.http.url | STRING | http://127.0.0.1:8983/solr/oak | |
ZooKeeper host | solr.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.RemoteSolrServerConfigurationProvider | Description for solr.zk.host | STRING | 127.0.0.1:9983 | |
Solr collection | solr.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.RemoteSolrServerConfigurationProvider | Description for solr.collection | STRING | oak | |
No. of collection shards | solr.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.RemoteSolrServerConfigurationProvider | Description for solr.shards.no | INTEGER | 2 | |
Replication factor | solr.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.RemoteSolrServerConfigurationProvider | Description for solr.replication.factor | INTEGER | 2 | |
Solr configuration directory | solr.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.RemoteSolrServerConfigurationProvider | Description for solr.conf.dir | STRING | ||
Property server.type | server.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.SolrServerProviderService | Description for server.type | STRING | none | none -- None embedded -- Embedded Solr remote -- Remote Solr |
field for descendants search | path.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.OakSolrConfigurationProviderService | Description for path.desc.field | STRING | path_des | |
field for children search | path.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.OakSolrConfigurationProviderService | Description for path.child.field | STRING | path_child | |
field for parent search | path.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.OakSolrConfigurationProviderService | Description for path.parent.field | STRING | path_anc | |
field for path search | path.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.OakSolrConfigurationProviderService | Description for path.exact.field | STRING | path_exact | |
catch all field | catch.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.OakSolrConfigurationProviderService | Description for catch.all.field | STRING | catch_all | |
field for collapsing jcr:content paths | collapsed.path.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.OakSolrConfigurationProviderService | Description for collapsed.path.field | STRING | path_collapsed | |
field for path depth | path.depth.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.OakSolrConfigurationProviderService | Description for path.depth.field | STRING | path_depth | |
Property commit.policy | commit.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.OakSolrConfigurationProviderService | Description for commit.policy | STRING | SOFT | HARD -- Hard commit SOFT -- Soft commit AUTO -- Auto commit |
rows | rows | 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.OakSolrConfigurationProviderService | Description for rows | INTEGER | 2147483647 | |
path restrictions | path.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.OakSolrConfigurationProviderService | Description for path.restrictions | BOOLEAN | false | |
property restrictions | property.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.OakSolrConfigurationProviderService | Description for property.restrictions | BOOLEAN | false | |
primary types restrictions | primarytypes.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.OakSolrConfigurationProviderService | Description for primarytypes.restrictions | BOOLEAN | false | |
ignored properties | ignored.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.OakSolrConfigurationProviderService | Description for ignored.properties | STRING | rep:members rep:authorizableId jcr:uuid rep:principalName rep:password | |
used properties | used.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.OakSolrConfigurationProviderService | Description for used.properties | STRING | ||
mappings from Oak Types to Solr fields | type.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.OakSolrConfigurationProviderService | each item should be in the form TypeString=FieldName (e.g. STRING=text_general) | STRING | ||
mappings from JCR property names to Solr fields | property.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.OakSolrConfigurationProviderService | each item should be in the form PropertyName=FieldName (e.g. jcr:title=text_en) | STRING | ||
collapse jcr:content nodes | collapse.jcrcontent.nodes | 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.OakSolrConfigurationProviderService | Description for collapse.jcrcontent.nodes | BOOLEAN | false | |
query time aggregation | query.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.SolrQueryIndexProviderService | enable query time aggregation for Solr index | BOOLEAN | false | |
Persist configuration | org.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 repositories | Must be always disabled to avoid storing the configuration in the repository | BOOLEAN | false | |
Mode | mode | Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositories | TarMK Cold Standby mode (primary or standby) | STRING | primary | primary -- primary standby -- standby |
Port | port | Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositories | TCP/IP port to use | INTEGER | 8023 | |
Primary Host | primary.host | Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositories | Primary host (standby mode only) | STRING | 127.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 repositories | Sync interval in seconds (standby mode only) | INTEGER | 5 | |
Allowed IP-Ranges | primary.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 repositories | Accept incoming requests for these host names and IP-ranges only (primary mode only) | STRING | ||
Secure | secure | Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositories | Use secure connections | BOOLEAN | false | |
Standby Read Timeout | standby.readtimeout | Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositories | Timeout for requests issued from the standby instance in milliseconds | INTEGER | 60000 | |
Standby Automatic Cleanup | standby.autoclean | Apache Jackrabbit Oak TarMK Cold Standby service org.apache.jackrabbit.oak.plugins.segment.standby.store.StandbyStoreService :- Provides continuous backups of TarMK based repositories | Call the cleanup method if the size of the store increases over 25% on a sync cycle | BOOLEAN | false | |
Name | name | Apache 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 Size | minPoolSize | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The minimum pool size. | INTEGER | 5 | |
Max Pool Size | maxPoolSize | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The maximum pool size. | INTEGER | 5 | |
Queue Size | queueSize | Apache 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 | |
Max Thread Age | maxThreadAge | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | Milliseconds before a pooled thread is replaced (-1 to disable expiry). Useful to avoid memory leaks by accumulation of ThreadLocals. | LONG | 300000 | |
Keep Alive Time | keepAliveTime | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The keep alive time. | LONG | 60000 | |
Block Policy | blockPolicy | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The block policy. | STRING | RUN | ABORT -- Abort DISCARD -- Discard DISCARDOLDEST -- Discard Oldest RUN -- Run |
Shutdown Graceful | shutdownGraceful | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | Should the pool be shutdown gracefully? | BOOLEAN | false | |
Daemon Threads | daemon | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | Should the pool create daemon threads? | BOOLEAN | false | |
Shutdown Wait Time | shutdownWaitTime | Apache 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 | |
Priority | priority | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The default priority for the threads. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
null | webconsole.configurationFactory.nameHint | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | null | STRING | {name} | |
User Names | users | 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. | STRING | admin | |
Group Names | groups | 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 Factory | java.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. | STRING | org.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory | |
Provider URL | java.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"). | STRING | http://sling.apache.org | |
Port Number | port | 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. | INTEGER | 1099 | |
Enable | cluster.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. | BOOLEAN | true | |
Master Start Level | cluster.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". | INTEGER | 30 | |
Master Start Level | cluster.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. | INTEGER | 15 | |
Schemes | handler.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. | STRING | jcrinstall | |
Installation folders name regexp | sling.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 folders | sling.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 ignored | INTEGER | 4 | |
Search Path | sling.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 Path | sling.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. | STRING | sling/install | |
Signal Node Path | sling.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 Back | sling.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. | BOOLEAN | true | |
Move White List | payload.move.white.list | Adobe Granite Workflow PayloadMoveListener com.adobe.granite.workflow.core.payloadmap.PayloadMoveListener :- PayloadMove Listener | Define path patterns for paths to be taken into account for payload move jobs. | STRING | /content/dam(/.*) | |
bucketSize.name | bucketSize | Adobe Granite Workflow Bucket Manager com.adobe.granite.workflow.core.jcr.WorkflowBucketManager :- workflow instance bucket manager | bucketSize.description | INTEGER | 1000 | |
adapter.condition.name | adapter.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.description | STRING | If the ResourceResolver is a JcrResourceResolver or a Session. | |
Model Path | cq.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 models | STRING | /etc/workflow/models | |
Instances Path | cq.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 instances | STRING | /etc/workflow/instances | |
Workspace | cq.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 workflows | STRING | crx.default | |
Job Retry Count | cq.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.desciption | INTEGER | 3 | |
Superuser | cq.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 groups | STRING | admin administrators workflow-process-service workflow-service workflow-administrators | |
Max Inbox Query Size | granite.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 size | INTEGER | 2000 | |
Admin User and Group query filter | granite.workflow.adminUserGroupFilter | Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | whether or not admin group and user filters are performed in query for inboxitems | BOOLEAN | true | |
Enforce workitem assignee permissions | granite.workflow.enforceWorkitemAssigneePermissions | Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | restrict workitem access to only its assignee and superusers | BOOLEAN | true | |
Enforce workflow initiator permissions | granite.workflow.enforceWorkflowInitiatorPermissions | Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | restrict workflow access to only its initiator and superusers | BOOLEAN | true | |
Add TenantId to Job Topics | granite.workflow.injectTenantIdInJobTopics | Adobe Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | Adds tenant id to job topics so separate workflow queues can be created for different tenants | BOOLEAN | false | |
Workflow Packages Root Locations | cq.workflow.config.workflow.packages.root.path | Adobe Granite Workflow Configuration Service com.adobe.granite.workflow.core.WorkflowConfig :- com.adobe.granite.workflow.core.WorkflowConfig.description | Specifies the root paths under which workflow packages may be located. | STRING | /etc/workflow/packages | |
Workflow Process Legacy Mode | cq.workflow.config.workflow.process.legacy.mode | Adobe Granite Workflow Configuration Service com.adobe.granite.workflow.core.WorkflowConfig :- com.adobe.granite.workflow.core.WorkflowConfig.description | When true, WorkflowProcess implementations will receive an admin session to work with. Provided for backwards compatibility. | BOOLEAN | false | |
Enable lock and unlock WorkflowProcess | cq.workflow.config.allow.locking | Adobe Granite Workflow Configuration Service com.adobe.granite.workflow.core.WorkflowConfig :- com.adobe.granite.workflow.core.WorkflowConfig.description | When false, the LockProcess and UnlockProcess operations become No-Ops. When true, the operations are performed, for backwards compatibility. | BOOLEAN | false | |
job.topics.name | job.topics | Adobe Granite Workflow Job Handler com.adobe.granite.workflow.core.job.JobHandler :- com.adobe.granite.workflow.core.job.JobHandler.description | job.topics.description | STRING | com/adobe/granite/workflow/job/** com/adobe/granite/workflow/job com/adobe/granite/workflow/transient/job/** | |
Allow self process termination | allow.self.process.termination | Adobe Granite Workflow Job Handler com.adobe.granite.workflow.core.job.JobHandler :- com.adobe.granite.workflow.core.job.JobHandler.description | when true a workflow process which calls WorkflowSession.terminate() will stop the workflow processing. Provided for backwards compatibility. | BOOLEAN | true | |
adapter.condition.name | adapter.condition | Adobe Granite WorkItem Adapter Factory com.adobe.granite.workflow.core.jcr.WorkItemAdapterFactory :- Adapts jcr node or sling resource to a WorkItem instance | adapter.condition.description | STRING | %granite.workflow.workitem.adapterfactory.service.condition. | |
Default Timeout | default.timeout | Adobe Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processes | The default polling timeout (in seconds). Used, if the timeout is not set on the workflow node. | LONG | 3600 | |
Max Timeout | max.timeout | Adobe Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processes | The maximum timeout allowed (in seconds). | LONG | 10800 | |
Default Period | default.period | Adobe Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processes | The default polling retry period (in seconds). Used if the period is not set on the workflow node. | LONG | 300 | |
Models | cq.workflow.payload.map.system.workflow.model | Adobe Granite Workflow PayloadMapCache com.adobe.granite.workflow.core.PayloadMapCache :- PayloadMap Cache to speedup workflow-related operations | The 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 Root | cq.workflow.payload.map.workflow.packages.root.path | Adobe Granite Workflow PayloadMapCache com.adobe.granite.workflow.core.PayloadMapCache :- PayloadMap Cache to speedup workflow-related operations | This setting has been moved to the com.adobe.granite.workflow.core.WorkflowConfig component and should be configured there. | STRING | /etc/workflow/packages | |
Purge Session Save Threshold | granite.workflow.maxPurgeSaveThreshold | Adobe Granite Workflow Maintenance Operations MBean com.adobe.granite.workflow.core.mbean.WorkflowOperationsMBeanImpl :- Provides workflow related jmx maintenance operations. | maximum number of workflows to purge between session saves | INTEGER | 20 | |
Job Name | scheduledpurge.name | Adobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenance | Enter a descriptive name for this scheduled purge | STRING | ||
Workflow Status | scheduledpurge.workflowStatus | Adobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenance | Choose which status of WorkFlows to purge | STRING | COMPLETED | RUNNING -- RUNNING COMPLETED -- COMPLETED |
Models To Purge | scheduledpurge.modelIds | Adobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenance | Enter model id for models to purge. Leave blank for all models | STRING | ||
Workflow Age | scheduledpurge.daysold | Adobe Granite Workflow Purge Configuration com.adobe.granite.workflow.purge.Scheduler :- Add configurations for different purges to execute during maintenance | Enter how old workflows are before they are purged | INTEGER | 30 | |
Enable HTTP Proxy | proxy.enabled | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | Whether 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. | BOOLEAN | false | |
HTTP Proxy Host | proxy.host | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | Host 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 User | proxy.user | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | 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 Password | proxy.password | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | 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 | ||
HTTP Proxy NTLM Host | proxy.ntlm.host | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | The 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 Domain | proxy.ntlm.domain | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | The 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 For | proxy.exceptions | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | Lists 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 ]. | STRING | localhost 127.0.0.1 | |
Enable HTTP Proxy | proxy.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. | BOOLEAN | false | |
HTTP Proxy Host | proxy.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 Port | proxy.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 User | proxy.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 Password | proxy.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 For | proxy.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 ]. | STRING | localhost 127.0.0.1 | |
Impersonation Cookie | auth.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. | STRING | sling.sudo | |
Impersonation Parameter | auth.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. | STRING | sudo | |
Allow Anonymous Access | auth.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. | BOOLEAN | true | |
Authentication Requirements | sling.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 Name | sling.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 Password | sling.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 Authentication | auth.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. | STRING | preemptive | enabled -- Enabled preemptive -- Enabled (Preemptive) disabled -- Disabled |
Realm | auth.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)". | STRING | Sling (Development) | |
Authentication URI Suffices | auth.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 | |
Method | sling.servlet.methods | Apache Sling Authentication Logout Servlet org.apache.sling.auth.core.impl.LogoutServlet :- Servlet for logging out users through the authenticator service. | Supported Methdos | STRING | GET POST | |
sling.servlet.paths.name | sling.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.description | STRING | /system/sling/logout | |
Thread Pool Name | poolName | 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 | ||
Connector Ping timeout (seconds) | connectorPingTimeout | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Configure the timeout (in seconds) after which an announcement sent via a topology connector is considered timed out. Default is 120 seconds. | LONG | 120 | |
Connector Ping interval (seconds) | connectorPingInterval | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Configure the interval (in seconds) according to which the topology connector pings are exchanged in the topology. Default is 30 seconds. | LONG | 30 | |
Discovery-Lite Check interval (seconds) | discoveryLiteCheckInterval | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Configure the interval (in seconds) with which Oak's discoveryLite descriptor should be checked for changes. Default is 2 seconds. Note that the timeout value is configured within Oak directly. | LONG | 2 | |
SyncService timeout (seconds) | clusterSyncServiceTimeout | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Configure the timeout (in seconds) after which the SyncService gives up when it did not see sync tokens of peer instances in the cluster. The SyncService mechanism ensures switching to a new topology is handled synchronously in the cluster and if this timeout is hit, there is a risk of an instance not having noticed a new topology just yet. Default is 120 seconds. | LONG | 120 | |
SyncService interval (seconds) | clusterSyncServiceInterval | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Configure the interval (in seconds) at which the SyncService checks for sync tokens or their timeout. Default is 2 seconds. | LONG | 2 | |
Enable the SyncService | enableSyncToken | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | When enabled, the SyncService that exchanges sync tokens upon every topology change is used. The SyncService ensures that a topology change event is only sent once all instances have indicated they are aware of the ongoing change. Disabling this results in the topology change events being sent out quicker, however without a synchronization guarantee. | BOOLEAN | true | |
Minimal Event Delay (seconds) | minEventDelay | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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. | INTEGER | 3 | |
connector's socket.connect() timeout | socketConnectTimeout | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Timeout (in seconds!) for the topology connector's socket.connect() | INTEGER | 10 | |
connector's read timeout | soTimeout | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | Topology connector's socket timeout (SO_TIMEOUT) (in seconds!) which is the timeout for waiting for data | INTEGER | 10 | |
Topology Connector URLs | topologyConnectorUrls | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak based discovery service implementation. | URLs where to join a topology, e.g. http://localhost:4502/libs/sling/topology/connector | STRING | ||
Topology Connector Whitelist | topologyConnectorWhitelist | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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) | STRING | localhost 127.0.0.1 | |
Auto-Stop Local-Loops | autoStopLocalLoopEnabled | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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. | BOOLEAN | false | |
gzip requests | gzipConnectorRequestsEnabled | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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. | BOOLEAN | false | |
Enable Hmac message signatures | hmacEnabled | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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. | BOOLEAN | false | |
Enable Message encryption | enableEncryption | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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. | BOOLEAN | false | |
Message shared key. | sharedKey | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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 TTL | hmacSharedKeyTTL | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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. | LONG | 14400000 | |
Backoff factor for standby connectors | backoffStandbyFactor | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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 backoffStandbyFactor | STRING | ||
Backoff factor for stable connectors | backoffStableFactor | Apache Sling Oak-Based Discovery Service Configuration org.apache.sling.discovery.oak.Config :- The configuration of the Oak 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 | ||
Name | hc.name | Apache Sling Discovery Oak Synchronized Clocks Health Check org.apache.sling.discovery.oak.SynchronizedClocksHealthCheck :- org.apache.sling.discovery.oak.SynchronizedClocksHealthCheck.description | Health Check name | STRING | Synchronized Clocks | |
Tags | hc.tags | Apache Sling Discovery Oak Synchronized Clocks Health Check org.apache.sling.discovery.oak.SynchronizedClocksHealthCheck :- org.apache.sling.discovery.oak.SynchronizedClocksHealthCheck.description | Health Check tags | STRING | ||
MBean name | hc.mbean.name | Apache Sling Discovery Oak Synchronized Clocks Health Check org.apache.sling.discovery.oak.SynchronizedClocksHealthCheck :- org.apache.sling.discovery.oak.SynchronizedClocksHealthCheck.description | Health Check MBean name | STRING | slingDiscoveryOakSynchronizedClocks | |
Name | name | Apache Sling Configured Feature org.apache.sling.featureflags.Feature :- Allows for the definition of statically configured features which are defined and enabled through OSGi configuration | Short 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 feature | STRING | ||
Description | description | Apache Sling Configured Feature org.apache.sling.featureflags.Feature :- Allows for the definition of statically configured features which are defined and enabled through OSGi configuration | Description 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 | ||
Enabled | enabled | Apache Sling Configured Feature org.apache.sling.featureflags.Feature :- Allows for the definition of statically configured features which are defined and enabled through OSGi configuration | Boolean flag indicating whether the feature is enabled or not by this configuration | BOOLEAN | false | |
Path mapping | path.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: | STRING | ||
Property provider.name | provider.name | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.name | STRING | JCR | |
Property provider.root | provider.root | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.root | STRING | / | |
Property provider.modifiable | provider.modifiable | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.modifiable | BOOLEAN | true | |
Property provider.adaptable | provider.adaptable | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.adaptable | BOOLEAN | true | |
Property provider.authenticate | provider.authenticate | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.authenticate | STRING | required | |
Property provider.attributable | provider.attributable | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.attributable | BOOLEAN | true | |
Property provider.refreshable | provider.refreshable | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Description for provider.refreshable | BOOLEAN | true | |
Optimize For Oak | optimize.oak | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | If this switch is enabled, and Oak is used as the repository implementation, some optimized components are used. | BOOLEAN | true | |
Observation queue length | oak.observation.queue-length | Apache Sling JCR Resource Provider Factory org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory :- This provider adds JCR resources to the resource tree | Maximum number of pending revisions in a observation listener queue | INTEGER | 1000 | |
Allow only JCR System Users | allow.only.system.user | Apache Sling JCR System User Validator org.apache.sling.jcr.resource.internal.JcrSystemUserValidator :- Enforces the usage of JCR system users for all user mappings being used in the 'Sling Service User Mapper Service' | If set to true, only user IDs bound to JCR system users are allowed in the user mappings of the 'Sling Service User Mapper Service'. Otherwise all users are allowed! | BOOLEAN | true | |
Resource Search Path | resource.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 Mangling | resource.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". | BOOLEAN | true | |
Allow Direct Mapping | resource.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. | BOOLEAN | true | |
Required Providers | resource.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. | STRING | org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory | |
Virtual URLs | resource.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 | STRING | /:/ | |
URL Mappings | resource.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 | STRING | /:/ /content/:/ /system/docroot/:/ | |
Mapping Location | resource.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 Status | resource.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) | INTEGER | 302 | |
Enable Vanity Paths | resource.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. | BOOLEAN | true | |
Maximum number of cached vanity path entries | resource.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 | |
Limit the maximum number of cached vanity path entries only at startup | resource.resolver.vanitypath.maxEntries.startup | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | Limit the maximum number of cached vanity path entries only at startup. Default is true | BOOLEAN | true | |
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 rebuild | LONG | 1024000 | |
Optimize alias resolution | resource.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). | BOOLEAN | true | |
Allowed Vanity Path Location | resource.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 Location | resource.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 Precedence | resource.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 mapping | BOOLEAN | false | |
Paranoid Provider Handling | resource.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. | BOOLEAN | false | |
Log resource resolver closing | resource.resolver.log.closing | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | When enabled CRUD operations with a closed resource resolver will log a stack trace with the point where the used resolver was closed. It's advisable to not enable this feature on production systems. | BOOLEAN | false | |
Property resource.change.types | resource.change.types | Apache Sling OSGi Observation Bridge org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge :- Legacy bridge which converts resource change events to OSGi events | Description for resource.change.types | STRING | ADDED CHANGED REMOVED | |
Property resource.paths | resource.paths | Apache Sling OSGi Observation Bridge org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge :- Legacy bridge which converts resource change events to OSGi events | Description for resource.paths | STRING | / | |
Status node path | status.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). | STRING | Cq60StartupCodeUpgrade | |
facet.path.list.name | facet.path.list | Adobe CQ 6.2 Search Facets Config upgrader com.day.cq.compat.codeupgrade.impl.cq62.CQ62SearchFacetsConfigUpdate :- moves customized search facets from apps to conf | facet.path.list.description | STRING | cq/gui/content/facets:cq/search/facets dam/gui/content/facets:dam/search/facets commerce/gui/content/facets:commerce/search/facets screens/dcc/content/facets:screens/dcc/search/facets cq/core/content/projects/facets:projects/search/facets | |
Status node path | status.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). | STRING | Cq61StartupCodeUpgrade | |
Status node path | status.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). | STRING | Cq561StartupCodeUpgrade | |
Status node path | status.node.path | Adobe CQ 6.2 upgrader com.day.cq.compat.codeupgrade.impl.cq62.Cq62StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 6.2 starts. | Status of the upgrader is stored under that node. | STRING | /var/upgrade/status | |
Status property name | status.property.name | Adobe CQ 6.2 upgrader com.day.cq.compat.codeupgrade.impl.cq62.Cq62StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 6.2 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). | STRING | Cq62StartupCodeUpgrade | |
Backup root path | backup.root.path | Day CQ 5.3 CodeUpgrader factory com.day.cq.compat.codeupgrade.impl.CodeUpgraderFactoryImpl :- Initializes CodeUpgrader instances | Path under which properties are backed up when upgrading nodes. | STRING | /var/upgrade/backup/5.3 | |
Status node path | status.node.path | CqMergeBackupUpgrade com.day.cq.compat.codeupgrade.impl.mergebackup.CqMergeBackupUpgrade :- Restores content saved by pre-upgrade backup | Status 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 backup | 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). | STRING | Cq62MergeBackupUpgrade | |
Status node path | status.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). | STRING | Cq56StartupCodeUpgrade | |
do54ModelUpgrade.name | do54ModelUpgrade | 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.description | STRING | false | |
Title | granite.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. | STRING | Data Store Garbage Collection | |
Title | granite.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. | STRING | Revision Clean Up | |
Tags | hc.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. | STRING | security production | |
OAuth Issuer | oauth.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.2 | The name of the issuer of the token | STRING | Adobe Granite | |
OAuth Access Token Expires In | oauth.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.2 | The lifetime in seconds of the access token | STRING | 3600 | |
alias.name | alias | 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.2 | alias.description | STRING | /oauth/token | |
Path | path | 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.name | jaas.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.description | STRING | sufficient | |
jaas.realmName.name | jaas.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.description | STRING | jackrabbit.oak | |
jaas.ranking.name | jaas.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.description | INTEGER | 1000 | |
Offline Validation | oauth.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). | BOOLEAN | true | |
Schedule | scheduler.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 repository | Cron 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. | STRING | 23 07 * * * ? | |
Image Quality | image.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 qualities | Quality must be a double between 0.0 and 1.0 | STRING | 0.82 | |
Supported Resolutions | image.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 qualities | List of resolutions this component is permitted to generate. | STRING | 319x319 | |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Component com.adobe.cq.screens.impl.DeviceStatusServlet com.adobe.cq.screens.impl.DeviceStatusServlet :- Description for com.adobe.cq.screens.impl.DeviceStatusServlet | Description for sling.servlet.resourceTypes | STRING | screens/core/components/device screens/core/components/deviceconfig screens/core/components/display | |
Property sling.servlet.selectors | sling.servlet.selectors | Component com.adobe.cq.screens.impl.DeviceStatusServlet com.adobe.cq.screens.impl.DeviceStatusServlet :- Description for com.adobe.cq.screens.impl.DeviceStatusServlet | Description for sling.servlet.selectors | STRING | ping | |
Property sling.servlet.extensions | sling.servlet.extensions | Component com.adobe.cq.screens.impl.DeviceStatusServlet com.adobe.cq.screens.impl.DeviceStatusServlet :- Description for com.adobe.cq.screens.impl.DeviceStatusServlet | Description for sling.servlet.extensions | STRING | json | |
Property sling.servlet.methods | sling.servlet.methods | Component com.adobe.cq.screens.impl.DeviceStatusServlet com.adobe.cq.screens.impl.DeviceStatusServlet :- Description for com.adobe.cq.screens.impl.DeviceStatusServlet | Description for sling.servlet.methods | STRING | GET POST | |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Component com.adobe.cq.screens.impl.DeviceScreenshotServlet com.adobe.cq.screens.impl.DeviceScreenshotServlet :- Description for com.adobe.cq.screens.impl.DeviceScreenshotServlet | Description for sling.servlet.resourceTypes | STRING | screens/core/components/device screens/core/components/display | |
Property sling.servlet.selectors | sling.servlet.selectors | Component com.adobe.cq.screens.impl.DeviceScreenshotServlet com.adobe.cq.screens.impl.DeviceScreenshotServlet :- Description for com.adobe.cq.screens.impl.DeviceScreenshotServlet | Description for sling.servlet.selectors | STRING | screenshot | |
Property sling.servlet.extensions | sling.servlet.extensions | Component com.adobe.cq.screens.impl.DeviceScreenshotServlet com.adobe.cq.screens.impl.DeviceScreenshotServlet :- Description for com.adobe.cq.screens.impl.DeviceScreenshotServlet | Description for sling.servlet.extensions | STRING | json | |
Property sling.servlet.methods | sling.servlet.methods | Component com.adobe.cq.screens.impl.DeviceScreenshotServlet com.adobe.cq.screens.impl.DeviceScreenshotServlet :- Description for com.adobe.cq.screens.impl.DeviceScreenshotServlet | Description for sling.servlet.methods | STRING | POST | |
Property cq.pagesupdatehandler.imageresourcetypes | cq.pagesupdatehandler.imageresourcetypes | Component com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler :- Description for com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler | Description for cq.pagesupdatehandler.imageresourcetypes | STRING | screens/core/components/content/image | |
Property cq.pagesupdatehandler.productresourcetypes | cq.pagesupdatehandler.productresourcetypes | Component com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler :- Description for com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler | Description for cq.pagesupdatehandler.productresourcetypes | STRING | screens/core/components/content/product | |
Property cq.pagesupdatehandler.videoresourcetypes | cq.pagesupdatehandler.videoresourcetypes | Component com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler :- Description for com.adobe.cq.screens.impl.handler.ChannelsUpdateHandler | Description for cq.pagesupdatehandler.videoresourcetypes | STRING | screens/core/components/content/video | |
Aggregate Relationships | aggregate.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. | STRING | following member | |
Descend Virtual Nodes | aggregate.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. | BOOLEAN | true | |
Path | path | 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 Page | auth.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. | BOOLEAN | false | |
HTTP Realm | auth.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). | STRING | Day Communique 5 | |
Default Login Page | auth.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 Clients | auth.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. | STRING | Firefox Shiretoko MSIE 7 MSIE 6 | |
UTF-8 Credentials | auth.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" ]. | STRING | Firefox Shiretoko Chrome Opera curl Wget | |
CUG Exempted Principals | cug.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. | STRING | administrators | |
Enable CUG Roots | cug.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. | BOOLEAN | false | |
Regular expression | cug.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 | ||
Replacement | cug.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 match | STRING | ||
Path | path | 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 Ranking | service.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. | INTEGER | 5000 | |
Login Page Mappings | auth.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 | STRING | ||
Change Password Page Mappings | auth.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 | STRING | ||
Default Login Page | auth.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 Page | auth.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 Info | auth.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. | STRING | html htm | |
auth.loginselector.handle.all.extensions.name | auth.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.description | BOOLEAN | false | |
path.name | path | 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.description | STRING | / | |
Service Ranking | service.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. | INTEGER | 0 | |
Path | path | 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 | / | |
Path | path | 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 ids | oauth.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 Handler | STRING | ||
Synchronize user with the Provider | auth.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 login | BOOLEAN | true | |
Access Token Request Parameter | auth.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 Parameter | oauth.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. | STRING | configid | |
JWT validation support | oauth.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) | BOOLEAN | false | |
Provider ID | oauth.provider.id | Adobe Granite OAuth Twitter Provider com.adobe.granite.auth.oauth.impl.TwitterProviderImpl :- Default Twitter OAuth Provider | Assign a unique Provider ID | STRING | twitter | |
Provider ID | oauth.provider.id | Adobe Granite OAuth Facebook Provider com.adobe.granite.auth.oauth.impl.FacebookProviderImpl :- Default Facebook OAuth Provider | Assign a unique Provider ID | STRING | facebook | |
OAuth Cookie Max-Age Before Authorization | oauth.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 Authorization | oauth.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 ID | oauth.provider.id | Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth Provider | Assign a unique Provider ID | STRING | granite | |
Authorization Endpoint | oauth.provider.granite.authorization.url | Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth Provider | The URL of the Granite Authorization Endpoint | STRING | ||
Token Endpoint | oauth.provider.granite.token.url | Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth Provider | The URL of the Granite Token Endpoint | STRING | ||
Profile Endpoint | oauth.provider.granite.profile.url | Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth Provider | The URL of the IMS Profile Endpoint | STRING | ||
Extended Details URLs | oauth.provider.granite.extended.details.urls | Adobe Granite OAuth Provider com.adobe.granite.auth.oauth.impl.GraniteProvider :- Default Granite OAuth Provider | The list of URLs used to fetch additional data | STRING | ||
Default JWT Claims | auth.token.provider.default.claims | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | Default JWT Claims in format: | STRING | ||
API endpoint | auth.token.provider.endpoint | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | Authorization server API endpoint (e.g. gateway-api.omniture.com) | STRING | gateway-api.omniture.com | |
Access Token Request URL | auth.access.token.request | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | Format to build the access token request URL against the configured end point. The '%s' in the format is replaced by the end point. | STRING | https://%s/token | |
KeyPair alias | auth.token.provider.keypair.alias | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | Alias to get the key pair from the user KeyStore | STRING | access-token-key-pair | |
Connection timeout | auth.token.provider.conn.timeout | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | The timeout until a connection is established to the authorization server in milliseconds | INTEGER | 30000 | |
Socket timeout | auth.token.provider.so.timeout | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | The socket timeout which is the timeout for waiting for data from the authorization server in milliseconds | INTEGER | 30000 | |
Client Id | auth.token.provider.client.id | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | Client Identifier for the authorization server | STRING | TestClient | |
Scope | auth.token.provider.scope | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | The scope passed as request parameter to the authorization server | STRING | ||
Cache access tokens | auth.token.provider.reuse.access.token | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | If 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. | BOOLEAN | true | |
Enable Relaxed SSL | auth.token.provider.relaxed.ssl | Adobe Granite Access Token provider com.adobe.granite.auth.oauth.accesstoken.provider :- Access Token provider | Enable Relaxed SSL (allow self signed certificates) for communication with a test authorization server. This configuration MUST BE DISABLED in production. | BOOLEAN | false | |
Config ID | oauth.config.id | Adobe 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 ID | oauth.client.id | Adobe 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 Secret | oauth.client.secret | Adobe 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 | ||
Scope | oauth.scope | Adobe 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 provider | STRING | ||
Provider ID | oauth.config.provider.id | Adobe 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 Provider | STRING | ||
Create users | oauth.create.users | Adobe 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. | BOOLEAN | false | |
Force Strict Username Matching | force.strict.username.matching | Adobe 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. | BOOLEAN | false | |
Groups | oauth.create.users.groups | Adobe 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 UserIds | oauth.encode.userids | Adobe 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. | BOOLEAN | false | |
Hash UserIds | oauth.hash.userids | Adobe 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. | BOOLEAN | false | |
Callback URL | oauth.callBackUrl | Adobe 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 token | oauth.access.token.persist | Adobe 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(). | BOOLEAN | false | |
Save access token in the Cookies | oauth.access.token.persist.cookie | Adobe 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) | BOOLEAN | false | |
Enable Cross-Site Request Forgery state protection | oauth.csrf.state.protection | Adobe 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.12 | BOOLEAN | true | |
Enable Persisting Request Params in Callback URL | oauth.redirect.request.params | Adobe 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. | Enabling Persisting of Original Request Parameters in the Callback URL formed during Authorization so that it can be used as a means to redirect the user to original resource on successful authentication | BOOLEAN | false | |
Path | path | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | / | |
Service Ranking | service.ranking | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | 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. | INTEGER | 5002 | |
IDP URL | idpUrl | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | URL 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 Alias | idpCertAlias | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The alias of the IdP's certificate in the global truststore. If this property is empty the authentication handler is disabled. | STRING | ||
IDP HTTP Redirect | idpHttpRedirect | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Use an HTTP Redirect to the IDP URL instead of sending an AuthnRequest-message to request credentials. Use this for IDP initiated authentication. | BOOLEAN | false | |
Service Provider Entity ID | serviceProviderEntityId | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | ID which uniquely identifies this service provider with the identity provider. If this property is empty the authentication handler is disabled. | STRING | ||
SP Private Key Alias | spPrivateKeyAlias | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The 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 Store | keyStorePassword | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The password of the key-store of the 'authentication-service' system user. | STRING | ||
Default Redirect | defaultRedirectUrl | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The default location to redirect to after successful authentication. | STRING | / | |
UserID Attribute | userIDAttribute | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The 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. | STRING | uid | |
Use Encryption | useEncryption | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not this authentication handler expects encrypted SAML assertions. If this is enabled the SP's private key must be provided in the key-store of the 'authentication-service' system user (see SP Private Key Alias above). | BOOLEAN | true | |
Autocreate CRX Users | createUser | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not to autocreate nonexisting users in the repository. | BOOLEAN | true | |
Add to Groups | addGroupMemberships | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not a user should be automatically added to CRX groups after successful authentication. | BOOLEAN | true | |
Group Membership | groupMembershipAttribute | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The name of the attribute containing a list of CRX groups this user should be added to. | STRING | groupMembership | |
Default Groups | defaultGroups | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | A list of default CRX groups users are added to after successful authentication. | STRING | ||
NameIDPolicy Format | nameIdFormat | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The value of the NameIDPolicy format parameter to send in the AuthnRequest message. | STRING | urn:oasis:names:tc:SAML:2.0:nameid-format:transient | |
Synchronized Attributes | synchronizeAttributes | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | A 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 Logout | handleLogout | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not logout (dropCredentials) requests will be processed by this handler. | BOOLEAN | false | |
Logout URL | logoutUrl | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | URL 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 | ||
Path | path | 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 Ranking | service.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. | INTEGER | 0 | |
JAAS Control Flag | jaas.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. | STRING | sufficient | |
JAAS Realm | jaas.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. | STRING | jackrabbit.oak | |
JAAS Ranking | jaas.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. | INTEGER | 1000 | |
Header Names | headers | 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 Names | cookies | 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. | STRING | cqpsso | |
Parameter Names | parameters | 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 Map | usermap | 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 | ||
Format | format | 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. | STRING | Basic | |
Trusted Credential Attribute | trustedCredentialsAttribute | 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 | ||
Name | hc.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. | STRING | Sling Java Script Handler | |
Tags | hc.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. | STRING | sling security production | |
MBean Name | hc.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. | STRING | slingJavaScriptHandler | |
Tags | hc.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 inactive bundles. | Tags for this check to be used by composite health checks. | STRING | ||
Ignored Bundles | ignored.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 inactive bundles. | One or more Bundle Symbolic Names to be ignored. | STRING | com.day.crx.crxde-support com.adobe.granite.crx-explorer com.adobe.granite.crxde-lite | |
Tags | hc.tags | Adobe Granite DavEx Health Check com.adobe.granite.bundles.hc.impl.DavExBundleHealthCheck :- This health check checks if the DavEx bundle and SlingDavExServlet are active in the right runmodes. | Tags for this check to be used by composite health checks. | STRING | bundles security production | |
Name | hc.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. | STRING | Sling Jsp Script Handler | |
Tags | hc.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. | STRING | sling security production | |
MBean Name | hc.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. | STRING | slingJspScriptHandler | |
Tags | hc.tags | Adobe Granite WebDav Access Health Check com.adobe.granite.bundles.hc.impl.WebDavBundleHealthCheck :- This health check checks if the WebDav bundle and SimpleWebDavServlet are active in the right runmodes. | Tags for this check to be used by composite health checks. | STRING | bundles security production | |
Name | hc.name | Apache Sling Jobs Health Check com.adobe.granite.bundles.hc.impl.JobsHealthCheck :- Description for com.adobe.granite.bundles.hc.impl.JobsHealthCheck | Health Check name | STRING | Sling Jobs | |
Tags | hc.tags | Apache Sling Jobs Health Check com.adobe.granite.bundles.hc.impl.JobsHealthCheck :- Description for com.adobe.granite.bundles.hc.impl.JobsHealthCheck | Health Check tags | STRING | sling jobs | |
MBean name | hc.mbean.name | Apache Sling Jobs Health Check com.adobe.granite.bundles.hc.impl.JobsHealthCheck :- Description for com.adobe.granite.bundles.hc.impl.JobsHealthCheck | Health Check MBean name | STRING | slingJobs | |
Maximum Number of Queued Jobs | max.queued.jobs | Apache Sling Jobs Health Check com.adobe.granite.bundles.hc.impl.JobsHealthCheck :- Description for com.adobe.granite.bundles.hc.impl.JobsHealthCheck | Threshold on the number of queued jobs that could exist at a certain moment | INTEGER | 1000 | |
Tags | hc.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. | STRING | bundles security production | |
Name | hc.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. | STRING | Sling Get Servlet | |
Tags | hc.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. | STRING | dos sling security production | |
MBean Name | hc.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. | STRING | defaultSlingGetServletConfig | |
Name | hc.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. | STRING | Sling Referrer Filter | |
Tags | hc.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. | STRING | sling security production csrf | |
MBean Name | hc.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. | STRING | slingReferrerFilter | |
Allowed paths | confmgr.allowed.paths | Adobe Granite ConfMgr com.adobe.granite.confmgr.impl.ConfMgrImpl :- Standardized access to configurations in the repository | Whitelist of path globs where configurations can reside in. | STRING | /conf/* /apps /libs | |
Fallback paths | confmgr.fallback.paths | Adobe Granite ConfMgr com.adobe.granite.confmgr.impl.ConfMgrImpl :- Standardized access to configurations in the repository | Global fallback configurations, ordered from least specific (checked last) to most specific. | STRING | /libs /apps /conf/global | |
Silent Mode | com.adobe.granite.contexthub.silent_mode | Adobe Granite ContextHub com.adobe.granite.contexthub.impl.ContextHubImpl :- Description for com.adobe.granite.contexthub.impl.ContextHubImpl | Silent mode - turn this option on to disable ContextHub's debug output. | BOOLEAN | false | |
Show UI | com.adobe.granite.contexthub.show_ui | Adobe Granite ContextHub com.adobe.granite.contexthub.impl.ContextHubImpl :- Description for com.adobe.granite.contexthub.impl.ContextHubImpl | Indicates weather ContextHub's UI should be displayed. | BOOLEAN | true | |
Filter Methods | filter.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. | STRING | POST PUT DELETE | |
Filter non-browser User Agents | filter.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. | BOOLEAN | true | |
Safe User Agents | filter.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 | ||
Excluded Paths | filter.excluded.paths | Adobe Granite CSRF Filter com.adobe.granite.csrf.impl.CSRFFilter :- Request filter checking the CSRF token of modification requests. | These paths are excluded by the filter. Each entry is of the form 'path'. | STRING | ||
CSRF Token Expires In | csrf.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) | LONG | 600 | |
Property name | name | Adobe Granite Distribution - Encrypted Password Transport Secret Provider com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider :- Description for com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider | Description for name | STRING | ||
Property username | username | Adobe Granite Distribution - Encrypted Password Transport Secret Provider com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider :- Description for com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider | Description for username | STRING | ||
Property encryptedPassword | encryptedPassword | Adobe Granite Distribution - Encrypted Password Transport Secret Provider com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider :- Description for com.adobe.granite.distribution.core.impl.CryptoDistributionTransportSecretProvider | Description for encryptedPassword | STRING | ||
Property importer.name | importer.name | Adobe Granite Distribution - Distribution to Replication Event Transformer com.adobe.granite.distribution.core.impl.DistributionToReplicationEventTransformer :- Description for com.adobe.granite.distribution.core.impl.DistributionToReplicationEventTransformer | Description for importer.name | STRING | ||
diff nodes path | diffPath | Adobe Granite Distribution - Diff Event Listener com.adobe.granite.distribution.core.impl.diff.DiffEventListener :- Description for com.adobe.granite.distribution.core.impl.diff.DiffEventListener | Description for diffPath | STRING | /var/sling/distribution/diff | |
resource resolution sub service name | serviceName | Adobe Granite Distribution - Diff Event Listener com.adobe.granite.distribution.core.impl.diff.DiffEventListener :- Description for com.adobe.granite.distribution.core.impl.diff.DiffEventListener | Description for serviceName | STRING | ||
Property serviceUser.target | serviceUser.target | Adobe Granite Distribution - Diff Event Listener com.adobe.granite.distribution.core.impl.diff.DiffEventListener :- Description for com.adobe.granite.distribution.core.impl.diff.DiffEventListener | Description for serviceUser.target | STRING | ||
enabled | enabled | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for enabled | BOOLEAN | false | |
agent name | agentName | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for agentName | STRING | soco-reverse | |
diff nodes path | diffPath | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for diffPath | STRING | /var/sling/distribution/diff | |
observed path | observedPath | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for observedPath | STRING | /home/groups | |
resource resolution sub service name | serviceName | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for serviceName | STRING | ||
looked properties names | propertyNames | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for propertyNames | STRING | rep:members | |
diff distribution delay | distributionDelay | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | time (seconds) between detection of changes and triggering of distribution | INTEGER | 5 | |
Property serviceUser.target | serviceUser.target | Adobe Granite Distribution - Diff Observer Factory com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver :- Description for com.adobe.granite.distribution.core.impl.diff.DiffChangesObserver | Description for serviceUser.target | STRING | ||
Name | feature.name | Adobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of users | feature.name.description | STRING | com.adobe.granite.frags.RandomFeature | |
Description | feature.description | Adobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of users | feature.description.description | STRING | Displays\ the\ feature\ only\ for\ a\ small\ percentage\ of\ users | |
Active percentage | active.percentage | Adobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of users | How often this flag returns true, randomly, in percent | STRING | ||
Cookie name | cookie.name | Adobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of users | The Cookie name where stored RandomFeature informations | STRING | Granite-Random-Feature | |
Cookie max age | cookie.maxAge | Adobe Granite Random Feature Flag com.adobe.granite.frags.impl.RandomFeature :- Displays the feature only for a small percentage of users | The Cookie max age | INTEGER | 2147483647 | |
Name | feature.name | Adobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP Header | feature.name.description | STRING | com.adobe.granite.frags.CheckHttpHeaderFlag | |
Description | feature.description | Adobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP Header | feature.description.description | STRING | Displays\ the\ feature\ only\ for\ clients\ sending\ a\ special\ HTTP\ Header | |
HTTP Header Name | http.header.name | Adobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP Header | The HTTP Header name has to be sent from client | STRING | X-Sling-Flag | |
HTTP Header value pattern | http.header.valuepattern | Adobe Granite HTTP Header Feature Flag com.adobe.granite.frags.impl.CheckHttpHeaderFlag :- Displays the feature only for clients sending a special HTTP Header | The 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 | .* | |
Prefixes | com.adobe.granite.httpcache.url.paths | Adobe Granite HTTP Cache Filter com.adobe.granite.httpcache.impl.OuterCacheFilter :- Cache Filter | URL path prefixes | STRING | /content | |
Directory | com.adobe.granite.httpcache.file.documentRoot | Adobe Granite HTTP File Cache Store com.adobe.granite.httpcache.file.FileCacheStore :- File Cache Store | Cache document root | STRING | ||
IncludeHost | com.adobe.granite.httpcache.file.includeHost | Adobe Granite HTTP File Cache Store com.adobe.granite.httpcache.file.FileCacheStore :- File Cache Store | Whether to include host name in document root | STRING | ||
Patterns | pseudo.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 " | STRING | zz USR_{string}_尠 pg PAGE_{string}_尠 | |
Preference Name | security.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. | STRING | language | |
Queue Size | messages.queue.size | Adobe Granite Log Analysis Service com.adobe.granite.logging.impl.LogAnalyserImpl :- Log analysis service for the operations dashboard | Number of logging events to keep. A size below 1 disables keeping the log events. | INTEGER | 200 | |
Logger Configuration | logger.config | Adobe Granite Log Analysis Service com.adobe.granite.logging.impl.LogAnalyserImpl :- Log analysis service for the operations dashboard | Each configuration entry should have the format {category}:{level}. | STRING | ||
Message Size | messages.size | Adobe Granite Log Analysis Service com.adobe.granite.logging.impl.LogAnalyserImpl :- Log analysis service for the operations dashboard | Maximum size of a message in kilo byte to be stored. A size lower than 1 means the whole message is stored. | INTEGER | 25 | |
Tags | hc.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 check | STRING | ||
Base Path | resourcePath | 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 Path | config | 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. | STRING | granite/operations/config/maintenance | |
Script Name | script.filename | Adobe 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 Name | script.display | Adobe 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 Path | script.path | Adobe 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 Filter | script.platform | Adobe 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 Interval | interval | Adobe 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 automatically | INTEGER | 0 | |
JMX MBean Domain Name | jmxdomain | Adobe 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 prefix | STRING | com.adobe.granite.monitoring | |
Automatic Agent Management | offloading.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 announcements | Allows to enable/disable the automatic creation replication agents for offloading | BOOLEAN | false | |
Offloader Enabled | offloading.offloader.enabled | Adobe Granite Offloading - Job Offloader com.adobe.granite.offloading.impl.OffloadingJobOffloader :- com.adobe.granite.offloading.impl.OffloadingJobOffloader.description | Allows to enable/disable the offloader in general. | BOOLEAN | false | |
Offloading Transporter | offloading.transporter | Adobe Granite Offloading Configuration com.adobe.granite.offloading.impl.OffloadingConfigurator :- The central offloading configuration component | Name of the offloading transporter implementation. Transporter name must match the service property 'offloading.transporter.name' of the transporter service implementation of choice. The value ''offloading.transporter.default'' selects the default implementation (replication based transport). | STRING | offloading.transporter.default | |
Job Cloner Enabled | offloading.jobcloner.enabled | Adobe Granite Offloading - Job Cloner com.adobe.granite.offloading.impl.OffloadingJobCloner :- com.adobe.granite.offloading.impl.OffloadingJobCloner.description | Allows to enable/disable the job cloner in general. | BOOLEAN | false | |
To Worker Agent Prefix | default.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. | STRING | offloading | |
To Master Agent Prefix | default.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. | STRING | offloading_outbox | |
Input Package Name | default.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. | STRING | offloadingInput.zip | |
Output Page Name | default.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. | STRING | offloadingOutput.zip | |
Replicate Synchronous | default.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. | BOOLEAN | true | |
Replication Package | default.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. | BOOLEAN | true | |
Transport Enabled | offloading.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. | BOOLEAN | false | |
Job Topic | job.topics | Adobe 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. | STRING | com/adobe/granite/workflow/offloading | |
UserOmniSearchHandler.name | UserOmniSearchHandler | com.adobe.granite.omnisearch.impl.security.UserOmniSearchHandler.name com.adobe.granite.omnisearch.impl.security.UserOmniSearchHandler :- com.adobe.granite.omnisearch.impl.security.UserOmniSearchHandler.description | UserOmniSearchHandler.description | STRING | ||
Min Text Length for Suggestions | omnisearch.suggestion.requiretext.min | com.adobe.granite.omnisearch.impl.core.OmniSearchServiceImpl.name com.adobe.granite.omnisearch.impl.core.OmniSearchServiceImpl :- com.adobe.granite.omnisearch.impl.core.OmniSearchServiceImpl.description | min length of text that is require to show suggestions | INTEGER | 3 | |
Include spellcheck in suggestions | omnisearch.suggestion.spellcheck.require | com.adobe.granite.omnisearch.impl.core.OmniSearchServiceImpl.name com.adobe.granite.omnisearch.impl.core.OmniSearchServiceImpl :- com.adobe.granite.omnisearch.impl.core.OmniSearchServiceImpl.description | check if spellcheck suggestions are require in suggestions of omnisearch | BOOLEAN | false | |
Opt-Out Cookies | optout.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. | STRING | cq-opt-out omniture_optout | |
Opt-Out HTTP Headers | optout.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: | STRING | ||
White-List Cookies | optout.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. | STRING | cq-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 | |
Tags | hc.tags | Adobe Granite Query Traversal Limits Health Check com.adobe.granite.queries.impl.hc.QueryLimitsHealthCheck :- This health check checks if the query traversal limits are set to a value above Integer.MAX_VALUE. | Tags for this check to be used by composite health checks. | STRING | queries | |
Query Logger Names | log.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 executed. Provide in the format ' | STRING | org.apache.jackrabbit.oak.query org.apache.jackrabbit.oak.plugins.index | |
Log Pattern | log.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 Limit | log.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 memory | INTEGER | 100 | |
Tags | hc.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 status | INTEGER | 10 | |
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 status | INTEGER | 15 | |
Disabled cipher suites | disabled.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 suites | enabled.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 nodes | preserve.hierarchy.nodes | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Preserve hierarchy nodes under rep:User nodes on import | BOOLEAN | false | |
Ignore versioning | ignore.versioning | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Ignore mix:versionable node type on import | BOOLEAN | false | |
Import ACL | import.acl | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Flag to import ACL. Default false | BOOLEAN | false | |
Save threshold | save.threshold | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Number of nodes to import before issuing an intermediate save | INTEGER | -1 | |
Preserve User Paths | preserve.user.paths | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Flag to preserve user paths when importing user nodes. Default false | BOOLEAN | false | |
Preserve UUIDs | preserve.uuid | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Flag to preserve jcr:uuid property when importing nodes. Default true | BOOLEAN | true | |
Preserve UUIDs for nodetypes | preserve.uuid.nodetypes | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Preserve UUIDs for nodes imported with specified (primary) node-types ONLY | STRING | dam:Asset | |
Preserve UUIDs in subtree | preserve.uuid.subtrees | Adobe Granite Durbo Import Configuration Provider com.day.cq.replication.impl.content.durbo.DurboImportConfigurationProviderService :- Provider for Durbo import configuration | Preserve UUIDs for nodes imported under specified repository-paths ONLY | STRING | /content/dam/ | |
Temp File Threshold | receiver.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. | LONG | 1048576 | |
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. | BOOLEAN | false | |
Frequency | scheduler.period | Adobe Granite Reverse Replicator com.day.cq.replication.impl.ReverseReplicator :- Service that polls reverse replication data and imports it. | Poll frequency in seconds | LONG | 30 | |
Threshold | binary.threshold | Adobe Granite Binary-Less Content Builder com.day.cq.replication.impl.content.durbo.BinaryLessContentBuilder :- Builds replication content package without binaries | The size above which binaries are not included in the content. | LONG | 4132 | |
Use File Storage | replication.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. | BOOLEAN | false | |
job.topics.name | job.topics | com.day.cq.replication.impl.AgentManagerImpl.name com.day.cq.replication.impl.AgentManagerImpl :- com.day.cq.replication.impl.AgentManagerImpl.description | job.topics.description | STRING | com/day/cq/replication/job/* | |
serviceUser.target.name | serviceUser.target | com.day.cq.replication.impl.AgentManagerImpl.name com.day.cq.replication.impl.AgentManagerImpl :- com.day.cq.replication.impl.AgentManagerImpl.description | serviceUser.target.description | STRING | (subServiceName=replicationService) | |
Distribute Events | distribute_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) | BOOLEAN | false | |
Disabled cipher suites | disabled.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 suites | enabled.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.name | host | Adobe Granite Static Content Builder com.day.cq.replication.content.StaticContentBuilder :- Builds a static representation of an activated node. | host.description | STRING | localhost | |
port.name | port | Adobe Granite Static Content Builder com.day.cq.replication.content.StaticContentBuilder :- Builds a static representation of an activated node. | port.description | INTEGER | 4502 | |
Name | hc.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. | STRING | Replication and Transport Users | |
Tags | hc.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. | STRING | security replication cq | |
MBean Name | hc.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. | STRING | replicationTransportUsers | |
Name | hc.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. | STRING | Replication Queue | |
Tags | hc.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 Name | hc.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. | STRING | replicationQueue | |
Number of Allowed Retries | numberOfRetriesAllowed | 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. | INTEGER | 3 | |
Tags | hc.tags | Adobe Granite User Profile Access Health Check com.adobe.granite.repository.hc.impl.DefaultAccessUserProfileHealthCheck :- This health check checks if the everyone principal has not read access to user profiles. | Tags for this check to be used by composite health checks. | STRING | acl security | |
Name | hc.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. | STRING | Default Login Accounts | |
Tags | hc.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. | STRING | login security production | |
MBean Name | hc.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. | STRING | defaultLogins | |
Logins | accountLogins | 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 check | STRING | admin:admin author:author | |
Console Logins | consoleLogins | 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 check | STRING | admin:admin | |
Tags | hc.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 (milliseconds) | 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 status | INTEGER | 200 | |
Statistics Time Error Threshold (milliseconds) | 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 status | INTEGER | 500 | |
Statistics Minimum Number of Requests | statistics.request.min_count | 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 minimum number of requests required to run the health check | INTEGER | 50 | |
Property scheduler.expression | scheduler.expression | Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- Description for com.adobe.granite.requests.logging.impl.RequestLoggerImpl | Description for scheduler.expression | STRING | */10 * * * * ? | |
Property sling.filter.scope | sling.filter.scope | Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- Description for com.adobe.granite.requests.logging.impl.RequestLoggerImpl | Description for sling.filter.scope | STRING | REQUEST | |
Longest requests history size | long.requests.history.size | Adobe Granite Timed Requests Logger com.adobe.granite.requests.logging.impl.RequestLoggerImpl :- Description for com.adobe.granite.requests.logging.impl.RequestLoggerImpl | The number of longest requests stored for analysis. | INTEGER | 20 | |
Limit parameter default | default.limit | Adobe Granite REST Default GET Servlet com.adobe.granite.rest.impl.servlet.DefaultGETServlet :- Default servlet handling REST API GET requests | Default value for the limit request parameter. Default is 20. | INTEGER | 20 | |
Use absolute URIs | use.absolute.uri | Adobe Granite REST Default GET Servlet com.adobe.granite.rest.impl.servlet.DefaultGETServlet :- Default servlet handling REST API GET requests | Forces usage of absolutes URIs in the response. Default is true. | BOOLEAN | true | |
Property provider.roots | provider.roots | Adobe Granite REST ApiEndpointResourceProviderFactory com.adobe.granite.rest.impl.ApiEndpointResourceProviderFactoryImpl :- Description for com.adobe.granite.rest.impl.ApiEndpointResourceProviderFactoryImpl | Description for provider.roots | STRING | api | |
Property adapter.condition | adapter.condition | Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session. | Description for adapter.condition | STRING | If the Resource can be adapted to a JCR Node and is one of the configured resource types. | |
Node Types | granite.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. (Format: regexp=resourceType) | STRING | preferences=nt:unstructured profiles/.*=nt:unstructured | |
Resource Types | granite.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. (Format: regexp=resourceType) | STRING | preferences=cq:Preferences profiles/.*=cq/security/components/profile profile=cq/security/components/profile | |
GroupToMember RT | group2member.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. | STRING | following | |
Excluded GroupToMember | group2member.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 RT | group2member.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. | STRING | member | |
Excluded MemberToGroup | group2member.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. | STRING | contributor content-authors | |
Property adapter.condition | adapter.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.condition | STRING | If the ResourceResolver is a JcrResourceResolver or a Session. | |
Task Administrator Group | taskmanager.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. | STRING | administrators taskmanagement-service projects-service | |
Property adapter.condition | adapter.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.condition | STRING | If the Node or Resource points is of type cq:WorkItem | |
Task Storage Root Path | taskstorage.rootpath | Adobe Granite TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR Repository | Indicates where in the repository task data will be stored | STRING | /etc/taskmanagement/tasks | |
Task History Storage Root Path | taskstorage.historyrootpath | Adobe Granite TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR Repository | Indicates where in the repository task history data will be stored | STRING | /etc/taskmanagement/archivedtasks | |
Enable Archiving | archiving.enabled | Adobe Granite TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- Archives old tasks to a history location to improve runtime performance | Enable or disable archiving of tasks | BOOLEAN | false | |
cron expression | scheduler.expression | Adobe Granite TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- Archives old tasks to a history location to improve runtime performance | scheduler cron expression. example: '30 0 * * * ?' runs at 00:30 AM | STRING | 30 0 * * * ? | |
Age of Tasks to Archive | archive.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 performance | Number of days after a task is completed before archiving a task. Value must be > 0 | INTEGER | 365 | |
Schedule | scheduler.period | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Interval (in number of seconds) between each thread dump - collector will not be executed if this property value is missing | LONG | 60 | |
Concurrent | scheduler.concurrent | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Concurrency is not supported at this version, modifying this parameter has no effect in this version! | BOOLEAN | false | |
Cluster | scheduler.runOn | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Set 'Each node' to execute this service on multiple nodes within a cluster, 'Leader only' otherwise | STRING | SINGLE -- Each node LEADER -- Leader only | |
Enable/Disable | granite.threaddump.enabled | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Enable or disable the Thread Dumps collection | BOOLEAN | true | |
Dumps per file | granite.threaddump.dumpsPerFile | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Number of dumps to be stored in each file | INTEGER | 10 | |
GZIP Compression | granite.threaddump.enableGzipCompression | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Flag to enable/disable GZIP compression on dump files | BOOLEAN | true | |
Directories Compression | granite.threaddump.enableDirectoriesCompression | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Flag to enable/disable ZIP compression on daily dump directories | BOOLEAN | true | |
Enable JStack | granite.threaddump.enableJStack | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | Use native JStack JDK application to perform the thread dump | BOOLEAN | false | |
Max Backup Days | granite.threaddump.maxBackupDays | Granite Thread Dumps Collector com.adobe.granite.threaddump.ThreadDumpCollector :- Collects and persists Java thread dumps inside compressed GZipped files | The maximum number of backup files/directories to keep around | INTEGER | 7 | |
Minify | htmllibmanager.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.) | BOOLEAN | false | |
Debug | htmllibmanager.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. | BOOLEAN | false | |
Gzip | htmllibmanager.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. | BOOLEAN | true | |
Max-Age | htmllibmanager.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 | |
Timing | htmllibmanager.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. | BOOLEAN | false | |
Force CQURLInfo | htmllibmanager.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) | BOOLEAN | false | |
Max Data URI size | htmllibmanager.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. | LONG | 0 | |
Firebug Lite Path | htmllibmanager.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 Console | htmllibmanager.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. | BOOLEAN | false | |
Debug Init Script | htmllibmanager.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. | STRING | window.CQ_initial_log_level='INFO'; | |
Default theme name | htmllibmanager.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. | STRING | default | |
Default user theme name | htmllibmanager.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 specified | STRING | default | |
Library Manager Category | htmllibmanager.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. | STRING | granite.clientlibrarymanager | |
Allowed Library Paths | htmllibmanager.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.name | htmllibmanager.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.description | STRING | /etc/workflow/instances /etc/taskmanagement | |
Long term client side cache key | htmllibmanager.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 format | htmllibmanager.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. | STRING | lc-%s-lc | |
JS Processor Default Configs | htmllibmanager.processor.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. | Default config for JS processors in the format: "mode:(name(;options))". eg: min:yui;obfuscate=true | STRING | min:yui | |
CSS Processor Default Configs | htmllibmanager.processor.css | 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. | Default config for CSS processors in the format: "mode:(name(;options))". eg: min:yui;obfuscate=true | STRING | min:yui | |
Extandable Widgets | extendable.widgets | Day CQ Widget Extension Provider com.day.cq.widget.impl.WidgetExtensionProviderImpl :- The widget extension provider. | The list of extandable Widgets | STRING | contentfinder | |
Debug | widgetextensionprovider.debug | Day CQ Widget Extension Provider com.day.cq.widget.impl.WidgetExtensionProviderImpl :- The widget extension provider. | Serve Javascript extensions in a debuggable way. | BOOLEAN | false | |
Fetch attempts | report.fetch.attempts | Adobe AEM Analytics Report Importer com.day.cq.analytics.sitecatalyst.impl.importer.ReportImporter :- Imports Analytics Reports periodically into AEM | Number of attempts to fetch a queued report. Default is set to 6. | INTEGER | 6 | |
Fetch delay | report.fetch.delay | Adobe AEM Analytics Report Importer com.day.cq.analytics.sitecatalyst.impl.importer.ReportImporter :- Imports Analytics Reports periodically into AEM | Number in milliseconds between attempts to fetch a queued report. Default is set to 10000 (10s). | LONG | 10000 | |
Analytics component SQL2 query cache size | cq.analytics.component.query.cache.size | Analytics Component Query Cache Service Analytics Component Query Cache Service :- Caches the 'cq:trackvars' and 'cq:trackevents' query valued results to improve performance | Number of query results for the Analytics component the cache holds | LONG | 2000 | |
Allowed Source Paths | allowed.paths | Adobe AEM Classifications Exporter com.day.cq.analytics.sitecatalyst.impl.exporter.ClassificationsExporter :- Exports classification data to Analytics | Allowed source paths for exporting data. | STRING | /var/export(/.*)? | |
Export Page Size | cq.analytics.saint.exporter.pagesize | Adobe AEM Classifications Exporter com.day.cq.analytics.sitecatalyst.impl.exporter.ClassificationsExporter :- Exports classification data to Analytics | Page size for SAINT ImportJob population. | INTEGER | 1000 | |
Import interval | cq.analytics.sitecatalyst.importer.inverval | Day CQ Analytics SiteCatalyst Impressions Importer com.day.cq.analytics.sitecatalyst.ImpressionsImporter :- Imports SiteCatalyst Page Impressions periodically into CQ | Import interval in milliseconds. Default is set to 43200000 (12h). | LONG | 43200000 | |
Enabled | cq.analytics.sitecatalyst.importer.enabled | Day CQ Analytics SiteCatalyst Impressions Importer com.day.cq.analytics.sitecatalyst.ImpressionsImporter :- Imports SiteCatalyst Page Impressions periodically into CQ | Indicator if importer is enabled or disabled. | BOOLEAN | true | |
Context stores | cq.analytics.adapterfactory.contextstores | Adobe AEM Analytics Adapter Factory com.day.cq.analytics.sitecatalyst.impl.SitecatalystAdapterFactory :- Provides adapter functionality for Analytics objects | Context stores exposed for instrumentation. | STRING | activitystream eventdata geolocation mouseposition pagedata profile resolvedsegments socialgraph surferinfo tagcloud | |
User IDs | users | Coud Services Provisioning Authentication Filter com.day.cq.analytics.provisioning.impl.UserAuthenticationRequestFilter :- Description for com.day.cq.analytics.provisioning.impl.UserAuthenticationRequestFilter | Users to show provisioning opt-in option. | STRING | admin | |
Data center URL | cq.analytics.sitecatalyst.service.datacenter.url | Adobe AEM Analytics HTTP Client com.day.cq.analytics.sitecatalyst.impl.SitecatalystHttpClientImpl :- HTTP Client for Analytics API | Default data center URL | STRING | https://api.omniture.com/admin/1.4/rest/ | |
Hostname patterns | devhostnamepatterns | Adobe AEM Analytics HTTP Client com.day.cq.analytics.sitecatalyst.impl.SitecatalystHttpClientImpl :- HTTP Client for Analytics API | Development machines hostname regular expression patterns | STRING | .*(\.dev|\.ut1)+\.omniture\.com$ | |
Audience Manager OAuth URL | endpoint.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. | STRING | https://api.demdex.com/oauth/token | |
Audience Manager API URL | endpoint.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. | STRING | https://api.demdex.com/v1 | |
Audience Manager Event URL | endpoint.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. | STRING | https://{0}.demdex.net/event | |
REST API Batch size | batchsize | 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. | INTEGER | 10 | |
Audience Manager Client ID | clientid | 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. | STRING | clientid | |
Audience Manager Client Secret | clientsecret | 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. | STRING | clientsecret | |
Active | cq.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. | BOOLEAN | true | |
Handler Name | cq.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 handler | STRING | video | |
Active | cq.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. | BOOLEAN | true | |
Handler Name | cq.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 handler | STRING | static-image | |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Day CQ Commerce Product Collection Servlet com.adobe.cq.commerce.impl.collection.ProductCollectionServlet :- Manages Product Collections | Description for sling.servlet.resourceTypes | STRING | sling/servlet/default | |
Property sling.servlet.methods | sling.servlet.methods | Day CQ Commerce Product Collection Servlet com.adobe.cq.commerce.impl.collection.ProductCollectionServlet :- Manages Product Collections | Description for sling.servlet.methods | STRING | GET POST | |
Property sling.servlet.selectors | sling.servlet.selectors | Day CQ Commerce Product Collection Servlet com.adobe.cq.commerce.impl.collection.ProductCollectionServlet :- Manages Product Collections | Description for sling.servlet.selectors | STRING | productcollection | |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Adobe CQ Commerce Product Classification Servlet com.adobe.cq.commerce.impl.classification.ClassificationServlet :- Manages Product Classifications | Description for sling.servlet.resourceTypes | STRING | sling/servlet/default | |
Property sling.servlet.methods | sling.servlet.methods | Adobe CQ Commerce Product Classification Servlet com.adobe.cq.commerce.impl.classification.ClassificationServlet :- Manages Product Classifications | Description for sling.servlet.methods | STRING | GET POST | |
Property sling.servlet.selectors | sling.servlet.selectors | Adobe CQ Commerce Product Classification Servlet com.adobe.cq.commerce.impl.classification.ClassificationServlet :- Manages Product Classifications | Description for sling.servlet.selectors | STRING | productclassification | |
Promotions Root | cq.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 promotions | STRING | /content/campaigns | |
Fallback Handler | cq.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 handler | STRING | static-image | |
Active | cq.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. | BOOLEAN | true | |
Handler Name | cq.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 handler | STRING | dynamic-image | |
Enabled | cq.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 generation | BOOLEAN | true | |
Template Pages Folder Name | cq.commerce.templatepagesfoldername | cq560catalogconverterimpl.name com.adobe.cq.commerce.pim.impl.cq560catalogconverter.Cq560CatalogConverterImpl :- cq560catalogconverterimpl.description | Folder name where template pages will be created | STRING | Template Pages | |
Bucket Size | cq.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 bucket | INTEGER | 500 | |
Bucket Name | cq.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 pages | STRING | bucket | |
Excluded Template Properties | cq.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 Pages | STRING | cq:lastReplicated.* cq:lastReplicationAction | |
Property Feed generator algorithm | Feed 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-out | The algorithm used to generated the product feed | STRING | traversal -- Path traversal query -- Query | |
Paths | cq.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 processed | STRING | /etc/commerce/products | |
URL | brightedge.url | BrightEdge API proxy servlet com.adobe.cq.contentinsight.impl.servlets.BrightEdgeProxyServlet :- Proxy servlet for BrightEdge API adding authentication information | BrightEdge's base URL | STRING | https://api.brightedge.com/internal/recommendations | |
Whitelist | reportingservices.proxy.whitelist | Reporting Services API proxy servlet com.adobe.cq.contentinsight.impl.servlets.ReportingServicesProxyServlet :- Proxy servlet for Reporting Services API | Allowed destinations for the reporting services proxy servlet | STRING | .*/api[0-9]*.omniture.com/.* | |
URL | reportingservices.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 URL | STRING | https://services1.omniture.com/p/rs/0.5 | |
Staging DTM IP White List | dtm.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 List | dtm.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 | ||
Enabled | enabled | 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. | BOOLEAN | false | |
Disabled for groups | disabledForGroups | 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 | ||
service.ranking.name | service.ranking | com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.name com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory :- com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.name com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory :- com.day.cq.mcm.campaign.importer.PersonalizedTextHandlerFactory.description | tagpattern.description | STRING | <(p|span|div)\s+.*data-cq-component="(?i)personalized-text".*?> | |
AEM Forms Constraints | aem.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 | STRING | string:foundation/components/form/constraints/email string:foundation/components/form/constraints/name numeric:foundation/components/form/constraints/numeric date:foundation/components/form/constraints/date | |
Public URL | aem.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 SSL | aem.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. | BOOLEAN | false | |
From Email Address | from.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 Host | sender.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) | STRING | http://--publish-- | |
Bounce Counter Maximum | max.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. | STRING | 3 | |
From Email Address | from.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 Host | sender.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) | STRING | http://--publish-- | |
Bounce Counter Maximum | max.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. | STRING | 3 | |
Experience Indirection | experience.indirection | Day CQ MCM Configuration com.day.cq.mcm.impl.MCMConfiguration :- Configures the MCM | Use this to implement a subtype component of an mcm experience component, eg. an own newsletter component. | STRING | ||
Touchpoint Indirection | touchpoint.indirection | Day CQ MCM Configuration com.day.cq.mcm.impl.MCMConfiguration :- Configures the MCM | Use this to implement a subtype component of a touchpoint component. | STRING | ||
Service Ranking | service.ranking | TargetComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TargetComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | TargetComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TargetComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <div\s+.*?data-cq-component="target".*?> | |
component.resourceType.name | component.resourceType | TargetComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TargetComponentTagHandler instances | component.resourceType.description | STRING | cq/personalization/components/target | |
Service Ranking | service.ranking | ClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ClickThroughComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | ClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ClickThroughComponentTagHandler instances | The 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.name | component.resourceType | ClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ClickThroughComponentTagHandler instances | component.resourceType.description | STRING | mcm/components/cta-clickthroughlink | |
Service Ranking | service.ranking | GraphicalClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out GraphicalClickThroughComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | GraphicalClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out GraphicalClickThroughComponentTagHandler instances | The 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.name | component.resourceType | GraphicalClickThroughComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- The TagHandlerFactory that rolls out GraphicalClickThroughComponentTagHandler instances | component.resourceType.description | STRING | mcm/components/cta-graphicallink | |
Service Ranking | service.ranking | LeadFormCTAComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory :- The TagHandlerFactory that rolls out LeadFormCTAComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | LeadFormCTAComponentTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory :- The TagHandlerFactory that rolls out LeadFormCTAComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <(div|form)\s+.*?data-cq-component="(?i)leadformgeneration".*?> | |
Service Ranking | service.ranking | MBoxExperienceTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory :- The TagHandlerFactory that rolls out MBoxExperienceTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | MBoxExperienceTagHandler Factory com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory :- The TagHandlerFactory that rolls out MBoxExperienceTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <section\s+.*?data-cq-component="experience".*?> | |
Lead Mapping | sf.lead.mapping | Salesforce Lead Mapping Configuration com.adobe.cq.mcm.salesforce.SalesforceConfiguration :- Configuration for exchange of Leads Information | Mapping of CQ user attributes to Salesforce Lead properties | STRING | givenName=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 | |
API Endpoint | ams.web.api.endpoint | Adobe Mobile Services HTTP Client Service com.adobe.cq.mobile.mobileservices.impl.service.MobileServicesHttpClientImpl :- Adobe Mobile Services HTTP Client Service | The base URL of the Adobe Mobile Services HTTP APIs. | STRING | https://api.omniture.com | |
mobileservices.webapi.sdkconfig.get.operation.path.name | get.sdk.config.path | Adobe Mobile Services HTTP Client Service com.adobe.cq.mobile.mobileservices.impl.service.MobileServicesHttpClientImpl :- Adobe Mobile Services HTTP Client Service | mobileservices.webapi.sdkconfig.description | STRING | /ams/1.0/app/config/ | |
Mobile Service Apps | get.mobileserviceapps.path | Adobe Mobile Services HTTP Client Service com.adobe.cq.mobile.mobileservices.impl.service.MobileServicesHttpClientImpl :- Adobe Mobile Services HTTP Client Service | The URL used to retrieve the Mobile Service Apps for the given account. | STRING | /ams/1.0/apps | |
pipeline.type.name | pipeline.type | Adobe CQ Hybrid App Path Rewriting Transformer Factory com.adobe.cq.mobile.platform.impl.rewriter.HybridAppPathRewriterTransformerFactory :- Creates a transformer that rewrites hybrid app paths. | pipeline.type.description | STRING | hybridapp | |
Assets mapping | mobile.platform.hybridapppathrewritertransformer.mapping.assets | Adobe CQ Hybrid App Path Rewriting Transformer Factory com.adobe.cq.mobile.platform.impl.rewriter.HybridAppPathRewriterTransformerFactory :- Creates a transformer that rewrites hybrid app paths. | Mapping of asset tags to their attributes (tag:attribute1:attribute2:attributeN). | STRING | img:src video:src:poster source:src | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
pipeline.type.name | pipeline.type | com.adobe.cq.mobile.platform.impl.rewriter.MobileAppsCampaignTransformerFactory.name com.adobe.cq.mobile.platform.impl.rewriter.MobileAppsCampaignTransformerFactory :- com.adobe.cq.mobile.platform.impl.rewriter.MobileAppsCampaignTransformerFactory.description | pipeline.type.description | STRING | mobileappscampaign | |
mobile.platform.mobileappscampaignrewritertransformer.mapping.targeting.name | mobile.platform.mobileappscampaignrewritertransformer.mapping.targeting | com.adobe.cq.mobile.platform.impl.rewriter.MobileAppsCampaignTransformerFactory.name com.adobe.cq.mobile.platform.impl.rewriter.MobileAppsCampaignTransformerFactory :- com.adobe.cq.mobile.platform.impl.rewriter.MobileAppsCampaignTransformerFactory.description | mobile.platform.mobileappscampaignrewritertransformer.mapping.targeting.description | STRING | div:cq-targeting:data-mboxid:data-mboxname | |
Default PhoneGap platforms | cq.mobile.phonegap.instance.defaultPlatforms | PhoneGap App Instance Provider Factory com.adobe.cq.mobile.phonegap.impl.AppInstanceProviderFactory :- Used to retrieve the properties of a PhoneGap app instance. | Default list of PhoneGap platforms when none are specified in the config. | STRING | android ios | |
Service URL | service.url | AEM Mobile Pushwoosh Push Notification Service com.adobe.cq.mobile.notifications.impl.services.PushwooshNotificationServiceImpl :- com.adobe.cq.mobile.notifications.impl.services.PushwooshNotificationServiceImpl.description | Specify the URL for this service. | STRING | https://cp.pushwoosh.com/json/1.3/ | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.pagesupdatehandler.imageresourcetypes | com.adobe.cq.mobile.platform.impl.contentsync.handler.OffersUpdateHandler.name com.adobe.cq.mobile.platform.impl.contentsync.handler.OffersUpdateHandler :- com.adobe.cq.mobile.platform.impl.contentsync.handler.OffersUpdateHandler.description | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
cq.pagesupdatehandler.videoresourcetypes.name | cq.pagesupdatehandler.videoresourcetypes | com.adobe.cq.mobile.platform.impl.contentsync.handler.OffersUpdateHandler.name com.adobe.cq.mobile.platform.impl.contentsync.handler.OffersUpdateHandler :- com.adobe.cq.mobile.platform.impl.contentsync.handler.OffersUpdateHandler.description | cq.pagesupdatehandler.videoresourcetypes.description | STRING | foundation/components/video | |
sling.post.operation.name | sling.post.operation | Upload Mobile App Assets Operation com.adobe.cq.mobile.platform.impl.operations.MobileAssetUploadOperation :- com.adobe.cq.mobile.platform.impl.operations.MobileAssetUploadOperation.description | sling.post.operation.description | STRING | mobileapps:uploadAssets | |
Exclusion Pattern | cq.mobileapps.assetuploadoperation.exclusionpattern | Upload Mobile App Assets Operation com.adobe.cq.mobile.platform.impl.operations.MobileAssetUploadOperation :- com.adobe.cq.mobile.platform.impl.operations.MobileAssetUploadOperation.description | A regular expression which filters out non-interesting filenames | STRING | ^(__MACOSX.*)|(.*\.DS_Store)$ | |
Asset Mime Types | cq.mobileapps.assetuploadoperation.defaultMimeTypes | Upload Mobile App Assets Operation com.adobe.cq.mobile.platform.impl.operations.MobileAssetUploadOperation :- com.adobe.cq.mobile.platform.impl.operations.MobileAssetUploadOperation.description | List of mime types to be extracted as Assets | STRING | image/jpg image/jpeg image/png | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
cq.pagesupdatehandler.videoresourcetypes.name | cq.pagesupdatehandler.videoresourcetypes | 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.description | cq.pagesupdatehandler.videoresourcetypes.description | STRING | foundation/components/video | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
cq.pagesupdatehandler.videoresourcetypes.name | cq.pagesupdatehandler.videoresourcetypes | 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.description | cq.pagesupdatehandler.videoresourcetypes.description | STRING | foundation/components/video | |
sling.servlet.resourceTypes.name | sling.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.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.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.description | sling.servlet.methods.description | STRING | GET | |
sling.servlet.selectors.name | sling.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.description | sling.servlet.selectors.description | STRING | mobileapps.provider | |
sling.servlet.extensions.name | sling.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.description | sling.servlet.extensions.description | STRING | zip | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
cq.pagesupdatehandler.videoresourcetypes.name | cq.pagesupdatehandler.videoresourcetypes | 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.description | cq.pagesupdatehandler.videoresourcetypes.description | STRING | foundation/components/video | |
Adobe Reporting Services URL | cq.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 URL | STRING | https://services1.omniture.com/p/rs/0.5/ | |
Interval | cq.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 updates | LONG | 43200000 | |
sling.servlet.resourceTypes.name | sling.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.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.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.description | sling.servlet.methods.description | STRING | GET | |
sling.servlet.selectors.name | sling.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.description | sling.servlet.selectors.description | STRING | mobileapps.screenshots | |
sling.servlet.extensions.name | sling.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.description | sling.servlet.extensions.description | STRING | json | |
Client Id | clientId | Experience Manager Mobile On-demand Services Client com.adobe.cq.mobile.dps.impl.service.AdobeDPSClient :- Configuration for the Experience Manager Mobile On-demand Services Client | Identifies your AEM installation as a client to Experience Manager Mobile On-demand Services | PASSWORD | ||
Client Secret | clientSecret | Experience Manager Mobile On-demand Services Client com.adobe.cq.mobile.dps.impl.service.AdobeDPSClient :- Configuration for the Experience Manager Mobile On-demand Services Client | Used to authenticate and authorise the AEM installation as a client to Experience Manager Mobile On-demand Services | PASSWORD | ||
Minimum thread pool size | minThreadPoolSize | Experience Manager Mobile On-demand Services Client com.adobe.cq.mobile.dps.impl.service.AdobeDPSClient :- Configuration for the Experience Manager Mobile On-demand Services Client | Minimum thread pool size for AEM to Experience Manager Mobile On-demand Services requests | INTEGER | 10 | |
Maximum thread pool size | maxThreadPoolSize | Experience Manager Mobile On-demand Services Client com.adobe.cq.mobile.dps.impl.service.AdobeDPSClient :- Configuration for the Experience Manager Mobile On-demand Services Client | Maximum thread pool size for AEM to Experience Manager Mobile On-demand Services requests | INTEGER | 20 | |
Access token cache expiry | accessTokenExpiryInMinutes | Experience Manager Mobile On-demand Services Client com.adobe.cq.mobile.dps.impl.service.AdobeDPSClient :- Configuration for the Experience Manager Mobile On-demand Services Client | Minutes to keep an access token | INTEGER | 30 | |
Environment | environment | Experience Manager Mobile On-demand Services Client com.adobe.cq.mobile.dps.impl.service.AdobeDPSClient :- Configuration for the Experience Manager Mobile On-demand Services Client | Experience Manager Mobile On-demand Services Cloud Environment, leave blank unless access was granted in other environments | STRING | ||
Property cq.pagesupdatehandler.imageresourcetypes | cq.pagesupdatehandler.imageresourcetypes | Component com.adobe.cq.mobile.dps.impl.contentsync.DPSPagesUpdateHandler com.adobe.cq.mobile.dps.impl.contentsync.DPSPagesUpdateHandler :- Description for com.adobe.cq.mobile.dps.impl.contentsync.DPSPagesUpdateHandler | Description for cq.pagesupdatehandler.imageresourcetypes | STRING | foundation/components/image | |
Property cq.pagesupdatehandler.imageresourcetypes | cq.pagesupdatehandler.imageresourcetypes | Component com.adobe.cq.mobile.dps.impl.contentsync.DPSSubPagesUpdateHandler com.adobe.cq.mobile.dps.impl.contentsync.DPSSubPagesUpdateHandler :- Description for com.adobe.cq.mobile.dps.impl.contentsync.DPSSubPagesUpdateHandler | Description for cq.pagesupdatehandler.imageresourcetypes | STRING | foundation/components/image | |
PhoneGap Build Host | phonegap.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 Host | STRING | build.phonegap.com | |
PhoneGap Build Port | phonegap.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 Port | STRING | 443 | |
Use SSL | phonegap.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 SSL | STRING | true | |
Default rollout config | liverelationshipmgr.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 copy | STRING | /etc/msm/rolloutconfigs/default | |
Excluded Nodetypes | cq.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 excluded | STRING | ||
Excluded Paragraph Items | cq.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 excluded | STRING | ||
Excluded Page Properties | cq.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 excluded | STRING | ||
Update Reference across nested LiveCopies | cq.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. | BOOLEAN | false | |
Default events count | auditlogservlet.default.events.count | Day CQ WCM MSM Audit Log Servlet com.day.cq.wcm.msm.impl.servlets.AuditLogServlet :- Provides MSM-related audit log information | Number of events to return if not specified in request | INTEGER | 100 | |
Default path | auditlogservlet.default.path | Day CQ WCM MSM Audit Log Servlet com.day.cq.wcm.msm.impl.servlets.AuditLogServlet :- Provides MSM-related audit log information | auditlogservlet.default.path.description | STRING | / | |
Excluded Nodetypes | cq.wcm.msm.action.excludednodetypes | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | The list of regex matching node types to be excluded | STRING | ||
Excluded Paragraph Items | cq.wcm.msm.action.excludedparagraphitems | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | The list of regex matching paragraph items to be excluded | STRING | ||
Excluded Page Properties | cq.wcm.msm.action.excludedprops | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | The list of regex matching page properties to be excluded | STRING | ||
Ignored Mixin NodeTypes | cq.wcm.msm.action.ignoredMixin | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | This is the list of regex for matching Mixin-NodeType Names that should not be inherited" | STRING | .* | |
Excluded Nodetypes | cq.wcm.msm.action.excludednodetypes | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | The list of regex matching node types to be excluded | STRING | ||
Excluded Paragraph Items | cq.wcm.msm.action.excludedparagraphitems | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | The list of regex matching paragraph items to be excluded | STRING | ||
Excluded Page Properties | cq.wcm.msm.action.excludedprops | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | The list of regex matching page properties to be excluded | STRING | ||
Order Style | contentcopyaction.order.style | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | Select the way newly created Resources should be inserted. | STRING | default | default -- Default pre54 -- Pre CQ5.4 |
Excluded Nodetypes | cq.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 target | The list of regex matching node types to be excluded | STRING | ||
Excluded Paragraph Items | cq.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 target | The list of regex matching paragraph items to be excluded | STRING | ||
Excluded Page Properties | cq.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 target | The list of regex matching page properties to be excluded | STRING | ||
Update Referencing Pages | cq.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 target | Searches all Pages referencing the copied one and update the reference to the new location | BOOLEAN | true | |
Excluded Nodetypes | cq.wcm.msm.action.excludednodetypes | CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete action | The list of regex matching node types to be excluded | STRING | ||
Excluded Paragraph Items | cq.wcm.msm.action.excludedparagraphitems | CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete action | The list of regex matching paragraph items to be excluded | STRING | ||
Excluded Page Properties | cq.wcm.msm.action.excludedprops | CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete action | The list of regex matching page properties to be excluded | STRING | ||
event.filter.name | event.filter | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | event.filter.description | STRING | (!(event.application=*)) | |
Excluded Page Properties | rolloutmgr.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. | STRING | jcr:.* sling:.* cq:.* | |
Excluded Paragraph Properties | rolloutmgr.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. | STRING | cq:propertyInheritanceCancelled jcr:frozenUuid jcr:uuid | |
Excluded Nodetypes | rolloutmgr.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. | STRING | cq:LiveSyncAction cq:LiveSyncConfig cq:BlueprintSyncConfig cq:LiveCopy | |
Background Thread Pool Size | rolloutmgr.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 parallel | INTEGER | 5 | |
Max Shutdown Time | rolloutmgr.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 rollouts | INTEGER | 10 | |
Background Thread Priority | rolloutmgr.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 modifications | STRING | MIN | NORM -- Normal MAX -- Maximal MIN -- Minimal |
Commit Threshold | rolloutmgr.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 save | INTEGER | 500 | |
Handle conflict with manually created Pages | rolloutmgr.conflicthandling.enabled | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | Set to true, if RolloutManger should handle Conflicts from a Page created in LiveCopy with a name that exists in Blueprint | BOOLEAN | true | |
Force location | forcelocation | Adobe Target Configuration Servlet com.day.cq.personalization.impl.servlets.TargetingConfigurationServlet :- Holds configuration values for the Adobe Targeting UI | Enforces the author to input a location for targeting by showing a modal dialog. Default is false. | BOOLEAN | false | |
Maximum Links Per Host | service.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. | INTEGER | 500 | |
Save external link references | service.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. | BOOLEAN | true | |
Disable Rewriting | linkcheckertransformer.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. | BOOLEAN | false | |
Disable Checking | linkcheckertransformer.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. | BOOLEAN | false | |
Map Cache Size | linkcheckertransformer.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. | INTEGER | 5000 | |
Strict Extension Check | linkcheckertransformer.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. | BOOLEAN | false | |
Strip HTML Extension | linkcheckertransformer.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. | BOOLEAN | false | |
Rewrite Elements | linkcheckertransformer.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}. | STRING | a:href area:href form:action | |
Scheduler Period | scheduler.period | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | The time ( in seconds ) between background runs of the link checker. | LONG | 5 | |
scheduler.concurrent.name | scheduler.concurrent | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | scheduler.concurrent.description | BOOLEAN | false | |
Bad Link Tolerance Interval | service.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. | INTEGER | 48 | |
Link Check Override Patterns | service.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 Links | service.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. | BOOLEAN | false | |
Special Link Prefixes | service.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. | STRING | javascript: mailto: # <!-- ${ | |
Special Link Patterns | service.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 Period | scheduler.period | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | The time ( in seconds ) between background runs of the link checker. | LONG | 3600 | |
scheduler.concurrent.name | scheduler.concurrent | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | scheduler.concurrent.description | BOOLEAN | false | |
Good Link Test Interval | good_link_test_interval | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | The interval in hours to check good links. | INTEGER | 24 | |
Bad Link Test Interval | bad_link_test_interval | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | The interval in hours to check bad links. | INTEGER | 1 | |
link_unused_interval.name | link_unused_interval | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | link_unused_interval.description | INTEGER | 168 | |
Connection Timeout | connection.timeout | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | The time ( in milliseconds ) for connection to disconnect. | INTEGER | 10000 | |
Excerpt properties | excerpt.properties | Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCR | List of properties that will be included in an excerpt | STRING | text jcr:description | |
Facet cache entries | cache.max.entries | Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCR | Maximum number of entries to keep in the facet cache. Set to zero to disable caching. Security warning: the cache is shared by all users! | INTEGER | 0 | |
Facet cache lifetime | cache.entry.lifetime | Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCR | How long (in seconds) to keep facets in the cache. Set to zero to disable automatic expiration. | INTEGER | 300 | |
Enabled | cq.searchpromote.confighandler.enabled | AEM 6 - Search&Promote integration publish configuration handler com.day.cq.searchpromote.impl.PublishSearchPromoteConfigHandler :- Handler that updates the S&P cloud configuration when this configuration is pushed to publish | Enables the configuration handler. It must be disabled on author instances. | BOOLEAN | false | |
Property event.filter | event.filter | AEM 6 - Search&Promote integration 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 feed | Description for event.filter | STRING | (!(event.application=*)) | |
Remote server URI | cq.searchpromote.configuration.server.uri | AEM 6 - Search&Promote Integration Configuration com.day.cq.searchpromote.impl.SearchPromoteServiceImpl :- Configuration options for Search&Promote integration | Server URI for template XML requests | STRING | https://searchandpromote.omniture.com/px/ | |
Search&Promote Environment | cq.searchpromote.configuration.environment | AEM 6 - Search&Promote Integration Configuration com.day.cq.searchpromote.impl.SearchPromoteServiceImpl :- Configuration options for Search&Promote integration | The Search&Promote environment environment to use (stage/live) | STRING | stage | |
Name | hc.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. | STRING | Example Content Packages | |
Tags | hc.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. | STRING | login content example security production | |
MBean Name | hc.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. | STRING | exampleContent | |
Example Content Packages | example_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. Syntax supports optional parametersseparated by semi column: scope (name or group) and instructions, e.g.cq-geometrixx:name:You can uninstall all the Geometrixx content packages by uninstalling the cq-geometrixx-all-pkg via the Package Manager | STRING | cq-geometrixx:name:You can uninstall all the Geometrixx content packages by uninstalling the cq-geometrixx-all-pkg via the Package Manager | |
Name | hc.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. | STRING | CQ HTML Library Manager Config | |
Tags | hc.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. | STRING | cq security production | |
MBean Name | hc.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. | STRING | htmlLibraryMangerConfig | |
Name | hc.name | Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sets the X-FRAME-OPTIONS HTTP header to SAMEORIGIN or DENY. | Name of the health check. | STRING | Web Server Configuration | |
Tags | hc.tags | Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sets the X-FRAME-OPTIONS HTTP header to SAMEORIGIN or DENY. | Tags for the health check. | STRING | webserver production security clickjacking | |
MBean Name | hc.mbean.name | Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sets the X-FRAME-OPTIONS HTTP header to SAMEORIGIN or DENY. | Name of the JMX mbean to register for this check. | STRING | webServerConfig | |
Public Address | webserver.address | Web Server Configuration Health Check com.adobe.cq.security.hc.webserver.impl.ClickjackingHealthCheck :- This checks if the web server sets the X-FRAME-OPTIONS HTTP header to SAMEORIGIN or DENY. | The public address for the site. | STRING | ||
Name | hc.name | WCM Filter Health Check com.adobe.cq.security.hc.bundles.impl.WcmFilterHealthCheck :- Checks if the WCM Filter and WCM Debug Filter configurations follow the security guidelines. | Name of the health check. | STRING | WCM Filters Configuration | |
Tags | hc.tags | WCM Filter Health Check com.adobe.cq.security.hc.bundles.impl.WcmFilterHealthCheck :- Checks if the WCM Filter and WCM Debug Filter configurations follow the security guidelines. | Tags for the health check. | STRING | cq security production | |
MBean Name | hc.mbean.name | WCM Filter Health Check com.adobe.cq.security.hc.bundles.impl.WcmFilterHealthCheck :- Checks if the WCM Filter and WCM Debug Filter configurations follow the security guidelines. | Name of the JMX mbean to register for this check. | STRING | wcmFilterConfig | |
Name | hc.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. | STRING | CQ Dispatcher Configuration | |
Tags | hc.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. | STRING | dispatcher production security | |
MBean Name | hc.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. | STRING | dispatcherConfig | |
Dispatcher Address | dispatcher.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 paths | dispatcher.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 paths | dispatcher.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 | |
Enabled | cq.analytics.testandtarget.accountoptionsupdater.enabled | Adobe Target account options updater com.day.cq.analytics.testandtarget.impl.AccountOptionsUpdater :- Updates the Adobe Target cloud configuration options with the account options from Taget | Controls whether this importer is enabled or not. Defaults to true on author instances and false on publish instances. | BOOLEAN | true | |
Property event.filter | event.filter | Day CQ Analytics Push Author Campaign Page Listener com.day.cq.analytics.testandtarget.impl.PushAuthorCampaignPageListener :- Pushes author campaign data to Adobe Target | Description for event.filter | STRING | (!(event.application=*)) | |
Property job.topics | job.topics | Day CQ Analytics Push Author Campaign Page Listener com.day.cq.analytics.testandtarget.impl.PushAuthorCampaignPageListener :- Pushes author campaign data to Adobe Target | Description for job.topics | STRING | com/adobe/integrations/target/pushauthorcampaign | |
Service enabled | cq.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 Target | Enable/disable page listener | BOOLEAN | true | |
Adobe Target API URL | cq.analytics.testandtarget.api.url | Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe Target | URL of the Adobe Target API | STRING | https://admin.testandtarget.omniture.com/api | |
Global timeout | cq.analytics.testandtarget.timeout | Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe Target | Timeout 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'. | INTEGER | 60000 | |
Adobe Target Recommendations URL replace regex token | cq.analytics.testandtarget.recommendations.url.replace | Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe Target | Controls the token in Adobe Target endpoint URL that needs to be replaced to point to the Target Recommendations API URL | STRING | /rest | |
Adobe Target Recommendations URL replace with token | cq.analytics.testandtarget.recommendations.url.replacewith | Adobe AEM Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- HTTP Client for Adobe Target | Replacement for the regex above so that the resulting URL will point to Target Recommendations API | STRING | /rest/recs | |
T&T endpoint URL | testandtarget.endpoint.url | Adobe Test & Target Endpoint Configuration com.day.cq.analytics.testandtarget.impl.servlets.AdminServerServlet :- Description for com.day.cq.analytics.testandtarget.impl.servlets.AdminServerServlet | Description for testandtarget.endpoint.url | STRING | https://admin.testandtarget.omniture.com/rest/v1/endpoint | |
Property event.filter | event.filter | Delete Adobe Target activity listener com.day.cq.analytics.testandtarget.impl.DeleteAuthorActivityListener :- Deletes the activity in Adobe Target when the activity is deleted in AEM | Description for event.filter | STRING | (!(event.application=*)) | |
Property job.topics | job.topics | Delete Adobe Target activity listener com.day.cq.analytics.testandtarget.impl.DeleteAuthorActivityListener :- Deletes the activity in Adobe Target when the activity is deleted in AEM | Description for job.topics | STRING | com/adobe/integrations/target/deleteauthoractivity | |
Service enabled | cq.analytics.testandtarget.deleteauthoractivitylistener.enabled | Delete Adobe Target activity listener com.day.cq.analytics.testandtarget.impl.DeleteAuthorActivityListener :- Deletes the activity in Adobe Target when the activity is deleted in AEM | Enable/disable page listener | BOOLEAN | true | |
Enabled | cq.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. | BOOLEAN | true | |
Service enabled | cq.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 structure | Enable/disable post processor | BOOLEAN | true | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | STRING | foundation/components/image | |
Pipeline type | pipeline.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. | STRING | contentsync | |
Link mapping | cq.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). | STRING | a:href area:href form:action | |
Script and style mapping | cq.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). | STRING | script:src styles:src link:href | |
Image mapping | cq.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:attributeN). | STRING | img:src video:src:poster source:src | |
Attribute pattern mapping | cq.contentsync.pathrewritertransformer.attribute.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 capturing group where path can be found in an attribute. | STRING | style:url\('(.+)'\) | |
Client library pattern | cq.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 pattern | cq.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 data | pageviewstatistics.trackingurl | Day CQ WCM Page Statistics com.day.cq.wcm.core.stats.PageViewStatisticsImpl :- Configures Collection of data and runs report of Page impressions | Send data to the server collecting statistics | STRING | ||
Tracking script enabled | pageviewstatistics.trackingscript.enabled | Day CQ WCM Page Statistics com.day.cq.wcm.core.stats.PageViewStatisticsImpl :- Configures Collection of data and runs report of Page impressions | Enable or disable the inclusion of the tracking script on the pages. No page tracking is available when disabled | STRING | ||
Enabled | wcmdevmodefilter.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. | BOOLEAN | true | |
Paths | paths | Day CQ WCM Repository Change Listener com.day.cq.wcm.core.impl.event.RepositoryChangeEventListener :- Listens to repository changes | Paths to listen | STRING | /content /etc | |
Excluded Paths | excludedPaths | Day CQ WCM Repository Change Listener com.day.cq.wcm.core.impl.event.RepositoryChangeEventListener :- Listens to repository changes | Paths which are not monitored for page events | STRING | /etc/workflow/instances /etc/taskmanagement | |
Resource Types | sling.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. | STRING | cq:Page | |
Extensions | sling.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. | STRING | json html | |
Selectors | sling.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. | STRING | find replace | |
Scope | scope | 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. | STRING | jcr:title jcr:description jcr:text text | |
Tags | hc.tags | Adobe Resource Resolver Search Path Health Check com.day.cq.wcm.core.impl.healthcheck.ResourceSearchPathErrorHealthCheck :- This healthcheck checks if there are any resources into the path /apps/foundation/components/primary | The tags for this health check to be used in a composite health check | STRING | ||
Enabled | wcmdbgfilter.enabled | Day CQ WCM Debug Filter com.day.cq.wcm.core.impl.WCMDebugFilter :- Controls the WCM debug mode. | Controls if the filter is enabled. | BOOLEAN | true | |
JSP Debug Info | wcmdbgfilter.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. | BOOLEAN | false | |
Guess Total Value | guessTotal | pageviewhandler.name com.day.cq.wcm.core.impl.servlets.contentfinder.PageViewHandler :- pageviewhandler.description | configure default value for querybuilder guessTotal | STRING | true | |
Search Tag Titles | tagTitleSearch | pageviewhandler.name com.day.cq.wcm.core.impl.servlets.contentfinder.PageViewHandler :- pageviewhandler.description | Determines whether to include tag titles in full text search | BOOLEAN | false | |
Show expired assets | dam.showexpired | Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finder | Determines whether to show expired assets | BOOLEAN | true | |
Show assets of hidden parent or grandparent folders | dam.showhidden | Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finder | Determines whether to show assets, when their parent or grandparent folder has hidden=true property | BOOLEAN | false | |
Search Tag Titles | tagTitleSearch | Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finder | Determines whether to include tag titles in full text search | BOOLEAN | false | |
Guess Total Value | guessTotal | Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finder | configure default value for querybuilder guessTotal | STRING | true | |
Expiry property | dam.expiryProperty | Asset View Servlet com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler :- Servlet handling asset queries from content finder | Path of the property determing asset expiry | STRING | jcr:content/offTime | |
page.info.provider.property.regex.default.name | page.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 services | Regular expression used to filter the registered page info providers | STRING | sites.listView.info.provider.* | |
page.info.provider.property.name.name | page.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 services | Property of the PageInfoProvider service to be checked against the filter regex | STRING | pageInfoProviderType | |
Exclusion Pattern | cq.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.description | A regular expression which filters out non-interesting filenames | STRING | ^(.*/icon.png)|(.*/scaffolding.jsp)|(.*/feed.jsp)$ | |
granite.maintenance.schedule.name | granite.maintenance.schedule | Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs. | granite.maintenance.schedule.description | STRING | weekly | |
granite.maintenance.isConservative.name | granite.maintenance.isConservative | Day CQ WCM Version Purge Task com.day.cq.wcm.core.impl.VersionPurgeTask :- Periodically runs version purge jobs. | granite.maintenance.isConservative.description | BOOLEAN | false | |
Purge paths | versionpurge.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 recursively | versionpurge.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. | BOOLEAN | true | |
Maximum number of versions | versionpurge.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. | INTEGER | 5 | |
Maximum version age | versionpurge.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. | INTEGER | 30 | |
sling.servlet.paths.name | sling.servlet.paths | Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference search | sling.servlet.paths.description | STRING | /bin/wcm/references | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference search | sling.servlet.methods.description | STRING | GET | |
Max references per page | referencesearchservlet.maxReferencesPerPage | Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference search | Maximum number of references returned per page in json (-1 for no limit) | INTEGER | -1 | |
Max pages | referencesearchservlet.maxPages | Day CQ WCM Reference Search Servlet com.day.cq.wcm.core.impl.servlets.ReferenceSearchServlet :- The servlet for reference search | Maximum number of pages returned in json (-1 for no limit) | INTEGER | -1 | |
Language list | langmgr.list.path | Day CQ WCM Language Manager com.day.cq.wcm.core.impl.LanguageManagerImpl :- The WCM Language Manager | Path to language list in repository | STRING | /libs/wcm/core/resources/languages | |
Default countries | langmgr.country.default | Day CQ WCM Language Manager com.day.cq.wcm.core.impl.LanguageManagerImpl :- The WCM Language Manager | List of default countries. Deprecated in favor of language list. | STRING | ||
Illegal Char Mapping | illegalCharMapping | 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 | ||
Page Subtree Activation Check | pageSubTreeActivationCheck | Day CQ WCM Page Manager Factory com.day.cq.wcm.core.impl.PageManagerFactoryImpl :- The factory for page managers. | Sets whether to check the page's subtree for any activated descendants. | BOOLEAN | false | |
Paths | paths | Day CQ WCM Template Processor com.day.cq.wcm.core.impl.event.TemplatePostProcessor :- Listens to template changes and updates the modified date for the changed templates. | Paths to listen | STRING | /etc | |
Content reference resource types | contentReferenceConfig.resourceTypes | WCM Authoring Content Reference Configuration com.day.cq.wcm.core.impl.references.content.ContentReferenceConfig :- Configuration which resource types define a content reference relation | List of sling resource types and the name of path properties that represent a content reference (default: "foundation/components/reference@path") | STRING | foundation/components/reference@path | |
Create Version on Activation | versionmanager.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). | BOOLEAN | true | |
Enable Purging | versionmanager.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. | BOOLEAN | false | |
Purge Paths | versionmanager.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 Paths | versionmanager.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 Age | versionmanager.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. | INTEGER | 30 | |
Max Number Versions | versionmanager.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. | INTEGER | 5 | |
Default Device Identification Mode | dim.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 nodes | STRING | server-side | client-side -- Client-side server-side -- Server-side none -- None |
Application Cache | dim.appcache.enabled | 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 application cache, if enabled, will allow sending meaningful events when an application's DeviceIdentificationMode changes. For more details about these events check the DeviceIdentificationMode#TOPIC* properties. | BOOLEAN | true | |
event.filter.name | event.filter | Day CQ WCM Page Event Audit Listener com.day.cq.wcm.core.impl.event.PageEventAuditListener :- com.day.cq.wcm.core.impl.event.PageEventAuditListener.description | event.filter.description | STRING | (!(event.application=*)) | |
ConnectorViewHandler Valid Item Resource Types | item.resource.types | ConnectorViewHandler Item Resource Types com.day.cq.wcm.core.impl.servlets.contentfinder.connector.ConnectorViewHandler :- List of valid item resource types that can be rendered. | item.resource.types.description | STRING | item.resource.types | |
Default authoring UI mode | authoringUIModeService.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 attribute | Name of the default authoring UI mode | STRING | TOUCH | |
Classic UI editor URL | authoringUIModeService.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 attribute | URL of the editor used when authoring UI mode is Classic | STRING | /cf# | |
Touch-Optimized UI editor URL | authoringUIModeService.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 attribute | URL of the editor used when authoring UI mode is Touch-Optimized | STRING | /editor.html | |
WCM Mode | wcmfilter.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. | STRING | edit | edit -- Edit disabled -- Disabled preview -- Preview analytics -- Analytics |
Delete whitelist | wcmcommandservlet.delete_whitelist | Day CQ WCM Command Servlet com.day.cq.wcm.core.impl.commands.WCMCommandServlet :- Servlet for various WCM page and asset related commands | Path prefixes that are allowed to be deleted through the WCM delete page/asset command | STRING | /content/ /etc/ /conf/ | |
Paths | paths | 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 listen | STRING | /content /etc | |
workspace.name | workspace | 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.description | workspace.description | STRING | crx.default | |
Allowed dimensions | dimensions | 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.description | List of accepted dimensions (in WxH format), empty for no restriction (not recommended as it could cause a DoS attack) | STRING | ||
URL to send data | mvtstatistics.trackingurl | Day CQ WCM Multivariate Testing Statistics com.day.cq.wcm.core.mvt.MVTStatisticsImpl :- Configures Collection of data and runs report of click-through-rates | Send data to the server collecting statistics | STRING | ||
Expired Prefix | link.expired.prefix | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Prefix string for expired links | STRING | <img src="/libs/cq/linkchecker/resources/linkcheck_o.gif" alt="expired link: %s" title="expired link: %s" border="0"> | |
Expired Remove | link.expired.remove | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Controls if the expired links should be removed | BOOLEAN | false | |
Expired Suffix | link.expired.suffix | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Suffix string for expired links | STRING | <img src="/libs/cq/linkchecker/resources/linkcheck_c.gif" border="0"> | |
Invalid Prefix | link.invalid.prefix | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Prefix string for invalid links | STRING | <img src="/libs/cq/linkchecker/resources/linkcheck_o.gif" alt="invalid link: %s" title="invalid link: %s" border="0"> | |
Invalid Remove | link.invalid.remove | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Controls if the invalid links should be removed | BOOLEAN | true | |
Invalid Suffix | link.invalid.suffix | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Suffix string for invalid links | STRING | <img src="/libs/cq/linkchecker/resources/linkcheck_c.gif" border="0"> | |
Predated Prefix | link.predated.prefix | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Prefix string for predated links | STRING | <img src="/libs/cq/linkchecker/resources/linkcheck_o.gif" alt="predated link: %s" title="predated link: %s" border="0"> | |
Predated Remove | link.predated.remove | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Controls if the predated links should be removed | BOOLEAN | false | |
Predated Suffix | link.predated.suffix | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | Suffix string for predated links | STRING | <img src="/libs/cq/linkchecker/resources/linkcheck_c.gif" border="0"> | |
WCM Modes | link.wcmmodes | Day CQ WCM Link Checker Configuration Factory com.day.cq.wcm.core.impl.LinkCheckerConfigurationFactoryImpl :- Provides different configurations for the link checker depending on the WCM mode | WCM modes to which this configuration applies | STRING | EDIT READ_ONLY DESIGN | |
Service Ranking | service.ranking | DefaultComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 4500 | |
Tag Pattern | tagpattern | DefaultComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <div.*(?= data-cq-component=").*> | |
Service Ranking | service.ranking | HeadTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory :- The TagHandlerFactory that rolls out HeadTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | HeadTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory :- The TagHandlerFactory that rolls out HeadTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <head[\s>].*>? | |
Service Ranking | service.ranking | InlineScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory :- The TagHandlerFactory that rolls out InlineScriptTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | InlineScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory :- The TagHandlerFactory that rolls out InlineScriptTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <script(?!.* src=\").*> | |
Service Ranking | service.ranking | TextComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TextComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | TextComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TextComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <(p|span|div)\s+.*data-cq-component="(?i)text".*?> | |
Resource Type | component.resourceType | TextComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TextComponentTagHandler instances | The resourceType of the component that will be generated by this TagHandler | STRING | foundation/components/text | |
File Name Pattern | filepattern | Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer page | The Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern. | STRING | (?i)mobile\.index\.html? | |
Device Groups | device.groups | Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer page | The list of device groups to be supported | STRING | /etc/mobile/groups/touch /etc/mobile/groups/smart /etc/mobile/groups/feature | |
Build page nodes | build.page.nodes | Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer page | Page 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. | BOOLEAN | true | |
Build Clientlibs | build.client.libs | Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer page | The 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. | BOOLEAN | true | |
Build canvas component | build.canvas.component | Mobile Canvas Builder com.day.cq.wcm.designimporter.impl.MobileCanvasBuilderImpl :- The Canvas Builder that builds secondary mobile pages under the importer page | A canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired. | BOOLEAN | true | |
Service Ranking | service.ranking | ImgTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory :- The TagHandlerFactory that rolls out ImgTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | ImgTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory :- The TagHandlerFactory that rolls out ImgTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <img(?!.* data-cq-component="(?i)image").*> | |
Service Ranking | service.ranking | TitleComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TitleComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | TitleComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TitleComponentTagHandler instances | The 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 Type | component.resourceType | TitleComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- The TagHandlerFactory that rolls out TitleComponentTagHandler instances | The resourceType of the component that will be generated by this TagHandler | STRING | wcm/designimporter/components/title | |
Service Ranking | service.ranking | ScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory :- The TagHandlerFactory that rolls out ScriptTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | ScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory :- The TagHandlerFactory that rolls out ScriptTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <script(?=.* src=").*?> | |
minThreadPoolSize | minThreadPoolSize | com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.name com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler :- com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.description | Minimum Thread pool size | INTEGER | 2 | |
maxThreadPoolSize | maxThreadPoolSize | com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.name com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler :- com.day.cq.wcm.designimporter.impl.CanvasPageDeleteHandler.description | Maximum Thread pool size | INTEGER | 10 | |
Service Ranking | service.ranking | LinkTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory :- The TagHandlerFactory that rolls out LinkTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | LinkTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory :- The TagHandlerFactory that rolls out LinkTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <link(?=.* rel="stylesheet")(?=.* href).*?> | |
Filter pattern | extract.filter | Design Importer com.day.cq.wcm.designimporter.DesignPackageImporter :- Design Importer | The 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 Ranking | service.ranking | ParsysComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ParsysComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | ParsysComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ParsysComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <div\s+.*?data-cq-component="(?i)parsys".*?> | |
Resource Type | component.resourceType | ParsysComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ParsysComponentTagHandler instances | The resourceType of the component that will be generated by this TagHandler | STRING | foundation/components/parsys | |
Service Ranking | service.ranking | ImageComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ImageComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | ImageComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ImageComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <(div|span|img)(?=.* data-cq-component="(?i)image").*> | |
Resource Type | component.resourceType | ImageComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- The TagHandlerFactory that rolls out ImageComponentTagHandler instances | The resourceType of the component that will be generated by this TagHandler | STRING | foundation/components/image | |
Service Ranking | service.ranking | NonScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory :- The TagHandlerFactory that rolls out NonScriptTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5001 | |
Tag Pattern | tagpattern | NonScriptTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory :- The TagHandlerFactory that rolls out NonScriptTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <script(.*?)type="(?!(text|application)/javascript)(.*?)> | |
Service Ranking | service.ranking | StyleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory :- The TagHandlerFactory that rolls out StyleTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | StyleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory :- The TagHandlerFactory that rolls out StyleTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <style[\s>].*>? | |
Service Ranking | service.ranking | IFrameTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory :- The TagHandlerFactory that rolls out IFrameTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | IFrameTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory :- The TagHandlerFactory that rolls out IFrameTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <iframe\s+.*?> | |
Search pattern | search.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 pattern | replace.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 Ranking | service.ranking | DefaultTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 4000 | |
Tag Pattern | tagpattern | DefaultTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory :- The TagHandlerFactory that rolls out DefaultTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | .* | |
File Name Pattern | filepattern | Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer component | The Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern. | STRING | (?i)index\.html? | |
Build page nodes | build.page.nodes | Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer component | Page 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. | BOOLEAN | true | |
Build Clientlibs | build.client.libs | Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer component | The 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. | BOOLEAN | true | |
Build canvas component | build.canvas.component | Canvas Builder com.day.cq.wcm.designimporter.impl.CanvasBuilderImpl :- The Canvas Builder that builds canvases for pages containing the importer component | A canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired. | BOOLEAN | true | |
Service Ranking | service.ranking | CanvasComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory :- The TagHandlerFactory that rolls out CanvasComponentTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | CanvasComponentTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory :- The TagHandlerFactory that rolls out CanvasComponentTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <div .*(?=id="(?i)cqcanvas").*> | |
Service Ranking | service.ranking | MetaTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory :- The TagHandlerFactory that rolls out MetaTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | MetaTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory :- The TagHandlerFactory that rolls out MetaTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <meta[\s>].*>? | |
Service Ranking | service.ranking | TitleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory :- The TagHandlerFactory that rolls out TitleTagHandler instances | Service Ranking for this OSGi Service. This ranking determines which implementation is picked up if multiple services are available. | INTEGER | 5000 | |
Tag Pattern | tagpattern | TitleTagHandler Factory com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory :- The TagHandlerFactory that rolls out TitleTagHandler instances | The pattern for which this tag handler factory instance rolls out a new instance. | STRING | <title[\s>].*>? | |
event.filter.name | event.filter | Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launches | event.filter.description | STRING | (!(event.application=*)) | |
Background Thread Pool Size | launches.eventhandler.threadpool.maxsize | Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launches | The maximal amount of threads handling events in parallel | INTEGER | 5 | |
Background Thread Priority | launches.eventhandler.threadpool.priority | Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launches | The priority of the background thread to handle events | STRING | MIN | NORM -- Normal MAX -- Maximal MIN -- Minimal |
Update last modification | launches.eventhandler.updatelastmodification | Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launches | Update last modification of the launch when one of the launch page is modified | BOOLEAN | false | |
Enable Redirect Filter | redirect.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 selectors | Indicates whether the redirect filter is enabled or not. | BOOLEAN | true | |
Enable Statistics | redirect.stats.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 selectors | Indicates whether the redirect filter will generate statistics reports. | BOOLEAN | true | |
Request Extensions | redirect.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 selectors | List of extensions for which device detection is active and performs redirects for device group selectors. | STRING | html | |
Request Paths | redirect.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 selectors | List of paths for which device detection is active and performs redirects for device group selectors. | STRING | /content | |
Filter enabled | device.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 filter | BOOLEAN | true | |
CSS styles | device.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 information | STRING | background-color: white; color: black; text-align:left; padding: 5px; border: solid grey 1px; | |
Whitelist URL | cq.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.QRCodeImageGenerator | List 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/.*) | |
Event Topics | event.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. | STRING | com/day/cq/wcm/core/page | |
event.filter.name | event.filter | Day CQ WCM Notification Manager com.day.cq.wcm.notification.impl.NotificationManagerImpl :- Provides event based notification and subscription. | event.filter.description | STRING | (!(event.application=*)) | |
Waiting Time | waiting.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. | LONG | 60 | |
topic.name | topic | 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.description | topic.description | STRING | com/day/cq/replication | |
Public Profile Relative Path | public.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.description | The relative path of public profile node to user's node | STRING | ||
topic.name | topic | 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.description | topic.description | STRING | com/day/cq/wcm/core/page | |
Public Profile Relative Path | public.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.description | The relative path of public profile node to user's node | STRING | ||
email.from.name | email.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.description | email.from.description | STRING | [email protected] | |
Scripting engines | com.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. | STRING | jsp sightly | |
Scheduler Cron | syncTranslationState.schedulingFormat | Translation Platform Configuration com.adobe.cq.wcm.translation.impl.TranslationPlatformConfigurationImpl :- Configures Translation Platform | Please specify cron format for changing the scheduling | STRING | 0 0 1 1/1 * ? * | |
Sync lock timeout | syncTranslationState.lockTimeoutInMinutes | Translation Platform Configuration com.adobe.cq.wcm.translation.impl.TranslationPlatformConfigurationImpl :- Configures Translation Platform | Please specify value in minutes after which translation sync lock will timeout. | STRING | 1440 | |
Export Format | export.format | Translation Platform Configuration com.adobe.cq.wcm.translation.impl.TranslationPlatformConfigurationImpl :- Configures Translation Platform | Please specify the format for exporting translation jobs | STRING | xml | xml -- XML xliff_1.2 -- XLIFF 1.2 xliff_2.0 -- XLIFF 2.0 |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Component com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet :- Description for com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet | Description for sling.servlet.resourceTypes | STRING | sling/servlet/default | |
Property sling.servlet.selectors | sling.servlet.selectors | Component com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet :- Description for com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet | Description for sling.servlet.selectors | STRING | translate | |
Property sling.servlet.extensions | sling.servlet.extensions | Component com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet :- Description for com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet | Description for sling.servlet.extensions | STRING | html | |
Property sling.servlet.methods | sling.servlet.methods | Component com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet :- Description for com.adobe.cq.wcm.translation.impl.servlet.PageTranslationServlet | Description for sling.servlet.methods | STRING | GET | |
Enable | cq.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. | BOOLEAN | true | |
Path | cq.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. validity | cq.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. | INTEGER | 10 | |
Steps | cq.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. | INTEGER | 20 | |
Persistence | cq.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 mode | cq.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. | BOOLEAN | true | |
Marker mode | cq.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 components | cq.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. | STRING | foundation/components/* | |
Bad components | cq.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. | STRING | foundation/components/form/start:removeParagraph | |
Property Flush agents | Flush 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 Services | List of agents to force flush on sub resources | STRING | flush | |
Workflow package filter | workflowpackageinfoprovider.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 filter | workflowpackageinfoprovider.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.name | event.filter | Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service. | event.filter.description | STRING | (!(event.application=*)) | |
minThreadPoolSize | minThreadPoolSize | Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service. | Minimum Thread pool size | INTEGER | 5 | |
maxThreadPoolSize | maxThreadPoolSize | Day CQ WCM Workflow Service com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl :- The WCM workflow Service. | Maximum Thread pool size | INTEGER | 10 | |
Terminate on activate | cq.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 activated | BOOLEAN | true | |
Terminate exclusion list | cq.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/model | STRING | ||
Max image width allowed | maxWidth | Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commands | Description for maxWidth | INTEGER | 1000 | |
Max image height allowed | maxHeight | Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commands | Description for maxHeight | INTEGER | 1000 | |
From-Email-Address | from.address | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | from.address.description | STRING | [email protected] | |
Host URL Prefix | host.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 emails | STRING | http://localhost:4502 | |
Notify on Abort | notify.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 event | BOOLEAN | true | |
Notify on Complete | notify.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 event | BOOLEAN | true | |
Notify on Complete of Container Workflow | notify.oncontainercomplete | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | Enables notification for container workflow complete event | BOOLEAN | false | |
adapter.condition.name | adapter.condition | WorkItem Adapter Factory com.day.cq.workflow.compatibility.WorkItemAdapterFactory :- Adapts different types of workitems | adapter.condition.description | STRING | All Granite WorkItems can be adapted to CQ WorkItems | |
Host URL Prefix | host.prefix | Task Email Notification Service com.day.cq.workflow.impl.email.TaskEMailNotificationService :- Listens to task events and triggers email notifications. | Used to prefix links to pages in the notification emails | STRING | http://localhost:4502 | |
Notify on Update | notify.onupdate | Task Email Notification Service com.day.cq.workflow.impl.email.TaskEMailNotificationService :- Listens to task events and triggers email notifications. | Enables notifications on task updates | BOOLEAN | true | |
Notify on Complete | notify.oncomplete | Task Email Notification Service com.day.cq.workflow.impl.email.TaskEMailNotificationService :- Listens to task events and triggers email notifications. | Enables notifications on task completion | BOOLEAN | true | |
Enable lock and unlock WorkflowProcess | cq.workflow.service.allow.locking | Day CQ Workflow Service com.day.cq.workflow.impl.CQWorkflowService :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | When false, the LockProcess and UnlockProcess operations become No-Ops. When true, the operations are performed, for backwards compatibility. | BOOLEAN | false | |
enable workflow stats collection | stats.enabled | com.day.cq.workflow.impl.statistics.CQWorkflowStatisticsService.name com.day.cq.workflow.impl.statistics.CQWorkflowStatisticsService :- com.day.cq.workflow.impl.statistics.CQWorkflowStatisticsService.description | Indicates if the workflow stats collection should be enabled | BOOLEAN | true | |
Path | path | 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 Control Flag | jaas.controlFlag | Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization. | 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. | STRING | sufficient | |
JAAS Realm | jaas.realmName | Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization. | 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. | STRING | jackrabbit.oak | |
JAAS Ranking | jaas.ranking | Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization. | 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. | INTEGER | 2000 | |
Required Attributes | token.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". | STRING | ip | ip_agent -- Client IP Address and User-Agent ip -- Client IP Address agent -- User-Agent none -- None |
Alternate Authentication Url | token.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 support | token.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 only | BOOLEAN | false | |
Schedule | scheduler.expression | Adobe CRX Token Authentication Handler: Cleanup Task com.day.crx.security.token.impl.TokenCleanupTask :- Task to regularly purge expired tokens from the repository | Cron 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. | STRING | 23 17 * * * ? | |
Font Path | fontpath | 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 Factor | oversamplingFactor | 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. | INTEGER | 16 | |
JDBC driver class | jdbc.driver.class | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Java class name of the JDBC driver to use | STRING | com.somevendor.somedriver.Driver | |
JDBC connection URI | jdbc.connection.uri | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | URI of the JDBC connection to use | STRING | jdbc:somedriver:someDB;param=value | |
Username | jdbc.username | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | JDBC authentication username | STRING | ||
Password | jdbc.password | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | JDBC authentication password | STRING | ||
Validation query | jdbc.validation.query | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Optional JDBC query used to validate connections | STRING | ||
Readonly by default? | default.readonly | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Set JDBC Connections to readonly mode by default | BOOLEAN | false | |
Autocommit by default? | default.autocommit | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Set JDBC Connections to autocommit mode by default | BOOLEAN | true | |
Pool size | pool.size | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Maximum number of Connections that this pool can open | LONG | 10 | |
Pool wait (msec) | pool.max.wait.msec | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Maximum wait time, in milliseconds, before throwing an Exception if all pooled Connections are in use | LONG | 1000 | |
Datasource name | datasource.name | Day Commons JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Name of this data source | STRING | ||
"Additional Service Properties" | datasource.svc.properties | Day 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 size | core.pool.size | Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the background | See ThreadPoolExecutor documentation for more info. | INTEGER | 10 | |
Maximum ThreadPoolExecutor size | max.pool.size | Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the background | See ThreadPoolExecutor documentation for more info. | INTEGER | 20 | |
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 background | See ThreadPoolExecutor documentation for more info. | INTEGER | 30 | |
Job Storage Base Path | job.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. | STRING | sling:bg | |
HTTP methods that can start background jobs | allowed.http.methods | 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. | List of allowed HTTP methods for starting background jobs. Including GET and HEAD is not recommended, background jobs are not meant to be used for this "safe" category of HTTP methods. | STRING | ||
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. | BOOLEAN | true | |
MIME Types | mime.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 | ||
Name | hc.name | Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheck | Health Check name | STRING | SlingDistributionQueueHC | |
Tags | hc.tags | Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheck | Health Check tags | STRING | ||
MBean name | hc.mbean.name | Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheck | Health Check MBean name | STRING | slingDistributionQueue | |
Allowed retries | numberOfRetriesAllowed | Apache Sling Distribution Queue Health Check org.apache.sling.distribution.monitor.DistributionQueueHealthCheck :- Description for org.apache.sling.distribution.monitor.DistributionQueueHealthCheck | Number of allowed retries | INTEGER | 3 | |
Property provider.roots | provider.roots | Apache Sling Distribution Resources - Configuration Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory :- Distribution Configuration Resource Provider Factory | Description for provider.roots | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Resources - Configuration Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory :- Distribution Configuration Resource Provider Factory | Description for webconsole.configurationFactory.nameHint | STRING | Resource kind: {kind} | |
Property kind | kind | Apache Sling Distribution Resources - Configuration Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory :- Distribution Configuration Resource Provider Factory | Description for kind | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory | Description for webconsole.configurationFactory.nameHint | STRING | Importer name: {name} | |
Property name | name | Apache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory | Description for name | STRING | ||
Property service.name | service.name | Apache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory | Description for service.name | STRING | ||
Property path | path | Apache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory | Description for path | STRING | ||
Property privilege.name | privilege.name | Apache Sling Distribution Importer - Repository Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RepositoryDistributionPackageImporterFactory | Description for privilege.name | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory | Description for webconsole.configurationFactory.nameHint | STRING | Trigger name: {name} on path {path} | |
Name | name | Apache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory | The name of the trigger. | STRING | ||
Path | path | Apache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory | The path for which changes are distributed. | STRING | ||
Ignored Paths Patterns | ignoredPathsPatterns | Apache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory | The paths matching one of these patterns will be ignored. | STRING | ||
Service Name | serviceName | Apache Sling Distribution Trigger - Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory | The service used to listen for jcr events | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Request Authorization - Privilege Request Authorization Strategy org.apache.sling.distribution.agent.impl.PrivilegeDistributionRequestAuthorizationStrategyFactory :- OSGi configuration for request based authorization strategy based on privileges | Description for webconsole.configurationFactory.nameHint | STRING | Strategy name: {name} | |
Name | name | Apache Sling Distribution Request Authorization - Privilege Request Authorization Strategy org.apache.sling.distribution.agent.impl.PrivilegeDistributionRequestAuthorizationStrategyFactory :- OSGi configuration for request based authorization strategy based on privileges | Description for name | STRING | ||
Jcr Privilege | jcrPrivilege | Apache Sling Distribution Request Authorization - Privilege Request Authorization Strategy org.apache.sling.distribution.agent.impl.PrivilegeDistributionRequestAuthorizationStrategyFactory :- OSGi configuration for request based authorization strategy based on privileges | Jcr privilege to check for authorizing distribution requests. The privilege is checked for the calling user session. | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory | Description for webconsole.configurationFactory.nameHint | STRING | Trigger name: {name} | |
Name | name | Apache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory | The name of the trigger. | STRING | ||
Distribution Type | action | Apache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory | The type of the distribution request produced by this trigger. | STRING | ||
Distributed Path | path | Apache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory | The path to be distributed periodically. | STRING | ||
Interval in Seconds | seconds | Apache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory | The number of seconds between executions | STRING | ||
Service Name | serviceName | Apache Sling Distribution Trigger - Scheduled Triggers Factory org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory | The name of the service used to trigger the distribution requests. | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | Description for webconsole.configurationFactory.nameHint | STRING | Agent name: {name} | |
Name | name | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The name of the agent. | STRING | ||
Title | title | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The display friendly title of the agent. | STRING | ||
Details | details | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The display friendly details of the agent. | STRING | ||
Enabled | enabled | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | Whether or not to start the distribution agent. | BOOLEAN | true | |
Service Name | serviceName | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The name of the service used to access the repository. | STRING | ||
Log Level | log.level | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The log level recorded in the transient log accessible via http. | STRING | info | debug -- debug info -- info warn -- warn error -- error |
Queue Processing Enabled | queue.processing.enabled | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | Whether or not the distribution agent should process packages in the queues. | BOOLEAN | true | |
Importer Endpoints | packageExporter.endpoints | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | List of endpoints from which packages are received (exported). | STRING | ||
Pull Items | pull.items | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | Number of subsequent pull requests to make. | INTEGER | 100 | |
Request Authorization Strategy | requestAuthorizationStrategy.target | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The 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 | (name=default) | |
Transport Secret Provider | transportSecretProvider.target | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The 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 | (name=default) | |
Package Builder | packageBuilder.target | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | (name=default) | |
Triggers | triggers.target | Apache Sling Distribution Agent - Reverse Agents Factory org.apache.sling.distribution.agent.impl.ReverseDistributionAgentFactory :- OSGi configuration factory for reverse agents | The target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name. | STRING | (name=) | |
Property provider.roots | provider.roots | Apache Sling Distribution Resources - Service Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory :- Distribution Service Resource Provider Factory | Description for provider.roots | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Resources - Service Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory :- Distribution Service Resource Provider Factory | Description for webconsole.configurationFactory.nameHint | STRING | Resource kind: {kind} | |
Property kind | kind | Apache Sling Distribution Resources - Service Resource Provider Factory org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory :- Distribution Service Resource Provider Factory | Description for kind | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | Description for webconsole.configurationFactory.nameHint | STRING | Builder name: {name} | |
Name | name | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The name of the package builder. | STRING | ||
type | type | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The type of this package builder | STRING | jcrvlt | jcrvlt -- jcr packages filevlt -- file packages |
Import Mode | importMode | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The vlt import mode for created packages. | STRING | ||
Acl Handling | aclHandling | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The vlt acl handling mode for created packages. | STRING | ||
Package Roots | package.roots | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The package roots to be used for created packages. (this is useful for assembling packages with an user that cannot read above the package root) | STRING | ||
Package Filters | package.filters | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The package path filters. Filter format: path|+include|-exclude | STRING | ||
Temp Filesystem Folder | tempFsFolder | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | The filesystem folder where the temporary files should be saved. | STRING | ||
Use Binary References | useBinaryReferences | Apache Sling Distribution Packaging - Vault Package Builder Factory org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory :- OSGi configuration for vault package builders | If activated, it avoids sending binaries in the distribution package. | BOOLEAN | false | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory | Description for webconsole.configurationFactory.nameHint | STRING | Importer name: {name} | |
Name | name | Apache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory | The name of the importer. | STRING | ||
Endpoints | endpoints | Apache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory | The list of endpoints to which the packages will be imported. | STRING | ||
Transport Secret Provider | transportSecretProvider.target | Apache Sling Distribution Importer - Remote Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.RemoteDistributionPackageImporterFactory | The 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 | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Exporter - Local Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory | Description for webconsole.configurationFactory.nameHint | STRING | Exporter name: {name} | |
Name | name | Apache Sling Distribution Exporter - Local Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory | The name of the exporter. | STRING | ||
Package Builder | packageBuilder.target | Apache Sling Distribution Exporter - Local Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.LocalDistributionPackageExporterFactory | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Trigger - Distribution Event Triggers Factory org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory | Description for webconsole.configurationFactory.nameHint | STRING | Trigger name: {name} | |
Name | name | Apache Sling Distribution Trigger - Distribution Event Triggers Factory org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory | The name of the trigger. | STRING | ||
Path | path | Apache Sling Distribution Trigger - Distribution Event Triggers Factory org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.DistributionEventDistributeDistributionTriggerFactory | The path for which the distribution events will be forwarded. | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Trigger - Resource Event Triggers Factory org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory | Description for webconsole.configurationFactory.nameHint | STRING | Trigger name: {name} | |
Name | name | Apache Sling Distribution Trigger - Resource Event Triggers Factory org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory | The name of the trigger. | STRING | ||
Path | path | Apache Sling Distribution Trigger - Resource Event Triggers Factory org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.ResourceEventDistributionTriggerFactory | The resource path for which changes are distributed | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory | Description for webconsole.configurationFactory.nameHint | STRING | Exporter name: {name} | |
Name | name | Apache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory | The name of the exporter. | STRING | ||
Queue | queue | Apache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory | The 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.target | Apache Sling Distribution Exporter - Agent Based Package Exporter org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.AgentDistributionPackageExporterFactory | Description for agent.target | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory | Description for webconsole.configurationFactory.nameHint | STRING | Exporter name: {name} | |
Name | name | Apache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory | The name of the exporter. | STRING | ||
Endpoints | endpoints | Apache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory | The list of endpoints from which the packages will be exported. | STRING | ||
Pull Items | pull.items | Apache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory | number of subsequent pull requests to make | INTEGER | 1 | |
Package Builder | packageBuilder.target | Apache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | (name=default) | |
Transport Secret Provider | transportSecretProvider.target | Apache Sling Distribution Exporter - Remote Package Exporter Factory org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory :- Description for org.apache.sling.distribution.packaging.impl.exporter.RemoteDistributionPackageExporterFactory | The 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 | (name=default) | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | Description for webconsole.configurationFactory.nameHint | STRING | Agent name: {name} | |
Name | name | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The name of the agent. | STRING | ||
Title | title | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The display friendly title of the agent. | STRING | ||
Details | details | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The display friendly details of the agent. | STRING | ||
Enabled | enabled | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | Whether or not to start the distribution agent. | BOOLEAN | true | |
Service Name | serviceName | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The name of the service used to access the repository. | STRING | ||
Log Level | log.level | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The log level recorded in the transient log accessible via http. | STRING | info | debug -- debug info -- info warn -- warn error -- error |
Queue Processing Enabled | queue.processing.enabled | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | Whether or not the distribution agent should process packages in the queues. | BOOLEAN | true | |
Passive queues | passiveQueues | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | List of queues that should be disabled.These queues will gather all the packages until they are removed explicitly. | STRING | ||
Exporter Endpoints | packageExporter.endpoints | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | List of endpoints from which packages are received (exported) | STRING | ||
Importer Endpoints | packageImporter.endpoints | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | List 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 | ||
Retry Strategy | retry.strategy | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The strategy to apply after a certain number of failed retries. | STRING | none | none -- none errorQueue -- errorQueue |
Retry attempts | retry.attempts | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The number of times to retry until the retry strategy is applied. | INTEGER | 100 | |
Pull Items | pull.items | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | Number of subsequent pull requests to make. | INTEGER | 100 | |
Request Authorization Strategy | requestAuthorizationStrategy.target | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The 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 | (name=default) | |
Transport Secret Provider | transportSecretProvider.target | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The 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 | (name=default) | |
Package Builder | packageBuilder.target | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | (name=default) | |
Triggers | triggers.target | Apache Sling Distribution Agent - Sync Agents Factory org.apache.sling.distribution.agent.impl.SyncDistributionAgentFactory :- OSGi configuration factory for syncing agents | The target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name. | STRING | (name=) | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | Description for webconsole.configurationFactory.nameHint | STRING | Agent name: {name} | |
Name | name | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The name of the agent. | STRING | ||
Title | title | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The display friendly title of the agent. | STRING | ||
Details | details | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The display friendly details of the agent. | STRING | ||
Enabled | enabled | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | Whether or not to start the distribution agent. | BOOLEAN | true | |
Service Name | serviceName | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The name of the service used to access the repository. | STRING | ||
Log Level | log.level | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The log level recorded in the transient log accessible via http. | STRING | info | debug -- debug info -- info warn -- warn error -- error |
Allowed roots | allowed.roots | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | If set the agent will allow only distribution requests under the specified roots. | STRING | ||
Queue Processing Enabled | queue.processing.enabled | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | Whether or not the distribution agent should process packages in the queues. | BOOLEAN | true | |
Importer Endpoints | packageImporter.endpoints | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | List 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 | ||
Passive queues | passiveQueues | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | List of queues that should be disabled.These queues will gather all the packages until they are removed explicitly. | STRING | ||
Priority queues | priorityQueues | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | List of priority queues that should used for specific paths.The selector format is {queuePrefix}[|{mainQueueMatcher}]={pathMatcher}, e.g. french=/content/fr.* | STRING | ||
Retry Strategy | retry.strategy | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The strategy to apply after a certain number of failed retries. | STRING | none | none -- none errorQueue -- errorQueue |
Retry attempts | retry.attempts | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The number of times to retry until the retry strategy is applied. | INTEGER | 100 | |
Request Authorization Strategy | requestAuthorizationStrategy.target | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The 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 | (name=default) | |
Transport Secret Provider | transportSecretProvider.target | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The 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 | (name=default) | |
Package Builder | packageBuilder.target | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | (name=default) | |
Triggers | triggers.target | Apache Sling Distribution Agent - Forward Agents Factory org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory :- OSGi configuration factory for forward agents | The target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name. | STRING | (name=) | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider | Description for webconsole.configurationFactory.nameHint | STRING | Secret provider name: {name} | |
Name | name | Apache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider | Description for name | STRING | ||
User Name | username | Apache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider | The name of the user used to perform remote actions. | STRING | ||
Password | password | Apache Sling Distribution Transport Credentials - User Credentials based DistributionTransportSecretProvider org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider :- Description for org.apache.sling.distribution.transport.impl.UserCredentialsDistributionTransportSecretProvider | The clear text password to perform authentication. Warning: storing clear text passwords is not safe. | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory | Description for webconsole.configurationFactory.nameHint | STRING | Trigger name: {name} | |
Name | name | Apache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory | The name of the trigger. | STRING | ||
Endpoint | endpoint | Apache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory | The endpoint from which the remote requests should be polled. | STRING | ||
Property transportSecretProvider.target | transportSecretProvider.target | Apache Sling Distribution Trigger - Remote Event Triggers Factory org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.RemoteEventDistributionTriggerFactory | Description for transportSecretProvider.target | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Importer - Local Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory | Description for webconsole.configurationFactory.nameHint | STRING | Importer name: {name} | |
Name | name | Apache Sling Distribution Importer - Local Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory | The name of the importer. | STRING | ||
Package Builder | packageBuilder.target | Apache Sling Distribution Importer - Local Package Importer Factory org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory :- Description for org.apache.sling.distribution.packaging.impl.importer.LocalDistributionPackageImporterFactory | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | (name=default) | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory | Description for webconsole.configurationFactory.nameHint | STRING | Trigger name: {name} | |
Name | name | Apache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory | The name of the trigger. | STRING | ||
Path | path | Apache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory | The path for which changes are listened and distributed as persisted nugget events. | STRING | ||
Service Name | serviceName | Apache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory | The service used to listen for jcr events | STRING | ||
Nuggets Path | nuggetsPath | Apache Sling Distribution Trigger - Persisted Jcr Event Triggers Factory org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory :- Description for org.apache.sling.distribution.trigger.impl.PersistedJcrEventDistributionTriggerFactory | The location where serialization of jcr events will be stored | STRING | /var/sling/distribution/nuggets | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | Description for webconsole.configurationFactory.nameHint | STRING | Agent name: {name} | |
Name | name | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The name of the agent. | STRING | ||
Title | title | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The display friendly title of the agent. | STRING | ||
Details | details | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The display friendly details of the agent. | STRING | ||
Enabled | enabled | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | Whether or not to start the distribution agent. | BOOLEAN | true | |
Service Name | serviceName | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The name of the service used to access the repository. | STRING | ||
Log Level | log.level | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The log level recorded in the transient log accessible via http. | STRING | info | debug -- debug info -- info warn -- warn error -- error |
Allowed roots | allowed.roots | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | If set the agent will allow only distribution requests under the specified roots. | STRING | ||
Request Authorization Strategy | requestAuthorizationStrategy.target | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The 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 | (name=default) | |
Package Builder | packageBuilder.target | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The target reference for the DistributionPackageBuilder used to create distribution packages, e.g. use target=(name=...) to bind to services by name. | STRING | (name=default) | |
Triggers | triggers.target | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | The target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name. | STRING | (name=) | |
Priority queues | priorityQueues | Apache Sling Distribution Agent - Queue Agents Factory org.apache.sling.distribution.agent.impl.QueueDistributionAgentFactory :- OSGi configuration factory for queueing agents | List of priority queues that should used for specific paths.The selector format is {queuePrefix}[|{mainQueueMatcher}]={pathMatcher}, e.g. french=/content/fr.* | STRING | ||
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | Description for webconsole.configurationFactory.nameHint | STRING | Agent name: {name} | |
Name | name | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The name of the agent. | STRING | ||
Title | title | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The display friendly title of the agent. | STRING | ||
Details | details | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The display friendly details of the agent. | STRING | ||
Enabled | enabled | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | Whether or not to start the distribution agent. | BOOLEAN | true | |
Service Name | serviceName | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The name of the service used to access the repository. | STRING | ||
Log Level | log.level | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The log level recorded in the transient log accessible via http. | STRING | info | debug -- debug info -- info warn -- warn error -- error |
Queue Processing Enabled | queue.processing.enabled | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | Whether or not the distribution agent should process packages in the queues. | BOOLEAN | true | |
Exporter | packageExporter.target | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The target reference for the DistributionPackageExporter used to receive (export) the distribution packages,e.g. use target=(name=...) to bind to services by name. | STRING | ||
Importer | packageImporter.target | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The 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 Strategy | requestAuthorizationStrategy.target | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The 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 | ||
Triggers | triggers.target | Apache Sling Distribution Agent - Simple Agents Factory org.apache.sling.distribution.agent.impl.SimpleDistributionAgentFactory :- OSGi configuration factory for agents | The target reference for DistributionTrigger used to trigger distribution, e.g. use target=(name=...) to bind to services by name. | STRING | (name=) | |
Extension filter | extensions | 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. | INTEGER | 0 | |
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. | INTEGER | 2147483647 | |
Compact Log Format | compactLogFormat | 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. | BOOLEAN | false | |
Request Log Name | request.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". | STRING | logs/request.log | |
Request Log Type | request.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. | INTEGER | 0 | 0 -- Logger Name 1 -- File Name 2 -- RequestLog Service |
Enable Request Log | request.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. | BOOLEAN | true | |
Access Log Name | access.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"". | STRING | logs/access.log | |
Access Log Type | access.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. | INTEGER | 0 | 0 -- Logger Name 1 -- File Name 2 -- RequestLog Service |
Enable Access Log | access.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. | BOOLEAN | true | |
Default Parameter Encoding | sling.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 parameter | STRING | ISO-8859-1 | |
Maximum POST Parameters | sling.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. | INTEGER | 10000 | |
Temporary File Location | file.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 Threshold | file.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. | LONG | 256000 | |
Maximum File Size | file.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 Size | request.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 | |
Check Additional Parameters | sling.default.parameter.checkForAdditionalContainerParameters | Apache Sling Request Parameter Handling org.apache.sling.engine.parameters :- Configures Sling's request parameter handling. | Enable this if you want to include request parameters added through the container, e.g through a valve. | BOOLEAN | false | |
Number of Calls per Request | sling.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. | INTEGER | 1000 | |
Recursion Depth | sling.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. | INTEGER | 50 | |
Allow the HTTP TRACE method | sling.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. | BOOLEAN | false | |
Filter Compat Mode | sling.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. | BOOLEAN | false | |
Number of Requests to Record | sling.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. | INTEGER | 20 | |
Recorded Request Path Patterns | sling.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 Info | sling.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 headers | sling.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' | STRING | X-Content-Type-Options=nosniff X-Frame-Options=SAMEORIGIN | |
Log Format | request.log.service.format | Apache 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 Name | request.log.service.output | Apache 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. | STRING | request.log | |
Logger Type | request.log.service.outputtype | Apache 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. | INTEGER | 0 | 0 -- Logger Name 1 -- File Name 2 -- RequestLog Service |
Request Entry | request.log.service.onentry | Apache 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. | BOOLEAN | false | |
Distribute config | org.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! | BOOLEAN | false | |
Topic Whitelist | job.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 Blacklist | job.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 Distribution | job.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. | BOOLEAN | false | |
Deprecation Warnings | job.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. | BOOLEAN | true | |
Priority | queue.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. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
Maximum Retries | queue.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. | INTEGER | 10 | |
Retry Delay | queue.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. | LONG | 2000 | |
Maximum Parallel Jobs | queue.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. | INTEGER | 15 | |
Pool Size | minPoolSize | 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. | INTEGER | 35 | |
Name | queue.name | Apache 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 | ||
Topics | queue.topics | Apache 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 | ||
Type | queue.type | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The queue type. | STRING | UNORDERED | UNORDERED -- Parallel ORDERED -- Ordered TOPIC_ROUND_ROBIN -- Topic Round Robin |
Maximum Parallel Jobs | queue.maxparallel | Apache 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. | INTEGER | 15 | |
Maximum Retries | queue.retries | Apache 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. | INTEGER | 10 | |
Retry Delay | queue.retrydelay | Apache 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. | LONG | 2000 | |
Priority | queue.priority | Apache 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. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
Keep History | queue.keepJobs | Apache 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. | BOOLEAN | false | |
Prefer Creation Instance | queue.preferRunOnCreationInstance | Apache 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. | BOOLEAN | false | |
Thread Pool Size | queue.threadPoolSize | Apache 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. | INTEGER | 0 | |
Ranking | service.ranking | Apache 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. | INTEGER | 0 | |
Property webconsole.configurationFactory.nameHint | webconsole.configurationFactory.nameHint | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | Description for webconsole.configurationFactory.nameHint | STRING | Queue: {queue.name} | |
HApi Resource Type | org.apache.sling.hapi.tools.resourcetype | Apache Sling Hypermedia API tools org.apache.sling.hapi.impl.HApiUtilImpl :- Description for org.apache.sling.hapi.impl.HApiUtilImpl | Description for org.apache.sling.hapi.tools.resourcetype | STRING | sling/hapi/components/type | |
HApi Types Search Paths | org.apache.sling.hapi.tools.searchpaths | Apache Sling Hypermedia API tools org.apache.sling.hapi.impl.HApiUtilImpl :- Description for org.apache.sling.hapi.impl.HApiUtilImpl | Description for org.apache.sling.hapi.tools.searchpaths | STRING | /libs/sling/hapi/types | |
External server URL | org.apache.sling.hapi.tools.externalurl | Apache Sling Hypermedia API tools org.apache.sling.hapi.impl.HApiUtilImpl :- Description for org.apache.sling.hapi.impl.HApiUtilImpl | Description for org.apache.sling.hapi.tools.externalurl | STRING | http://localhost:8080 | |
Timeout | timeoutInMs | 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 out | LONG | 2000 | |
Timeout threshold for CRITICAL | longRunningFutureThresholdForCriticalMs | 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 only | LONG | 300000 | |
Results Cache TTL in Ms | resultCacheTtlInMs | 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 time | LONG | 2000 | |
Name | hc.name | Apache 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 | ||
Tags | hc.tags | Apache 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 Name | hc.mbean.name | Apache 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 Tags | filter.tags | Apache 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 | ||
Name | hc.name | Apache 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 | ||
Tags | hc.tags | Apache 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 Name | hc.mbean.name | Apache 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 | ||
Expression | expression | Apache 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 Extension | language.extension | Apache 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. | STRING | ecma | |
Name | hc.name | Apache 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 | ||
Tags | hc.tags | Apache 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 Name | hc.mbean.name | Apache 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 Name | mbean.name | Apache 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 Name | attribute.name | Apache 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 Constraint | attribute.value.constraint | Apache 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 | ||
User Name | user | 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 | ||
Password | password | 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 Locale | locale.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. | STRING | en | |
Preload Bundles | preload.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. | BOOLEAN | false | |
Invalidation Delay | invalidation.delay | 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. | In case of dictionary change events the cached resource bundle becomes invalid after the given delay (in ms). | LONG | 5000 | |
Root Path | alias | 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 URIs | dav.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) | BOOLEAN | true | |
dav.protectedhandlers.name | dav.protectedhandlers | 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. | dav.protectedhandlers.description | STRING | org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler | |
Path | path | Apache 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 reposiory | The path is a regular expression for which resources the service should be called | STRING | ||
Deep Check Prefix | checkpath.prefix | Apache 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 reposiory | If 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 Node | jcrPath | Apache 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 reposiory | This node is checked for permissions to the resources. | STRING | ||
service.ranking.name | service.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.description | INTEGER | 100 | |
Root Path | dav.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 URIs | dav.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) | BOOLEAN | true | |
Authentication Realm | dav.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. | STRING | Sling WebDAV | |
Non Collection Node Types | collection.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 resources 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 collection resource. | STRING | nt:file nt:resource | |
Filter Prefixes | filter.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. | STRING | rep jcr | |
Filter Node Types | filter.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 URIs | filter.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 Type | type.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 nodes of this type and the defined Non-Collection Primary Type below it. | STRING | sling:Folder | |
Non-Collection Primary Type | type.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. | STRING | nt:file | |
Content Primary Type | type.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). | STRING | nt:resource | |
service.ranking.name | service.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.description | INTEGER | 1000 | |
Collection Primary Type | type.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 nodes of this type and the defined Non-Collection Primary Type below it. | STRING | sling:Folder | |
Non-Collection Primary Type | type.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. | STRING | nt:file | |
Content Primary Type | type.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). | STRING | nt:resource | |
Root | provider.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 beans | STRING | /system/sling/monitoring/mbeans | |
Maximum Recursion Depth | max.recursion.depth | Component org.apache.sling.models.impl.ModelAdapterFactory org.apache.sling.models.impl.ModelAdapterFactory :- Description for org.apache.sling.models.impl.ModelAdapterFactory | Maximum depth adaptation will be attempted. | INTEGER | 20 | |
Name | felix.inventory.printer.name | Apache Sling Resource Inventory Printer Factory org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory :- org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory.description | The unique name of the inventory printer. | STRING | ||
Title | felix.inventory.printer.title | Apache Sling Resource Inventory Printer Factory org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory :- org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory.description | The title of the inventory printer. | STRING | ||
Path | path | Apache Sling Resource Inventory Printer Factory org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory :- org.apache.sling.resource.inventory.impl.ResourceInventoryPrinterFactory.description | The resource path to include. | STRING | ||
Root | merge.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 Only | merge.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. | BOOLEAN | true | |
Root | merge.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 resources | STRING | /mnt/overlay | |
Read Only | merge.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. | BOOLEAN | true | |
Cache Size | org.apache.sling.scripting.cache.size | Apache Sling Script Cache org.apache.sling.scripting.core.impl.ScriptCacheImpl :- The Script Cache is useful for running previously compiled scripts. | The Cache Size defines the maximum number of compiled script references that will be stored in the cache's internal map. | INTEGER | 65536 | |
Additional Extensions | org.apache.sling.scripting.cache.additional_extensions | Apache Sling Script Cache org.apache.sling.scripting.core.impl.ScriptCacheImpl :- The Script Cache is useful for running previously compiled scripts. | Scripts from the search paths with these extensions will also be monitored so that changes to them will clean the cache if the cache contains them. | STRING | ||
Source VM | java.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. | STRING | auto | |
Target VM | java.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 | STRING | auto | |
Generate Debug Info | java.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. | BOOLEAN | true | |
Source Encoding | java.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. | STRING | UTF-8 | |
Rhino optimization level | org.apache.sling.scripting.javascript.rhino.optLevel | Apache Sling Rhino Javascript Engine Factory org.apache.sling.scripting.javascript.internal.RhinoJavaScriptEngineFactory :- Javascript engine based on Rhino | The 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 mode. | INTEGER | 9 | |
Target Version | jasper.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. | STRING | auto | |
Source Version | jasper.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. | STRING | auto | |
Generate Debug Info | jasper.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. | BOOLEAN | true | |
Tag Pooling | jasper.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. | BOOLEAN | true | |
Plugin Class-ID | jasper.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 | STRING | clsid:8AD9C840-044E-11D1-B3E9-00805F499D93 | |
Char Array Strings | jasper.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. | BOOLEAN | false | |
Keep Generated Java | jasper.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. | BOOLEAN | true | |
Mapped Content | jasper.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. | BOOLEAN | true | |
Trim Spaces | jasper.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. | BOOLEAN | false | |
Display Source Fragments | jasper.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 developer | BOOLEAN | false | |
Default Session Value | default.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. | BOOLEAN | true | |
Service Ranking | service.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. | INTEGER | 100 | |
Development Mode | org.apache.sling.scripting.sightly.devmode | Apache Sling Scripting Sightly Engine Configuration org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration :- Sightly Engine Configuration Options | If enabled, Sightly components will be recompiled at every request instead of loading objects from memory. | BOOLEAN | false | |
Template Files Default Encoding | org.apache.sling.scripting.sightly.encoding | Apache Sling Scripting Sightly Engine Configuration org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration :- Sightly Engine Configuration Options | The default encoding used for reading Sightly template files (this directly affects how Sightly templatesare rendered). | STRING | UTF-8 | |
Keep Generated Java Source Code | org.apache.sling.scripting.sightly.keepgenerated | Apache Sling Scripting Sightly Engine Configuration org.apache.sling.scripting.sightly.impl.engine.SightlyEngineConfiguration :- Sightly Engine Configuration Options | If enabled, the Java source code generated during Sightly template files compilation will be stored. Its location is dependent on the available org.apache.sling.commons.classloader.ClassLoaderWriter. | BOOLEAN | true | |
Service Ranking | service.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. | INTEGER | 0 | |
Service Ranking | service.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. | INTEGER | 90 | |
Service Ranking | service.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. | INTEGER | 80 | |
Script Factories | org.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'. | STRING | sightly:/libs/sling/sightly/js/internal/sly.js | |
Service Ranking | service.ranking | Apache Sling Scripting Sightly Sling Models Use Provider org.apache.sling.scripting.sightly.models.impl.SlingModelsUseProvider :- The Sling Models Use Provider is responsible for instantiating Sling Models to be used with Sightly's 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. | INTEGER | 95 | |
Extension Aliases | aliases | 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 Index | index | 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). | BOOLEAN | false | |
Index Resources | index.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 | STRING | index index.html | |
Enable HTML | enable.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. | BOOLEAN | true | |
Enable Plain Text | enable.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. | BOOLEAN | true | |
Enable JSON | enable.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. | BOOLEAN | true | |
Enable XML | enable.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. | BOOLEAN | true | |
JSON Max results | json.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. | INTEGER | 200 | |
JSON Max results | json.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. | INTEGER | 200 | |
sling.servlet.selectors.name | sling.servlet.selectors | Apache Sling Version Info Servlet org.apache.sling.servlets.get.impl.version.VersionInfoServlet :- The Sling Version Info Servlet renders list of versions available for the current resource | sling.servlet.selectors.description | STRING | V | |
Schedule | scheduler.expression | Apache Sling Post Chunk Upload : Cleanup Task org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask :- Task to regularly purge incomplete chunks from the repository | Cron 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. | STRING | 31 41 0/12 * * ? | |
chunk.cleanup.age.name | chunk.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 repository | The chunk's age in minutes before it is considered for clean up. | INTEGER | 360 | |
Date Format | servlet.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" ]. | STRING | 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 | |
Node Name Hint Properties | servlet.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" ]. | STRING | title 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. | INTEGER | 20 | |
Checkin New Versionable Nodes | servlet.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. | BOOLEAN | false | |
Auto Checkout Nodes | servlet.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. | BOOLEAN | false | |
Auto Checkin Nodes | servlet.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. | BOOLEAN | true | |
Ignored Parameters | servlet.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. | STRING | j_.* | |
Servlet Registration Root Path | servletresolver.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. It can either be a string starting with "/" (specifying a path prefix to be used) or a number which specifies the search path index. The default value is "0" (usually stands for "/apps" in the search paths). | STRING | 0 | |
Script User | servletresolver.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 Size | servletresolver.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. | INTEGER | 200 | |
Execution Paths | servletresolver.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 Extensions | servletresolver.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. | STRING | html | |
Tenants Root Path | tenant.root | Apache Sling Tenant Provider org.apache.sling.tenant.internal.TenantProviderImpl :- Service responsible for providing Tenants | Defines tenants root path | STRING | /etc/tenants | |
Tenants Path Matcher | tenant.path.matcher | Apache Sling Tenant Provider org.apache.sling.tenant.internal.TenantProviderImpl :- Service responsible for providing Tenants | Defines tenants path matcher i.e. /content/sample/([^/]+)/*, used while resolving path to tenant | STRING | ||
Tracer Sets | tracerSets | Apache Sling Log Tracer org.apache.sling.tracer.internal.LogTracer :- Provides support for enabling log for specific loggers on per request basis. Refer to http://sling.apache.org/documentation/bundles/log-tracers.html for more details | Default list of tracer sets configured. Tracer Set config confirms to following format. | STRING | oak-query : org.apache.jackrabbit.oak.query.QueryEngineImpl;level=debug oak-writes : org.apache.jackrabbit.oak.jcr.operations.writes;level=trace | |
Enabled | enabled | Apache Sling Log Tracer org.apache.sling.tracer.internal.LogTracer :- Provides support for enabling log for specific loggers on per request basis. Refer to http://sling.apache.org/documentation/bundles/log-tracers.html for more details | Enable the Tracer | BOOLEAN | false | |
Enable | info.geometrixx.personalized-recommendations.enabled | Geometrixx-Outdoors Personalized Recommendations Provider info.geometrixx.commons.impl.productrelationships.PersonalizedRecommendationsProvider :- Example ProductRelationshipsProvider which recommends other products based on order history | Provide recommendations | BOOLEAN | true | |
Image Quality | image.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 qualities | Quality must be a double between 0.0 and 1.0 | STRING | 0.82 | |
Supported Resolutions | image.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 qualities | List of resolutions this component is permitted to generate. | STRING | 256x192 370x150 480x200 127x127 770x360 620x290 480x225 320x150 375x175 303x142 1170x400 940x340 770x300 480x190 | |
Bucket Size | cq.commerce.productimporter.bucketsize | Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-Outdoors | Maximum products per section before bucketing, and maximum in each bucket | INTEGER | 500 | |
Save Batch Size | cq.commerce.importer.savebatchsize | Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-Outdoors | Approximate number of nodes to batch between session saves | INTEGER | 1000 | |
Throttle Batch Size | cq.commerce.importer.throttlebatchsize | Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-Outdoors | Approximate number of nodes between pauses for observation manager | INTEGER | 50000 | |
Message Cap | cq.commerce.importer.messagecap | Geometrixx-Outdoors Product Importer info.geometrixx.commons.impl.importexport.CSVProductImporter :- CSV-based product importer for Geometrixx-Outdoors | Maximum number of messages to return in response | INTEGER | 1000 | |
Enable | info.geometrixx.perfect-partner.enabled | Geometrixx-Outdoors PerfectPartner Recommendations Provider info.geometrixx.commons.impl.productrelationships.PerfectPartnerRelationshipsProvider :- Example ProductRelationshipsProvider for perfect partner promotions | Provide recommendations | BOOLEAN | true | |
Enable | info.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 cart | Provide recommendations | BOOLEAN | true | |
Save Batch Size | cq.commerce.importer.savebatchsize | Geometrixx-Outdoors Catalog Blueprint Importer info.geometrixx.commons.impl.importexport.CSVCatalogBlueprintImporter :- CSV-based catalog blueprint importer for Geometrixx-Outdoors | Approximate number of nodes to batch between session saves | INTEGER | 1000 | |
Throttle Batch Size | cq.commerce.importer.throttlebatchsize | Geometrixx-Outdoors Catalog Blueprint Importer info.geometrixx.commons.impl.importexport.CSVCatalogBlueprintImporter :- CSV-based catalog blueprint importer for Geometrixx-Outdoors | Approximate number of nodes between pauses for observation manager | INTEGER | 50000 | |
Message Cap | cq.commerce.importer.messagecap | Geometrixx-Outdoors Catalog Blueprint Importer info.geometrixx.commons.impl.importexport.CSVCatalogBlueprintImporter :- CSV-based catalog blueprint importer for Geometrixx-Outdoors | Maximum number of messages to return in response | INTEGER | 1000 | |
Enable | info.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 product | Provide recommendations | BOOLEAN | true | |
Max Results | cq.address.location.default.maxResults | Adobe CQ Location List Servlet com.adobe.cq.address.impl.location.LocationListServlet :- Enumerates all locations in a location group | Default maximum number of results the location list servlet should return. | INTEGER | 5 | |
Health Check Name | hc.name | Content 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 tags | hc.tags | Content 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 name | hc.mbean.name | Content 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 Names | package.names | Content 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 check | STRING | ||
Node name | cq.accountmanager.config.informnewaccount.mail | Component com.adobe.cq.account.impl.AccountManagementServlet com.adobe.cq.account.impl.AccountManagementServlet :- Manages confirmation requests when managing accounts | Config node below /etc/security/accountmgr/jcr:content defining the mail template used to inform the user about the new account | STRING | informnewaccount | |
Node name | cq.accountmanager.config.informnewpwd.mail | Component com.adobe.cq.account.impl.AccountManagementServlet com.adobe.cq.account.impl.AccountManagementServlet :- Manages confirmation requests when managing accounts | Config node below /etc/security/accountmgr/jcr:content defining the mail template used to inform the user about the new password | STRING | informnewpwd | |
Validity period of the manager token | cq.accountmanager.token.validity.period | Component com.adobe.cq.account.api.AccountManagementService com.adobe.cq.account.api.AccountManagementService :- Account Manager for non-logged-in users | Max validity period of the manager token (in seconds) | LONG | 600 | |
Node name | cq.accountmanager.config.requestnewaccount.mail | Component com.adobe.cq.account.api.AccountManagementService com.adobe.cq.account.api.AccountManagementService :- Account Manager for non-logged-in users | Config node below /etc/security/accountmgr/jcr:content defining the mail template used when requesting a new account | STRING | requestnewaccount | |
Node name | cq.accountmanager.config.requestnewpwd.mail | Component com.adobe.cq.account.api.AccountManagementService com.adobe.cq.account.api.AccountManagementService :- Account Manager for non-logged-in users | Name of the node below /etc/security/accountmgr/jcr:content defining the mail template used when requesting a password change | STRING | requestnewpwd | |
Rule Name | auditlog.rule.name | Audit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a schedule | The name of the Audit Policy Rule | STRING | ||
Audit log type | auditlog.rule.types | Audit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a schedule | The audit log node type | STRING | PageCreated -- 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 path | auditlog.rule.contentpath | Audit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a schedule | The type of modification | STRING | ||
Minimum age | auditlog.rule.minimumage | Audit Log Purge Scheduler com.adobe.cq.audit.purge.Scheduler :- add configurations for different purges to execute on a schedule | How long the audit logs needs to be kept (in days) | STRING | ||
Domains | externalizer.domains | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | List 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. | STRING | local http://localhost:4502 author http://localhost:4502 publish http://localhost:4503 | |
Host name | externalizer.host | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | Deprecated - 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 path | externalizer.contextpath | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | Deprecated - 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 | ||
Assume encoded path | externalizer.encodedpath | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | If active, Externalizer assumes that resource paths passed to its methods are URL-encoded. This might be necessary if your resource paths potentially contain "?" and/or "#" (which would be considered to start the query string/the fragment of the URL otherwise). Note that activating this setting may cause issues with other parts of the application that assume non-encoded paths if affected resource paths contain characters that need to be URL-encoded. | BOOLEAN | false | |
Target Path | rootmapping.target | Day CQ Root Mapping com.day.cq.commons.servlets.RootMappingServlet :- rootmapping.desc | rootmapping.target.desc | STRING | /content | |
Fallback cache authorizable | contentsync.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 configuration | STRING | everyone | |
Fallback content update user | contentsync.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 configuration | STRING | contentsync-service | |
Excluded selectors | history.requestFilter.excludedSelectors | Adobe CQ History Servlet Filter com.adobe.cq.history.impl.HistoryRequestFilter :- A servlet filter to record CQ actions history based on requests | Do not log history entries when request selector is part of that list. Leave empty to log all of them | STRING | ||
Excluded extensions | history.requestFilter.excludedExtensions | Adobe CQ History Servlet Filter com.adobe.cq.history.impl.HistoryRequestFilter :- A servlet filter to record CQ actions history based on requests | Do not log history entries when request extension is part of that list. Leave empty to log all of them | STRING | ||
Node/Resource types | history.service.resourceTypes | Adobe CQ History Service com.adobe.cq.history.impl.HistoryServiceImpl :- A service to manage CQ actions history | Sling resource types or JCR node types to watch. Leave empty to log all of them | STRING | ||
Path filters | history.service.pathFilter | Adobe CQ History Service com.adobe.cq.history.impl.HistoryServiceImpl :- A service to manage CQ actions history | Restrict history logging to some paths. Leave empty to log all of them | STRING | ||
Embed Resources | mailer.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 host | BOOLEAN | false | |
Character Set | mailer.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 content | STRING | UTF-8 | |
HTTP User name | mailer.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 with | STRING | ||
HTTP User password | mailer.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 name | smtp.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 messages | STRING | ||
SMTP server port | smtp.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 server | INTEGER | 25 | |
SMTP user | smtp.user | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | The user for authentication through SMTP | STRING | ||
SMTP password | smtp.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" address | from.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 mailer | STRING | ||
SMTP use SSL | smtp.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. | BOOLEAN | false | |
Debug email | debug.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 | BOOLEAN | false | |
Character Set | mailer.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 content | STRING | UTF-8 | |
max.recipient.count.name | max.recipient.count | Day CQ Mailing Service com.day.cq.mailer.impl.CqMailingService :- The service sends out personalized mailings to MailingLists. | max.recipient.count.description | STRING | 10000 | |
Maximum Queue Size | queue.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. | INTEGER | 1000 | |
Scheduler Period | scheduler.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. | LONG | 60 | |
event.filter.name | event.filter | Day CQ Notification Service com.day.cq.notification.impl.NotificationServiceImpl :- Tracks and distributes notification events. | event.filter.description | STRING | (!(event.application=*)) | |
Import User | importer.user | Adobe AEM Managed Polling Data Importer com.day.cq.polling.importer.impl.ManagedPollingImporterImpl :- The Managed Polling Importer regularly polls data sources configured as Managed Polling Configurations for updated data to be imported into the repository. | User used for importing. (Optional, default is 'admin') | STRING | ||
Minimum Poll Interval | importer.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. | LONG | 300 | |
Import user | importer.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 Paths | exclude.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 registration | STRING | /etc/workflow /content/dam | |
Allowed paths | include.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 | |
Identifier | id | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Identifier of this configuration | STRING | ||
Enable | enabled | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Enable state for the configuration | BOOLEAN | true | |
Is referenced | reference | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Reference state for the configuration | BOOLEAN | false | |
Poll interval | interval | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Poll interval in seconds of this configuration. | LONG | 1800 | |
Data source URL | source | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | This is given to the Importer handling the 'Scheme' of this configuration to acquire the data. | STRING | ||
Target path | target | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Target path where the polled data is being stored. Value should be omitted if config is referenced. | STRING | ||
Login | login | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Login of this configuration. (Optional) | STRING | ||
Password | password | Adobe AEM Managed Polling Configuration com.day.cq.polling.importer.impl.ManagedPollConfigImpl :- Represents a managed polling configuration | Password of this configuration. (Optional) | STRING | ||
event.filter.name | event.filter | Day CQ Replication Event Listener com.day.cq.replication.audit.ReplicationEventListener :- Audits replications occurring throughout the system. | event.filter.description | STRING | (!(event.application=*)) | |
Timezone | repconf.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 | ||
Locale | repconf.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 Path | repconf.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 Reports | repconf.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 snapshots | repconf.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. | INTEGER | 2 | |
Hourly snapshots | repconf.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. | INTEGER | 0 | |
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 rows | INTEGER | 100 | |
Fake data | repconf.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!) | BOOLEAN | false | |
Snapshot user | repconf.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 user | repconf.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. | BOOLEAN | false | |
request.log.output.name | request.log.output | Day CQ Reporting Request Log Analyzer Configuration com.day.cq.reporting.impl.RLogAnalyzer :- Configures the reporting request log analyzer. | request.log.output.description | STRING | /logs/request.log | |
Enable | repcache.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. | BOOLEAN | true | |
TTL | repcache.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. | INTEGER | 240 | |
Max entries | repcache.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. | INTEGER | 2 | |
Allowed paths | include.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 user | exporter.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 | ||
Path builder service | pathBuilder.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 path | suggest.basepath | CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexes | Absolute path where search suggest indexes and collected reports are stored. | STRING | /var/suggest | |
Node Name | security.privileges.nodeName | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | Name of the root node to store privileges | STRING | privileges | |
Node type name | security.privileges.ntName | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | local name of the Node type to use for privilege storage | STRING | Folder | |
cq.privilegemanager.nsURI | security.privileges.nsURI | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | Uri of the namespace to use for the Node type | STRING | http://sling.apache.org/jcr/sling/1.0 | |
Disable CQPrivilege(s). | cq.privilegemanager.disabled | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | Disable 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. | STRING | wcm/core/privileges/modifyhierarchy wcm/core/privileges/replicate | |
ACL Rule | cq.aclsetup.rules | Day CQ ACL Setup Service com.day.cq.security.ACLSetup :- Configures ACLs based on configuration | Defines an ACL rule of the format: ( "allow" | "deny" ) ";" ( privileges | "inherit" ) ";" principal ";" path | STRING | ||
cq.workspace.name | cq.workspace | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | cq.workspace.description | STRING | ||
cq.accountmanager.config.creationmail.name | cq.accountmanager.config.creationmail | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | cq.accountmanager.config.creationmail.description | STRING | create | |
cq.accountmanager.config.resetmail.name | cq.accountmanager.config.resetmail | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | cq.accountmanager.config.resetmail.description | STRING | reset | |
cq.accountmanager.config.requestreset.mail.name | cq.accountmanager.config.requestreset.mail | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | cq.accountmanager.config.requestreset.mail.description | STRING | requestreset | |
cq.accountmanager.config.requestreset.url.name | cq.accountmanager.config.requestreset.url | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | cq.accountmanager.config.requestreset.url.description | STRING | ||
cq.accountmanager.config.mail.name | cq.accountmanager.config.mail | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | cq.accountmanager.config.mail.description | STRING | /etc/security/accountmgr/jcr:content | |
Enable Service | cq.accountmanager.enabled | com.day.cq.security.impl.account.CqAccountManagerFactory.name com.day.cq.security.impl.account.CqAccountManagerFactory :- com.day.cq.security.impl.account.CqAccountManagerFactory.description | Check to enable the service. | BOOLEAN | false | |
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. | STRING | jcr: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. | STRING | jcr:read | |
Profile Reader | cq.profile.permission.reader | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Initial set of Authorizables allowed to Read newly created profiles. | STRING | ||
Profile Writer | cq.profile.permission.writer | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Initial set of Authorizables allowed to Modify newly created profiles. | STRING | ||
Profile Node Type | cq.profile.nt | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Node Type to use for creation of Profiles | STRING | sling:Folder | |
Profile Resource Type | cq.profile.rt | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Resource Type to set on newly created Profile Nodes | STRING | cq/security/components/profile | |
adapters.name | adapters | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | adapters.description | STRING | com.day.cq.preferences.PreferencesService com.day.cq.preferences.Preferences | |
adaptables.name | adaptables | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | adaptables.description | STRING | org.apache.sling.api.resource.ResourceResolver org.apache.sling.api.resource.Resource | |
Preferences Node's name | cq.preferencesfactory.nodeName | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | Name to take for the Preferences Node | STRING | preferences | |
Preferences NodeType Name | cq.preferencesfactory.nodetypeName | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | Name of the NodeType to create the Preferences Node | STRING | Folder | |
NodeTypes Namespace URI | cq.preferencesfactory.nodetypeNamespace | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | Namespace URI the Preferences Nodetype Name belongs to | STRING | http://sling.apache.org/jcr/sling/1.0 | |
Cleanup interval | scheduler.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. | LONG | 300 | |
scheduler.concurrent.name | scheduler.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.description | BOOLEAN | false | |
Base path | path | 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 name | workspace | 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 path | keywordsPath | 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. | STRING | jcr:content/cq:keywords | |
Asynchronous Entries | asyncEntries | 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. | BOOLEAN | true | |
sling.servlet.paths.name | sling.servlet.paths | com.day.cq.statistics.servlet.TrackerServlet.name com.day.cq.statistics.servlet.TrackerServlet :- com.day.cq.statistics.servlet.TrackerServlet.description | sling.servlet.paths.description | STRING | /bin/statistics/tracker/query /bin/statistics/tracker/result | |
Disable Tracking | cq.wcm.tracking.disable | com.day.cq.statistics.servlet.TrackerServlet.name com.day.cq.statistics.servlet.TrackerServlet :- com.day.cq.statistics.servlet.TrackerServlet.description | Disable Tracking, check to disable and uncheck to enable | BOOLEAN | true | |
Tag base path | base.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 repository | STRING | /etc/tags | |
Enable validation | validation.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 listener | BOOLEAN | true | |
Cron expression | scheduler.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.html | STRING | 0 0 12 * * ? | |
ignore path | ignore_path | Day CQ Tag Predicate Evaluator com.day.cq.tagging.impl.search.TagPredicateEvaluator :- Use to evaluate tag predicates | Ignore path in xpath query expansion | BOOLEAN | false | |
service.ranking.name | service.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.description | service.ranking.description | INTEGER | 10 | |
pathPrefix.name | pathPrefix | 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.description | pathPrefix.description | STRING | /content/dam | |
create version | createVersion | 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.description | creates version of asset when asset is updated | BOOLEAN | true | |
Enable Version Linking | cq.dam.webdav.version.linking.enable | DAM WebDAV version linking job com.adobe.cq.dam.webdav.impl.io.DamWebdavVersionLinkingJob :- Links the previous version history for the assets edited through WebDAV | Enables version linking for the assets edited through WebDAV | BOOLEAN | false | |
Periodic Scheduler | cq.dam.webdav.version.linking.scheduler.period | DAM WebDAV version linking job com.adobe.cq.dam.webdav.impl.io.DamWebdavVersionLinkingJob :- Links the previous version history for the assets edited through WebDAV | Time in seconds for for running this job to do the version linking | LONG | 5 | |
Staging Timeout | cq.dam.webdav.version.linking.staging.timeout | DAM WebDAV version linking job com.adobe.cq.dam.webdav.impl.io.DamWebdavVersionLinkingJob :- Links the previous version history for the assets edited through WebDAV | The timeout(in seconds) for considering the tmp asset as the previous history of newly created asset through WebDAV edit operations | INTEGER | 10 | |
com.day.cq.dam.core.impl.io.SpecialFilesHandler.filepatters.name | com.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.description | STRING | ^\.(.*)* Acr[0-9]*.tmp | |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Adobe DAM Indesign Print Servlet com.adobe.dam.print.ids.impl.servlets.PrintServlet :- Manages Indesign templates & catalogs | Description for sling.servlet.resourceTypes | STRING | sling/servlet/default | |
Property sling.servlet.methods | sling.servlet.methods | Adobe DAM Indesign Print Servlet com.adobe.dam.print.ids.impl.servlets.PrintServlet :- Manages Indesign templates & catalogs | Description for sling.servlet.methods | STRING | POST | |
Property sling.servlet.selectors | sling.servlet.selectors | Adobe DAM Indesign Print Servlet com.adobe.dam.print.ids.impl.servlets.PrintServlet :- Manages Indesign templates & catalogs | Description for sling.servlet.selectors | STRING | idsprint | |
maxConnections.name | maxConnections | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | ncomm process pool size (0 == number of cpu cores) | INTEGER | 1 | |
maxRequests.name | maxRequests | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | maximum number of requests per process (0 == unlimited) | INTEGER | 0 | |
requestTimeout.name | requestTimeout | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | request timeout in milliseconds (0 == no timeout) | INTEGER | 0 | |
requestRetries.name | requestRetries | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | maximum number of request retries (0 == do not retry) | INTEGER | 0 | |
launchTimeout.name | launchTimeout | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | maximum time to wait for a spawned child process connection in milliseconds | INTEGER | 5000 | |
Property batch.commit.size | batch.commit.size | AEM Assets performance data handler com.day.cq.dam.performance.internal.AssetPerformanceDataHandlerImpl :- Description for com.day.cq.dam.performance.internal.AssetPerformanceDataHandlerImpl | Set the batch commit size for the Asset Insight background sync job. | INTEGER | 1000 | |
Property scheduler.expression | scheduler.expression | Adobe CQ DAM Asset Performance Report Sync Job com.day.cq.dam.performance.internal.AssetPerformanceReportSyncJob :- Schedule a background job for fetching and saving the Assets' performance data from Adobe Analytics. | Description for scheduler.expression | STRING | 0 0 2 * * ? | |
Property sling.servlet.resourceTypes | sling.servlet.resourceTypes | Adobe CQ DAM Asset Performance Result Provider Servlet com.day.cq.dam.performance.impl.servlet.AssetPerformanceMetricProviderServlet :- Use to provide asset performance metrics | Description for sling.servlet.resourceTypes | STRING | sling/servlet/default | |
Property sling.servlet.methods | sling.servlet.methods | Adobe CQ DAM Asset Performance Result Provider Servlet com.day.cq.dam.performance.impl.servlet.AssetPerformanceMetricProviderServlet :- Use to provide asset performance metrics | Description for sling.servlet.methods | STRING | GET | |
Property sling.servlet.extensions | sling.servlet.extensions | Adobe CQ DAM Asset Performance Result Provider Servlet com.day.cq.dam.performance.impl.servlet.AssetPerformanceMetricProviderServlet :- Use to provide asset performance metrics | Description for sling.servlet.extensions | STRING | json | |
Property sling.servlet.selectors | sling.servlet.selectors | Adobe CQ DAM Asset Performance Result Provider Servlet com.day.cq.dam.performance.impl.servlet.AssetPerformanceMetricProviderServlet :- Use to provide asset performance metrics | Description for sling.servlet.selectors | STRING | performanceData | |
Threshold size to use intermediate temporary file | large_file_threshold | Component com.day.cq.dam.commons.handler.StandardImageHandler com.day.cq.dam.commons.handler.StandardImageHandler :- Description for com.day.cq.dam.commons.handler.StandardImageHandler | Asset size greater than threshold use temporary file instead of memory buffer to avoid OutOfMemoryError. Value of -1 means that the use of temporary file is disabled. | LONG | -1 | |
Threshold size to skip comments being stored | large_comment_threshold | Component com.day.cq.dam.commons.handler.StandardImageHandler com.day.cq.dam.commons.handler.StandardImageHandler :- Description for com.day.cq.dam.commons.handler.StandardImageHandler | Comment size greater than threshold will not be stored. Value of -1 means that all comments would be stored irrespective of their size. | LONG | 5000 | |
Property cq.dam.enable.ext.meta.extraction | cq.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.StandardImageHandler | Description for cq.dam.enable.ext.meta.extraction | BOOLEAN | false | |
Limit for XMP Filtering | xmp.filterlimit | SimpleXmpToJcrMetadataBuilder Handler com.day.cq.dam.commons.metadata.SimpleXmpToJcrMetadataBuilder :- SimpleXmpToJcrMetadataBuilder Handler | Maximum number of nodes that can be parsed/stored for xmp properties configured here | INTEGER | 100 | |
XMP Properties to be Filtered | xmp.filterproperties | SimpleXmpToJcrMetadataBuilder Handler com.day.cq.dam.commons.metadata.SimpleXmpToJcrMetadataBuilder :- SimpleXmpToJcrMetadataBuilder Handler | XMP Properties to be Filtered | STRING | photoshop:DocumentAncestors | |
Mime Type | mimetype | Day CQ DAM Indesign Format Handler com.day.cq.dam.core.impl.handler.IndesignFormatHandler :- com.day.cq.dam.core.impl.handler.IndesignFormatHandler.description | The format's mime type. | STRING | application/x-indesign application/x-adobe-indesign | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.description | sling.servlet.resourceTypes.description | STRING | dam/asset dam:Asset | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.description | sling.servlet.methods.description | STRING | GET | |
Enable Digital Rights Management | cq.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.description | Enable Digital Rights Management. | BOOLEAN | true | |
scheduler.expression.name | scheduler.expression | DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.description | scheduler.expression.description | STRING | * * 23 * * ? | |
Number of activities to keep under each user | maxSavedActivities | DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.description | maxSavedActivities.description | INTEGER | 150 | |
Save session state after deleting activities | saveInterval | DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.description | Number of delete operations after which state of system should be saved | INTEGER | 100 | |
Enable purging of old activity record | enableActivityPurge | DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.description | This will enable the purging of user activities recorded by DamEventRecorder | BOOLEAN | false | |
Select the activity types you want to purge | eventTypes | DAM Event Purge Service com.day.cq.dam.core.impl.DamEventPurgeService :- com.day.cq.dam.core.impl.DamEventPurgeService.description | eventTypes.description | STRING | ACCEPTED 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 Memory | cq.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 -1 | LONG | -1 | |
Max Age | cq.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 milliseconds | INTEGER | 60000 | |
Max Dimension | cq.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 Dimension | STRING | 1280x1280 | |
job.topics.name | job.topics | com.day.cq.dam.core.impl.AssetMoveEventHandler.name com.day.cq.dam.core.impl.AssetMoveEventHandler :- com.day.cq.dam.core.impl.AssetMoveEventHandler.description | job.topics.description | STRING | com/adobe/cq/dam/assetmove | |
Path Prefix | tagsfileexporter.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 Prefix | tagsfileexporter.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. | STRING | hierarchy/taxonomy | |
Export Formats | tagsfileexporter.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. | STRING | txt | txt -- txt |
Export Roots | tagsfileexporter.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.name | process.label | com.day.cq.dam.core.process.ExifToolExtractMetadataProcess.name com.day.cq.dam.core.process.ExifToolExtractMetadataProcess :- com.day.cq.dam.core.process.ExifToolExtractMetadataProcess.description | process.label.description | STRING | Exif ToolExtract Meta Data | |
cq.dam.enable.sha1.name | cq.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.description | cq.dam.enable.sha1.description | BOOLEAN | true | |
Time based Scheduler | cq.dam.missingmetadata.notification.scheduler.istimebased | Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata Notification | Whether to schedule a time based schedular | BOOLEAN | true | |
Time Based Scheduler Rule | cq.dam.missingmetadata.notification.scheduler.timebased.rule | Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata Notification | Regular 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 true | STRING | 0 0 0 * * ? | |
Preiodic Scheduler | cq.dam.missingmetadata.notification.scheduler.period.rule | Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata Notification | Time in seconds for periodic scheduler. This expression get picked if Time Based Scheduler is set false | LONG | 10 | |
Notification Recipient ID | cq.dam.missingmetadata.notification.recipient | Adobe CQ DAM Missing Metadata Notification com.day.cq.dam.core.impl.MissingMetadataNotificationJob :- Adobe CQ DAM Missing Metadata Notification | ID of the recipient of the notification for missing metadata | STRING | admin | |
Mime Type | mimetype | Day CQ DAM EPS Format Handler com.day.cq.dam.core.impl.handler.EPSFormatHandler :- com.day.cq.dam.core.impl.handler.EPSFormatHandler.description | The format's mime type. | STRING | application/postscript | |
Allow all MIME | cq.dam.allow.all.mime | Day CQ DAM Asset Upload Restriction com.day.cq.dam.core.impl.mimeType.AssetUploadRestrictionHelper :- Configure Asset Upload Restriction parameters | Allow creation of all types of asset. If enabled, it overrides the following allowed MIME type list | BOOLEAN | true | |
Allowed Asset MIMEs (regex) | cq.dam.allowed.asset.mimes | Day CQ DAM Asset Upload Restriction com.day.cq.dam.core.impl.mimeType.AssetUploadRestrictionHelper :- Configure Asset Upload Restriction parameters | Allow upload of assets with following MIMEs only | STRING | image/.* video/.* | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Adhoc Asset Share Servlet com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareServlet :- Asset Link Share | sling.servlet.resourceTypes.description | STRING | dam:Asset nt:folder sling:Folder sling:OrderedFolder dam/collection dam/smartcollection | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Adhoc Asset Share Servlet com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareServlet :- Asset Link Share | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ DAM Adhoc Asset Share Servlet com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareServlet :- Asset Link Share | sling.servlet.selectors.description | STRING | adhocassetshare | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assets | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assets | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assets | sling.servlet.selectors.description | STRING | createasset | |
detect duplicate | detect_duplicate | Day CQ DAM Create Asset Servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet :- Use to create assets | configuration to enable duplicate detection of uploaded asset | BOOLEAN | false | |
process.label.name | process.label | com.day.cq.dam.core.process.ExtractMetadataProcess.name com.day.cq.dam.core.process.ExtractMetadataProcess :- com.day.cq.dam.core.process.ExtractMetadataProcess.description | process.label.description | STRING | Extract Meta Data | |
cq.dam.enable.sha1.name | cq.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.description | cq.dam.enable.sha1.description | BOOLEAN | true | |
enabled.name | enabled | com.day.cq.dam.core.impl.AssetMoveListener.name com.day.cq.dam.core.impl.AssetMoveListener :- com.day.cq.dam.core.impl.AssetMoveListener.description | enabled.description | BOOLEAN | true | |
process.label.name | process.label | com.day.cq.dam.core.process.MetadataProcessorProcess.name com.day.cq.dam.core.process.MetadataProcessorProcess :- com.day.cq.dam.core.process.MetadataProcessorProcess.description | process.label.description | STRING | Metadata Processor | |
cq.dam.enable.sha1.name | cq.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.description | cq.dam.enable.sha1.description | BOOLEAN | true | |
XSS protected properties | cq.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.description | These properties will be passed through xss api before saving | STRING | adobe_dam:restrictions | |
isEnabled.name | isEnabled | DAM Asset Home Page Feature Flag com.day.cq.dam.core.impl.assethome.AssetHomePageConfiguration :- com.day.cq.dam.core.impl.assethome.AssetHomePageConfiguration.description | Enable this configuration to turn on Asset Home Page feature. | BOOLEAN | false | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Task Creation Servlet com.day.cq.dam.core.impl.servlet.TaskCreationServlet :- Creates Review Tasks | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Task Creation Servlet com.day.cq.dam.core.impl.servlet.TaskCreationServlet :- Creates Review Tasks | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ DAM Task Creation Servlet com.day.cq.dam.core.impl.servlet.TaskCreationServlet :- Creates Review Tasks | sling.servlet.selectors.description | STRING | createassetsreview | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collections | sling.servlet.resourceTypes.description | STRING | dam/collection dam/smartcollection | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collections | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collections | sling.servlet.selectors.description | STRING | collection | |
download configuration | download.config | Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collections | configuration of the collection to be downloaded | STRING | _charset_=utf-8&downloadAssets=true&downloadRenditions=false&downloadSubassets=false | |
view selector | view.selector | Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collections | selector for viewing collection details | STRING | /libs/dam/gui/content/collections/collectiondetails | |
send email | send_email | Day CQ DAM Resource Collection Servlet com.day.cq.dam.core.impl.servlet.ResourceCollectionServlet :- Manages Collections | Send emails on collection sharing | BOOLEAN | false | |
Day CQ DAM Asset summary icon rendition name | AssetWorkflowSummaryServlet.icon.rendition.name | Day CQ DAM Asset workflow summary servlet com.day.cq.dam.core.impl.servlet.AssetWorkflowSummaryServlet :- Provides dam:Asset summary information in JSON | Name of the Rendition to use as an icon in the asset summary. | STRING | cq5dam.thumbnail.48.48.png | |
Observed Repository Paths | changeeventlistener.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 Events | The paths which are observed for asset changes. | STRING | /content/dam | |
Propagate XMP | xmp.propagate | Adobe CQ DAM Rendition Maker com.day.cq.dam.core.impl.RenditionMakerImpl :- Adobe CQ DAM Rendition Maker | Propagate XMP from asset metadata to renditions | BOOLEAN | false | |
XMP Excludes | xmp.excludes | Adobe CQ DAM Rendition Maker com.day.cq.dam.core.impl.RenditionMakerImpl :- Adobe CQ DAM Rendition Maker | XMP properties to skip on propagation. Format: | STRING | http://ns.adobe.com/exif/1.0/aux/ ISO | |
Supported Formats | xmphandler.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.description | The formats taken into consideration by this handler. | STRING | image/jpeg image/png image/tiff application/pdf application/x-indesign application/x-adobe-indesign application/x-photoshop application/photoshop image/vnd.adobe.photoshop application/vnd.adobe.photoshop application/postscript | |
More Info Option Text | More Info | Assets Companion Support Servlet com.day.cq.dam.core.impl.servlet.CompanionServlet :- Provides support for the assets companion application | The text that will show in context menus for the more info dialog | STRING | More Info | |
More Info Dialog Path | /mnt/overlay/dam/gui/content/assets/moreinfo.html/${path} | Assets Companion Support Servlet com.day.cq.dam.core.impl.servlet.CompanionServlet :- Provides support for the assets companion application | The full absolute path that will be used to display the more info dialog | STRING | /mnt/overlay/dam/gui/content/assets/moreinfo.html/${path} | |
sling.servlet.paths.name | sling.servlet.paths | Day CQ DAM MultipleLicenseAccept Servlet com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet :- com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet.description | sling.servlet.paths.description | STRING | /libs/dam/drm | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM MultipleLicenseAccept Servlet com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet :- com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet.description | sling.servlet.methods.description | STRING | POST | |
Enable Digital Rights Management | cq.dam.drm.enable | Day CQ DAM MultipleLicenseAccept Servlet com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet :- com.day.cq.dam.core.impl.servlet.MultipleLicenseAcceptServlet.description | Enable Digital Rights Management. | BOOLEAN | true | |
cq.dam.enable.ext.meta.extraction.name | cq.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.description | cq.dam.enable.ext.meta.extraction.description | BOOLEAN | false | |
Threshold size to use intermediate temporary file | large_file_threshold | 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.description | Asset size greater than threshold use temporary file instead of memory buffer to avoid OutOfMemoryError. Value of -1 means that the use of temporary file is disabled. | LONG | -1 | |
Threshold size to skip comments being stored | large_comment_threshold | 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.description | Comment size greater than threshold will not be stored. Value of -1 means that all comments would be stored irrespective of their size. | LONG | 5000 | |
Detect MIME from content | cq.dam.detect.asset.mime.from.content | Day CQ DAM Mime Type Service com.day.cq.dam.core.impl.mimeType.DamMimeTypeServiceImpl :- Enable/disable Mime Type detection attributes | Determine incoming asset's MIME from its content. If disabled, asset's extension is used to determine MIME | BOOLEAN | false | |
sling.servlet.paths.name | sling.servlet.paths | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | sling.servlet.paths.description | STRING | /libs/dam/health_check | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | sling.servlet.methods.description | STRING | GET POST | |
sling.servlet.extensions.name | sling.servlet.extensions | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | sling.servlet.extensions.description | STRING | json | |
Sync Workflow Model Id | cq.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.description | The workflow model to use for asset synchronization. | STRING | /etc/workflow/models/dam/dam_asset_syncer_and/jcr:content/model | |
Foldernode types | cq.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.description | The node types to check when comparing folders. | STRING | nt:folder sling:Folder cq:Page | |
event.filter.name | event.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.description | STRING | (!(event.application=*)) | |
Enables this service | eventrecorder.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. | BOOLEAN | false | |
Users whose activities should not be recorded | eventrecorder.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.description | STRING | ||
Event Types | eventrecorder.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. | STRING | ASSET_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) RENDITION_DOWNLOADED -- Asset Rendition downloaded (RENDITION_DOWNLOADED) 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 Scheduler | cq.dam.expiry.notification.scheduler.istimebased | Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry Notification | Whether to schedule a time based schedular | BOOLEAN | true | |
Time Based Scheduler Rule | cq.dam.expiry.notification.scheduler.timebased.rule | Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry Notification | Regular 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 true | STRING | 0 0 0 * * ? | |
Preiodic Scheduler | cq.dam.expiry.notification.scheduler.period.rule | Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry Notification | Time in seconds for periodic scheduler. This expression get picked if Time Based Scheduler is set false | LONG | 10 | |
send email | send_email | Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry Notification | Send emails on asset expiry | BOOLEAN | false | |
Prior notification in seconds | prior_notification_seconds | Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry Notification | Number of seconds before which a notification should be sent before an asset expires | LONG | 86400 | |
Protocol | cq.dam.expiry.notification.url.protocol | Adobe CQ DAM Expiry Notification com.day.cq.dam.core.impl.ExpiryNotificationJobImpl :- Adobe CQ DAM Expiry Notification | Protocol | STRING | http | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Adhoc Asset Share Proxy Servlet com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareProxyServlet :- Asset Link Share Proxy Servlet | sling.servlet.resourceTypes.description | STRING | dam/adhocassetshare | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Adhoc Asset Share Proxy Servlet com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareProxyServlet :- Asset Link Share Proxy Servlet | sling.servlet.methods.description | STRING | GET | |
Blacklisted Mime Types | cq.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 types | Mime types that should be served as content-disposition:attachment | STRING | text/html application/octet-stream image/svg+xml | |
Allow unknown mime types | cq.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 types | Allow 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 attachment | BOOLEAN | false | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.servlet.methods | Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.description | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.description | sling.servlet.selectors.description | STRING | annotation | |
sling.servlet.paths.name | sling.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.description | sling.servlet.paths.description | STRING | /libs/dam/lightbox | |
sling.servlet.methods.name | sling.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.description | sling.servlet.methods.description | STRING | GET POST | |
Enable Anonymous Access | cq.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.description | Allows anonymous to create/update lightbox | BOOLEAN | false | |
service.ranking.name | service.ranking | com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.name com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl :- com.day.cq.dam.drive.util.WidthBasedRenditionPickerImpl.description | service.ranking.description | INTEGER | 600 | |
Width for thumbnail rendition | cq.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.description | Allows to specify the rendition width for thumbnails | INTEGER | 319 | |
Width for preview rendition | cq.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.description | Allows to specify the rendition width for previews | INTEGER | 1280 | |
service.ranking.name | service.ranking | com.day.cq.dam.drive.util.PrefixRenditionPicker.name com.day.cq.dam.drive.util.PrefixRenditionPicker :- com.day.cq.dam.drive.util.PrefixRenditionPicker.description | service.ranking.description | INTEGER | 400 | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.drive.servlet.GetChildrenServlet.name com.day.cq.dam.drive.servlet.GetChildrenServlet :- com.day.cq.dam.drive.servlet.GetChildrenServlet.description | sling.servlet.methods.description | STRING | GET | |
sling.servlet.extensions.name | sling.servlet.extensions | com.day.cq.dam.drive.servlet.GetChildrenServlet.name com.day.cq.dam.drive.servlet.GetChildrenServlet :- com.day.cq.dam.drive.servlet.GetChildrenServlet.description | sling.servlet.extensions.description | STRING | json | |
sling.servlet.selectors.name | sling.servlet.selectors | com.day.cq.dam.drive.servlet.GetChildrenServlet.name com.day.cq.dam.drive.servlet.GetChildrenServlet :- com.day.cq.dam.drive.servlet.GetChildrenServlet.description | sling.servlet.selectors.description | STRING | driveGetChildren driveGetCollection | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.name com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet :- com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.description | sling.servlet.methods.description | STRING | GET | |
sling.servlet.extensions.name | sling.servlet.extensions | com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.name com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet :- com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.description | sling.servlet.extensions.description | STRING | json | |
sling.servlet.selectors.name | sling.servlet.selectors | com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.name com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet :- com.day.cq.dam.drive.servlet.OptimizationPackageInfoServlet.description | sling.servlet.selectors.description | STRING | drivePackageInfo | |
Is Active? | feature.flag.active.status | AEM Assets Metadata Schema Feature Flag com.day.cq.dam.entitlement.impl.frags.MetadataSchemaFeatureFlag :- This Feature Flag would govern the AEM Assets Metadata Schema Feature. | Disable to deactivate the Metadata Schema Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Metadata Schema Feature Flag com.day.cq.dam.entitlement.impl.frags.MetadataSchemaFeatureFlag :- This Feature Flag would govern the AEM Assets Metadata Schema Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Rendition Feature Flag com.day.cq.dam.entitlement.impl.frags.RenditionFeatureFlag :- This Feature Flag would govern the AEM Assets Rendition Feature. | Disable to deactivate the Rendition Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Rendition Feature Flag com.day.cq.dam.entitlement.impl.frags.RenditionFeatureFlag :- This Feature Flag would govern the AEM Assets Rendition Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Folder Share Feature Flag com.day.cq.dam.entitlement.impl.frags.FolderShareFeatureFlag :- This Feature Flag would govern the AEM Assets Folder Share Feature. | Disable to deactivate the Folder Share Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Folder Share Feature Flag com.day.cq.dam.entitlement.impl.frags.FolderShareFeatureFlag :- This Feature Flag would govern the AEM Assets Folder Share Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Review Task Feature Flag com.day.cq.dam.entitlement.impl.frags.ReviewFeatureFlag :- This Feature Flag would govern the AEM Assets Review Task Feature. | Disable to deactivate the Review Task Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Review Task Feature Flag com.day.cq.dam.entitlement.impl.frags.ReviewFeatureFlag :- This Feature Flag would govern the AEM Assets Review Task Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Collection Feature Flag com.day.cq.dam.entitlement.impl.frags.CollectionFeatureFlag :- This Feature Flag would govern the AEM Assets Collection Feature. | Disable to deactivate the Collection Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Collection Feature Flag com.day.cq.dam.entitlement.impl.frags.CollectionFeatureFlag :- This Feature Flag would govern the AEM Assets Collection Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Dynamic Media Feature Flag com.day.cq.dam.entitlement.impl.frags.DynamicMediaFeatureFlag :- This Feature Flag would govern the AEM Assets Dynamic Media Feature. This Frag would only be evaluated if Dynamic Media is enabled otherwise it returns false. | Disable to deactivate the Dynamic Media Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Dynamic Media Feature Flag com.day.cq.dam.entitlement.impl.frags.DynamicMediaFeatureFlag :- This Feature Flag would govern the AEM Assets Dynamic Media Feature. This Frag would only be evaluated if Dynamic Media is enabled otherwise it returns false. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Search Facet Feature Flag com.day.cq.dam.entitlement.impl.frags.SearchFacetFeatureFlag :- This Feature Flag would govern the AEM Assets Search Facet Feature. | Disable to deactivate the Search Facet Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Search Facet Feature Flag com.day.cq.dam.entitlement.impl.frags.SearchFacetFeatureFlag :- This Feature Flag would govern the AEM Assets Search Facet Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Workflow Feature Flag com.day.cq.dam.entitlement.impl.frags.WorkflowFeatureFlag :- This Feature Flag would govern the AEM Assets Workflow Feature. | Disable to deactivate the Workflow Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Workflow Feature Flag com.day.cq.dam.entitlement.impl.frags.WorkflowFeatureFlag :- This Feature Flag would govern the AEM Assets Workflow Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets FTP Feature Flag com.day.cq.dam.entitlement.impl.frags.FTPFeatureFlag :- This Feature Flag would govern the AEM Assets FTP Feature. | Disable to deactivate the FTP Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets FTP Feature Flag com.day.cq.dam.entitlement.impl.frags.FTPFeatureFlag :- This Feature Flag would govern the AEM Assets FTP Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | Adobe AOD Premium Feature Flag com.day.cq.dam.entitlement.impl.frags.PremiumFeatureFlag :- Adobe AOD Premium Feature Flag (i.e. Frag) to check tenant user's service level. This frag would be enabled only for premium users. | Toggle to deactivate the Premium Feature Flag. | BOOLEAN | true | |
Is Active? | feature.flag.active.status | AEM Assets LightBox Feature Flag com.day.cq.dam.entitlement.impl.frags.LightBoxFeatureFlag :- This Feature Flag would govern the AEM Assets LightBox Feature. | Disable to deactivate the LightBox Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets LightBox Feature Flag com.day.cq.dam.entitlement.impl.frags.LightBoxFeatureFlag :- This Feature Flag would govern the AEM Assets LightBox Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Tag Feature Flag com.day.cq.dam.entitlement.impl.frags.TagFeatureFlag :- This Feature Flag would govern the AEM Assets Tag Feature. | Disable to deactivate the Tag Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Tag Feature Flag com.day.cq.dam.entitlement.impl.frags.TagFeatureFlag :- This Feature Flag would govern the AEM Assets Tag Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Processing Profile Feature Flag com.day.cq.dam.entitlement.impl.frags.ProcessingProfileFeatureFlag :- This Feature Flag would govern the AEM Assets Processing Profile Feature. | Disable to deactivate the Processing Profile Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Processing Profile Feature Flag com.day.cq.dam.entitlement.impl.frags.ProcessingProfileFeatureFlag :- This Feature Flag would govern the AEM Assets Processing Profile Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Publish/Unpublish Feature Flag com.day.cq.dam.entitlement.impl.frags.PublishFeatureFlag :- This Feature Flag would govern the AEM Assets Publish/Unpublish Feature. | Disable to deactivate the Publish Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Publish/Unpublish Feature Flag com.day.cq.dam.entitlement.impl.frags.PublishFeatureFlag :- This Feature Flag would govern the AEM Assets Publish/Unpublish Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Bulk Metadata Editor Feature Flag com.day.cq.dam.entitlement.impl.frags.BulkMetadataFeatureFlag :- This Feature Flag would govern the AEM Assets Bulk Metadata Editor Feature. | Disable to deactivate the Bulk Metadata Editor Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Bulk Metadata Editor Feature Flag com.day.cq.dam.entitlement.impl.frags.BulkMetadataFeatureFlag :- This Feature Flag would govern the AEM Assets Bulk Metadata Editor Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Private Folder Feature Flag com.day.cq.dam.entitlement.impl.frags.PrivateFolderFeatureFlag :- This Feature Flag would govern the AEM Assets Private Folder Feature. | Disable to deactivate the Private Folder Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Private Folder Feature Flag com.day.cq.dam.entitlement.impl.frags.PrivateFolderFeatureFlag :- This Feature Flag would govern the AEM Assets Private Folder Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Insight Feature Flag com.day.cq.dam.entitlement.impl.frags.AssetInsightFeatureFlag :- This Feature Flag would govern the AEM Assets Insight Feature. | Disable to deactivate the Asset Insight Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Insight Feature Flag com.day.cq.dam.entitlement.impl.frags.AssetInsightFeatureFlag :- This Feature Flag would govern the AEM Assets Insight Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Video Feature Flag com.day.cq.dam.entitlement.impl.frags.VideoFeatureFlag :- This Feature Flag would govern the AEM Assets Video Feature. | Disable to deactivate the Video Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Video Feature Flag com.day.cq.dam.entitlement.impl.frags.VideoFeatureFlag :- This Feature Flag would govern the AEM Assets Video Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Metadata Viewer Feature Flag com.day.cq.dam.entitlement.impl.frags.MetadataViewerFeatureFlag :- This Feature Flag would govern the AEM Assets Metadata Viewer Feature. | Disable to deactivate the Metadata Viewer Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Metadata Viewer Feature Flag com.day.cq.dam.entitlement.impl.frags.MetadataViewerFeatureFlag :- This Feature Flag would govern the AEM Assets Metadata Viewer Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
Is Active? | feature.flag.active.status | AEM Assets Report Feature Flag com.day.cq.dam.entitlement.impl.frags.ReportFeatureFlag :- This Feature Flag would govern the AEM Assets Report Feature. | Disable to deactivate the Report Feature Flag (i.e. Frag). | BOOLEAN | true | |
Consider Premium Frag? | premium.frag.check | AEM Assets Report Feature Flag com.day.cq.dam.entitlement.impl.frags.ReportFeatureFlag :- This Feature Flag would govern the AEM Assets Report Feature. | Disable to not consider Premium Frag check for the evaluation of this frag. | BOOLEAN | false | |
event.filter.name | event.filter | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | event.filter.description | STRING | (!(event.application=*)) | |
System Fonts directory | fontmgr.system.font.dir | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | Location of the System Fonts directory. Make sure directory exists else they willbe skipped. | STRING | ||
Adobe Server Fonts directory | fontmgr.adobe.font.dir | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | Location of the Adobe Server Fonts directory. Default location is | STRING | ||
Customer Fonts directory | fontmgr.customer.font.dir | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | Location of the Customer Fonts directory. Make sure this directory exist else it will be skipped. | STRING | ||
Enable Annotation Rasterization | raster.annotation | com.day.cq.dam.handler.standard.pdf.PdfHandler.name com.day.cq.dam.handler.standard.pdf.PdfHandler :- com.day.cq.dam.handler.standard.pdf.PdfHandler.description | Configuration to enable annotation's rasterization in pdf. | BOOLEAN | false | |
Enable Annotation Rasterization | raster.annotation | com.day.cq.dam.handler.standard.ps.PostScriptHandler.name com.day.cq.dam.handler.standard.ps.PostScriptHandler :- com.day.cq.dam.handler.standard.ps.PostScriptHandler.description | Configuration to enable annotation's rasterization in pdf. | BOOLEAN | false | |
Property process.label | process.label | Component com.day.cq.dam.indd.process.INDDMediaExtractProcess com.day.cq.dam.indd.process.INDDMediaExtractProcess :- Description for com.day.cq.dam.indd.process.INDDMediaExtractProcess | Description for process.label | STRING | InDesign Media Extraction Process | |
indd pages regex | cq.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.INDDMediaExtractProcess | Regex for identifying pages in subassets folder. The pages will be shown in assets page viewer | STRING | ^page[0-9]*.jpg$ | |
Property enable.multisession | enable.multisession | Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessor | Enable multiple session support. Applicable to Creative Suite 6 and above. Default false | BOOLEAN | false | |
Property ids.cc.enable | ids.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.IDSJobProcessor | Allow specific InDesign CC Server configuration. Applicable to InDesign CC Server 10 and above. Default false | BOOLEAN | true | |
Property enable.retry | enable.retry | Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessor | Enable retry of IDS Job. Default false | BOOLEAN | false | |
Property process.label | process.label | Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessor | Description for process.label | STRING | InDesign Proxy Worker | |
Property job.topics | job.topics | Component com.day.cq.dam.ids.impl.IDSJobProcessor com.day.cq.dam.ids.impl.IDSJobProcessor :- Description for com.day.cq.dam.ids.impl.IDSJobProcessor | Description for job.topics | STRING | dam/proxy/ids/job | |
Property max.errors.to.blacklist | max.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.IDSPoolImpl | Max consecute errors before blacklist a IDS server. Default -1(disabled) | INTEGER | -1 | |
Property retry.interval.to.whitelist | retry.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.IDSPoolImpl | Minimum retry interval to revalidate the blacklisted IDS server. Default 10 minutes | INTEGER | 10 | |
Property process.label | process.label | Component com.day.cq.dam.ids.impl.IDSPoolImpl com.day.cq.dam.ids.impl.IDSPoolImpl :- Description for com.day.cq.dam.ids.impl.IDSPoolImpl | Description for process.label | STRING | InDesign Server Pool Config | |
Registered paths | com.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 folder | Paths registered to be synced between Adobe Experience Manager and Adobe Marketing Cloud | STRING | ||
Sync Renditions | com.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 folder | Enable syncing of renditions while syncing/listening changeson registered paths. By default it only sync/listen changes of original rendition of asset | BOOLEAN | false | |
Platform | com.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 folder | The platform for which this service should be automatically configured (e.g. Adobe Marketing Cloud, Adobe Experience Manager) | STRING | aem -- Adobe Experience Manager mac -- Adobe Marketing Cloud | |
Socket timeout | com.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 Client | The socket timeout which is the timeout for waiting for data from the authorization server in milliseconds | INTEGER | 30000 | |
Property delete.zip.file | delete.zip.file | Component com.day.cq.dam.pim.impl.sourcing.upload.process.ProductAssetsUploadProcess com.day.cq.dam.pim.impl.sourcing.upload.process.ProductAssetsUploadProcess :- Description for com.day.cq.dam.pim.impl.sourcing.upload.process.ProductAssetsUploadProcess | Delete ZIP file after upload process is completed. | BOOLEAN | true | |
process.label.name | process.label | com.day.cq.dam.s7dam.common.process.VideoProxyServiceProcess.name com.day.cq.dam.s7dam.common.process.VideoProxyServiceProcess :- com.day.cq.dam.s7dam.common.process.VideoProxyServiceProcess.description | process.label.description | STRING | Video Proxy Service | |
sling.post.operation.name | sling.post.operation | DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler.description | sling.post.operation.description | STRING | dam.mediaset.modify | |
sling.servlet.methods.name | sling.servlet.methods | DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetModifyHandler.description | sling.servlet.methods.description | STRING | POST | |
Multipart upload minimum filesize (MB) | cq.dam.s7dam.videoproxyclientservice.multipartupload.minsize.name | Adobe CQ s7dam Video Proxy Client Service Configurations (HttpClient, multipart upload, etc.) com.day.cq.dam.s7dam.common.video.impl.VideoProxyClientServiceImpl :- Provides facilities to manage video assets through the Adobe Video Proxy encoding service | Minimum filesize required to use multipart upload | LONG | 100 | |
Multipart upload part size (MB) | cq.dam.s7dam.videoproxyclientservice.multipartupload.partsize.name | Adobe CQ s7dam Video Proxy Client Service Configurations (HttpClient, multipart upload, etc.) com.day.cq.dam.s7dam.common.video.impl.VideoProxyClientServiceImpl :- Provides facilities to manage video assets through the Adobe Video Proxy encoding service | Size of each data chunk to be uploaded to Amazon S3 | LONG | 20 | |
Multipart upload thread pool size | cq.dam.s7dam.videoproxyclientservice.multipartupload.numthread.name | Adobe CQ s7dam Video Proxy Client Service Configurations (HttpClient, multipart upload, etc.) com.day.cq.dam.s7dam.common.video.impl.VideoProxyClientServiceImpl :- Provides facilities to manage video assets through the Adobe Video Proxy encoding service | Number of Amazon S3 upload thread workers | INTEGER | 10 | |
Http request read timeout | cq.dam.s7dam.videoproxyclientservice.http.readtimeout.name | Adobe CQ s7dam Video Proxy Client Service Configurations (HttpClient, multipart upload, etc.) com.day.cq.dam.s7dam.common.video.impl.VideoProxyClientServiceImpl :- Provides facilities to manage video assets through the Adobe Video Proxy encoding service | Timeout to wait for data or inactivity (milliseconds) | INTEGER | 120000 | |
Http request connection timeout | cq.dam.s7dam.videoproxyclientservice.http.connectiontimeout.name | Adobe CQ s7dam Video Proxy Client Service Configurations (HttpClient, multipart upload, etc.) com.day.cq.dam.s7dam.common.video.impl.VideoProxyClientServiceImpl :- Provides facilities to manage video assets through the Adobe Video Proxy encoding service | Timeout to determine if a connection is established (milliseconds) | INTEGER | 30000 | |
Http request retry count | cq.dam.s7dam.videoproxyclientservice.http.maxretrycount.name | Adobe CQ s7dam Video Proxy Client Service Configurations (HttpClient, multipart upload, etc.) com.day.cq.dam.s7dam.common.video.impl.VideoProxyClientServiceImpl :- Provides facilities to manage video assets through the Adobe Video Proxy encoding service | Number of maximum retry httpclient will execute | INTEGER | 3 | |
sling.post.operation.name | sling.post.operation | DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler.description | sling.post.operation.description | STRING | dam.mediaset.create | |
sling.servlet.methods.name | sling.servlet.methods | DAM Media Set Handler com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler :- com.day.cq.dam.s7dam.common.post.servlets.SetCreateHandler.description | sling.servlet.methods.description | STRING | POST | |
sling.post.operation.name | sling.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.description | sling.post.operation.description | STRING | dam.mediaset.orderbefore | |
sling.servlet.methods.name | sling.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.description | sling.servlet.methods.description | STRING | POST | |
Enabled | cq.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 operations | Enable the Adobe CQ s7dam Dam Listener | BOOLEAN | true | |
cq.dam.s7dam.dynamicmediaconfigeventlistener.enabled.label | cq.dam.s7dam.dynamicmediaconfigeventlistener.enabled | cq.dam.s7dam.dynamicmediaconfigeventlistener.name com.day.cq.dam.s7dam.common.analytics.impl.S7damDynamicMediaConfigEventListener :- cq.dam.s7dam.dynamicmediaconfigeventlistener.description | cq.dam.s7dam.dynamicmediaconfigeventlistener.enabled.description | BOOLEAN | true | |
sling.servlet.paths.name | sling.servlet.paths | com.day.cq.dam.s7dam.common.servlets.S7damProductInfoServlet.name com.day.cq.dam.s7dam.common.servlets.S7damProductInfoServlet :- com.day.cq.dam.s7dam.common.servlets.S7damProductInfoServlet.description | sling.servlet.paths.description | STRING | /bin/dm/productinfo | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.s7dam.common.servlets.S7damProductInfoServlet.name com.day.cq.dam.s7dam.common.servlets.S7damProductInfoServlet :- com.day.cq.dam.s7dam.common.servlets.S7damProductInfoServlet.description | sling.servlet.methods.description | STRING | GET | |
MIME Type mapping | cq.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 assets | The MIME Type mapping associates a MIME type to an asset type (e.g. Template=image/s7template) | STRING | Generic=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 modifier | scene7FlashTemplates.rti | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace Text Instance (rti) modifier value | STRING | rti | |
Scene7 RSI modifier | scene7FlashTemplates.rsi | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace Symbol Instance (rsi) modifier value | STRING | rsi | |
Scene7 RB modifier | scene7FlashTemplates.rb | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace Bitmap (rb) modifier value | STRING | rb | |
Scene7 RURL modifier | scene7FlashTemplates.rurl | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace URL (rurl) modifier value | STRING | rurl | |
Scene7 URL format parameter | scene7FlashTemplate.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 response | STRING | fmt | |
Lock timeout | cq.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 assets | The timeout in SECONDS for acquiring a lock | INTEGER | 180 | |
Scene7 Asset Type | scene7.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.description | The Scene7 Asset Type for which this import handler is registered | STRING | MasterVideo | |
Excluded Scene7 asset types | cq.dam.scene7.importservice.excludeassets | Adobe CQ Scene7 Import Service com.day.cq.dam.scene7.impl.importer.Scene7ImportServiceImpl :- cq.dam.scene7.importservice.desc | Scene7 asset types excluded by the polling importer | STRING | Fxg | |
Enabled | cq.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 operations | Enable the Adobe CQ Scene7 Dam Listener | BOOLEAN | false | |
Observed Repository Paths | cq.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 operations | The paths on which this listener is active | STRING | /content/dam | |
Scene7 Asset Type | scene7.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 defined | The Scene7 Asset Type for which this import handler is registered | STRING | Generic | |
Scene7 Importer Enabled | cq.dam.scene7.importer.enabled | Adobe CQ Scene7 Polling Importer com.day.cq.dam.scene7.impl.importer.Scene7Importer :- Adobe CQ Scene7 Polling Importer | Enable/Disable the Scene7 importer. | BOOLEAN | false | |
Enabled | cq.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 updated | Enable the Adobe CQ Scene7 Configuration Listener to monitor configuration changes | BOOLEAN | false | |
Scene7 Asset Type | scene7.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 assets | The Scene7 Asset Type for which this import handler is registered | STRING | Template | |
Scene7 Asset Type | scene7.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.description | The Scene7 Asset Type for which this import handler is registered | STRING | Video | |
Is Active? | feature.flag.active.status | AEM Auto Tag Assets Feature Flag com.day.cq.dam.similaritysearch.internal.impl.AutoTagAssetFeatureFlag :- This Feature Flag would govern the AEM Assets Auto tag Feature. | Disable to deactivate the Asset Autotag Feature Flag (i.e. Frag). | BOOLEAN | false | |
scheduler.expression.name | scheduler.expression | Adobe Periodic Auto Tagging com.day.cq.dam.similaritysearch.internal.scheduler.PeriodicAutoTaggingJob :- Periodic auto-tagging scheduler | Regular expression for time based Scheduler. Eg: '0 0 0 * * ?'. The example expression triggers the Job @ 00 hrs. | STRING | 0 0 0 * * ? | |
Bulk auto-tagging batch size | cq.dam.autoTagging.scheduler.maxassets.rule | Auto-tags management Service com.day.cq.dam.similaritysearch.internal.impl.ManageAutoTagsServiceImpl :- Auto-tags management Service | Maximum number of assets to be auto-tagged in a single run | INTEGER | 1000 | |
Commit size | cq.dam.autoTagging.maxcommitsize.rule | Auto-tags management Service com.day.cq.dam.similaritysearch.internal.impl.ManageAutoTagsServiceImpl :- Auto-tags management Service | Maximum number of assets auto-tagged in a single commit | INTEGER | 200 | |
URL | index.server.url | DAM Similarity Search Service com.day.cq.dam.similaritysearch.internal.impl.SimilaritySearchServiceImpl :- DAM Similarity Search Service Configuration | Indexing Server URL | STRING | http://localhost:8888 | |
indexed rendition | indexed.rendition | DAM Similarity Search Service com.day.cq.dam.similaritysearch.internal.impl.SimilaritySearchServiceImpl :- DAM Similarity Search Service Configuration | rendition used for indexing | STRING | cq5dam.thumbnail.319.319.png | |
max.tags.name | max.tags | DAM Similarity Search Service com.day.cq.dam.similaritysearch.internal.impl.SimilaritySearchServiceImpl :- DAM Similarity Search Service Configuration | max.tags.description | INTEGER | 25 | |
min.tag.confidence.name | min.tag.confidence | DAM Similarity Search Service com.day.cq.dam.similaritysearch.internal.impl.SimilaritySearchServiceImpl :- DAM Similarity Search Service Configuration | min.tag.confidence.description | DOUBLE | 0.7 | |
Search Path | executable.searchpath | Day CQ Executable Locator com.day.cq.dam.handler.ffmpeg.LocatorImpl :- Locates command line executables | Search path for executables. Use "PATH" to include the OS Path environment | STRING | /opt/local/bin /usr/local/bin PATH | |
Paths | path | Adobe CQ ImageServer Authentication Handler com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenAuthHandler :- Adobe CQ ImageServer Authentication Handler | Paths for which this Sling Authentication Handler is used | STRING | / | |
Cache enabled | cache.enable | Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServer | Whether or not response cache is enabled (boolean) | BOOLEAN | true | |
Catalog root | catalog-root | Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServer | JCR path pointing to the catalog root settings | STRING | /etc/dam/imageserver/configuration/jcr:content/settings | |
Cache roots | cache.rootPaths | Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServer | One or more paths to response cache directories. Relative paths are resolved against internal s7imaging bundle directory | STRING | cache | |
Cache Max Size | cache.maxSize | Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServer | Maximum size of response cache in bytes | LONG | 200000000 | |
Cache Max Entries | cache.maxEntries | Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServer | Maximum number of entries in cache | LONG | 100000 | |
Image root path | rootPath | Adobe CQ Scene7 PlatformServer com.adobe.cq.dam.s7imaging.impl.ps.PlatformServerServlet :- Adobe CQ Scene7 PlatformServer | When defined, specifies the location of image files for ImageServer access | STRING | ||
Enabled | dmreplicateonmodify.enabled | Adobe CQ Dynamic Media Replicate On Modify com.adobe.cq.dam.aod.replication.ReplicateAssetOnModify :- Replicates modified assets through replication agents that have the On Modification trigger enabled | Automatically replicate assets on modification | BOOLEAN | false | |
HTTP Header | http.header | Adobe CQ ImageServer Memory Token Service com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenServiceImpl :- Adobe CQ ImageServer Memory Token Service | Name of the HTTP header holding the token | STRING | X-CQ-ImageServer-Token | |
Expiration | tokens.expirytime | Adobe CQ ImageServer Memory Token Service com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenServiceImpl :- Adobe CQ ImageServer Memory Token Service | Token expiration time in seconds | LONG | 3600 | |
Max Tokens | tokens.maxsize | Adobe CQ ImageServer Memory Token Service com.adobe.cq.dam.s7imaging.impl.auth.MemoryTokenServiceImpl :- Adobe CQ ImageServer Memory Token Service | Maximum number of tokens hold in memory (LRU tokens will be evicted first) | LONG | 100000 | |
enabled | enabled | Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent | Enables/Disables Scene7 Dynamic Media Imaging | BOOLEAN | false | |
TcpPort | TcpPort | Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent | Port number to use for communication with ImageServer process. If left blank the port is automatically chosen | STRING | ||
AllowRemoteAccess | AllowRemoteAccess | Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent | Allow or disallow remote access to ImageServer process. If false image server will only listen on localhost | BOOLEAN | false | |
MaxRenderRgnPixels | MaxRenderRgnPixels | Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent | Maximum size in megapixels that will be rendered. | STRING | ||
MaxMessageSize | MaxMessageSize | Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent | Maximum message size in MBytes that will be delivered. | STRING | ||
RandomAccessUrlTimeout | RandomAccessUrlTimeout | Adobe CQ Scene7 ImageServer com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent :- Description for com.adobe.cq.dam.s7imaging.impl.is.ImageServerComponent | Timeout value for how long in seconds the ImageServer will wait for the JCR to respond to a ranged tile request. | INTEGER | 20 | |
Property auth.token.provider.endpoint | auth.token.provider.endpoint | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.endpoint | STRING | gateway-api.omniture.com | |
Property auth.token.provider.keypair.alias | auth.token.provider.keypair.alias | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.keypair.alias | STRING | access-token-key-pair | |
Property auth.token.provider.conn.timeout | auth.token.provider.conn.timeout | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.conn.timeout | INTEGER | 30000 | |
Property auth.token.provider.so.timeout | auth.token.provider.so.timeout | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.so.timeout | INTEGER | 30000 | |
Property auth.token.provider.client.id | auth.token.provider.client.id | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.client.id | STRING | TestClient | |
Property auth.token.provider.scope | auth.token.provider.scope | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.scope | STRING | ||
Property auth.token.provider.reuse.access.token | auth.token.provider.reuse.access.token | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.reuse.access.token | BOOLEAN | true | |
Property auth.token.provider.relaxed.ssl | auth.token.provider.relaxed.ssl | auth.token.provider.name com.adobe.cq.dam.aod.replication.transport_config.token :- auth.token.provider.description | Description for auth.token.provider.relaxed.ssl | BOOLEAN | false | |
maxConnections.name | maxConnections | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | maxConnections.description | STRING | 4 | |
maxRequests.name | maxRequests | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | maxRequests.description | STRING | 50000 | |
requestTimeout.name | requestTimeout | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | requestTimeout.description | STRING | 30000 | |
logDir.name | logDir | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | logDir.description | STRING | ||
Enforce Server URL Configuration | enforceServerUrlConfig | Adaptive Form Json Transformer com.adobe.aemds.guide.service.impl.GuideModelTransformerImpl :- Adaptive Form Json Transformer Service | Enforce the use of server url from externalizer service(com.day.cq.commons.impl.ExternalizerImpl) for making rest calls when doing Adaptive Form Server side validation | BOOLEAN | false | |
Enable Placeholder in place of Fragment | showPlaceholder | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | Show a Placeholder instead of Fragment in authoring mode | BOOLEAN | true | |
Default Mode for Rule Editor | af.ruleeditor.defaultmode | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | Set visual editor or code editor as the default mode for the rule editor. | STRING | 1 | 1 -- Visual Editor 2 -- Code Editor |
Number of Adaptive Forms | maximumCacheEntries | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | Maximum number of entries for Adaptive Forms to cache | INTEGER | 100 | |
WSDL Config Search Paths | af.wsdl.config.search.paths | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | The list of absolute paths in repository which are searched for webservices configurations shown in Expression Builder. | STRING | /apps /libs | |
Adaptive Forms Version for Compatibility | af.scripting.compatversion | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | Adaptive Forms Version for Compatibility | STRING | None | AEM6.1 -- AEM Forms 6.1 None -- None |
Make File Names Unique | makeFileNameUnique | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | Make all file names unique while submission | BOOLEAN | false | |
Prevent Sync of Same Mapped Fields | preventLiveLinkingFields | Adaptive Form Configuration Service com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl :- com.adobe.aemds.guide.service.impl.AdaptiveFormConfigurationServiceImpl.description | All Fields having same xsd schema BindRef or name (in case it's unbound) can have different values during runtime, but will be clobbered in submit xml | BOOLEAN | false | |
Supported Locales | supportedLocales | Guide Localization Service com.adobe.aemds.guide.service.impl.GuideLocalizationServiceImpl :- Service for creating dictionaries and handling locales | List of locales this component is permitted to support. | STRING | en fr de ja pt-br zh-cn zh-tw ko-kr es it | |
Localizable Properties | Localizable Properties | Guide Localization Service com.adobe.aemds.guide.service.impl.GuideLocalizationServiceImpl :- Service for creating dictionaries and handling locales | List of Properties to localize.( Values of these properties will be used to create dictionary that is used for localization.) | STRING | custom | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Forms WSDL Servlet com.adobe.aemfd.wsdl.WSDLInvokerServlet :- Servlet for providing WSDL support in Forms | sling.servlet.resourceTypes.description | STRING | fd/af/components/guideContainer | |
sling.servlet.selectors.name | sling.servlet.selectors | Forms WSDL Servlet com.adobe.aemfd.wsdl.WSDLInvokerServlet :- Servlet for providing WSDL support in Forms | sling.servlet.selectors.description | STRING | af.wsdl | |
sling.servlet.methods.name | sling.servlet.methods | Forms WSDL Servlet com.adobe.aemfd.wsdl.WSDLInvokerServlet :- Servlet for providing WSDL support in Forms | sling.servlet.methods.description | STRING | POST | |
job.topics.name | job.topics | FormReplicationScheduler com.adobe.aem.formsndocuments.scheduler.FormReplicationScheduler :- com.adobe.aem.formsndocuments.scheduler.FormReplicationScheduler.description | job.topics.description | STRING | com/adobe/aem/formsndocuments/scheduler/formreplication | |
sling.servlet.extensions.name | sling.servlet.extensions | BaseFormsManagementServlet com.adobe.aem.formsndocuments.servlet.BaseFMServlet :- BaseFormsManagementServlet | sling.servlet.extensions.description | STRING | json | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | BaseFormsManagementServlet com.adobe.aem.formsndocuments.servlet.BaseFMServlet :- BaseFormsManagementServlet | sling.servlet.resourceTypes.description | STRING | fd/fm/baseManageServlet | |
sling.servlet.methods.name | sling.servlet.methods | BaseFormsManagementServlet com.adobe.aem.formsndocuments.servlet.BaseFMServlet :- BaseFormsManagementServlet | sling.servlet.methods.description | STRING | POST | |
Include Out of the box AF And AD Templates | formsManagerConfig.includeOOTBTemplates | FormsManager Configuration com.adobe.aem.formsndocuments.config.AEMFormsManagerConfiguration :- Configuration for Forms Manager | Select this option to include Out of the box Adaptive Form and Adaptive Document Templates. Defaults to true | BOOLEAN | true | |
Include AEM 6.0 AF Templates | formsManagerConfig.includeDeprecatedTemplates | FormsManager Configuration com.adobe.aem.formsndocuments.config.AEMFormsManagerConfiguration :- Configuration for Forms Manager | Select this option to include Adaptive Form Templates that were present in AEM 6.0 and are now deprecated in AEM ver 6.2. Defaults to false | BOOLEAN | false | |
sling.servlet.extensions.name | sling.servlet.extensions | ReviewManagerServlet com.adobe.aem.formsndocuments.rnc.ReviewManagerServlet :- ReviewManagerServlet | sling.servlet.extensions.description | STRING | json | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | ReviewManagerServlet com.adobe.aem.formsndocuments.rnc.ReviewManagerServlet :- ReviewManagerServlet | sling.servlet.resourceTypes.description | STRING | fd/fm/reviewServlet | |
sling.servlet.methods.name | sling.servlet.methods | ReviewManagerServlet com.adobe.aem.formsndocuments.rnc.ReviewManagerServlet :- ReviewManagerServlet | sling.servlet.methods.description | STRING | GET POST | |
sling.servlet.extensions.name | sling.servlet.extensions | FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServlet | sling.servlet.extensions.description | STRING | jsp | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServlet | sling.servlet.resourceTypes.description | STRING | fd/fp/components/actions/saveGuideDraft fd/fm/xfaforms/render fd/af/components/guideContainer | |
sling.servlet.methods.name | sling.servlet.methods | FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServlet | sling.servlet.methods.description | STRING | GET POST DELETE PUT | |
sling.servlet.selectors.name | sling.servlet.selectors | FormsPortalAttachmentServlet com.adobe.fd.fp.servlets.FormsPortalAttachmentServlet :- FormsPortalAttachmentServlet | sling.servlet.selectors.description | STRING | fp.attach | |
aem.formsportal.impl.prop.name | aem.formsportal.impl.prop | FPSubmittedAFUserDataServiceImpl com.adobe.fd.fp.service.impl.SubmitDataServiceImpl :- com.adobe.fd.fp.service.impl.SubmitDataServiceImpl.description | aem.formsportal.impl.prop.description | STRING | com.adobe.fd.fp.service.impl.SubmitDataServiceImpl | |
aem.formsportal.impl.prop.name | aem.formsportal.impl.prop | FPSubmitMetadataServiceImpl com.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl :- com.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl.description | aem.formsportal.impl.prop.description | STRING | com.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl | |
aem.formsportal.impl.prop.name | aem.formsportal.impl.prop | FormsPortalDraftMetadataImpl com.adobe.fd.fp.service.impl.DraftMetadataServiceImpl :- com.adobe.fd.fp.service.impl.DraftMetadataServiceImpl.description | aem.formsportal.impl.prop.description | STRING | com.adobe.fd.fp.service.impl.DraftMetadataServiceImpl | |
Interval(in hours) | formportal.interval | Forms Portal Clean Up Configuration Service com.adobe.fd.fp.config.FormsPortalSchedulerService :- Settings for the clean up thread | Interval in which clean up thread should trigger | STRING | 12 | |
aem.formsportal.impl.prop.name | aem.formsportal.impl.prop | FPDraftDataServiceImpl com.adobe.fd.fp.service.impl.DraftDataServiceImpl :- com.adobe.fd.fp.service.impl.DraftDataServiceImpl.description | aem.formsportal.impl.prop.description | STRING | com.adobe.fd.fp.service.impl.DraftDataServiceImpl | |
Outboxes to be used for Reverse Replication in Forms Portal | portal.outboxes | Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission Configuration | To configure outboxes for Forms Portal Draft Save and Submit Options | STRING | outbox | |
Forms Portal Draft Data Service | draft.data.service | Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission Configuration | Identifier for draft data service | STRING | com.adobe.fd.fp.service.impl.DraftDataServiceImpl | |
Forms Portal Draft Metadata Service | draft.metadata.service | Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission Configuration | Identifier for draft metadata service | STRING | com.adobe.fd.fp.service.impl.DraftMetadataServiceImpl | |
Forms Portal Submit Data Service | submit.data.service | Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission Configuration | Identifier for submit data service | STRING | com.adobe.fd.fp.service.impl.SubmitDataServiceImpl | |
Forms Portal Submit Metadata Service | submit.metadata.service | Forms Portal Draft and Submission Configuration com.adobe.fd.fp.config.FormsPortalDraftsandSubmissionConfigService :- Forms Portal Draft and Submission Configuration | Identifier for submit metadata service | STRING | com.adobe.fd.fp.service.impl.SubmitMetadataServiceImpl | |
Resource Whitelist | resource.whitelist | Adobe CQ Form Mail Servlet com.day.cq.wcm.foundation.forms.impl.MailServlet :- Accepts posting to a form start component and performs validations | List of paths under which servlet will only accept requests. | STRING | /content /home | |
Resource Blacklist | resource.blacklist | Adobe CQ Form Mail Servlet com.day.cq.wcm.foundation.forms.impl.MailServlet :- Accepts posting to a form start component and performs validations | List of paths under which servlet will reject requests. | STRING | /content/usergenerated | |
Service enabled | forms.formparagraphpostprocessor.enabled | Day CQ WCM Form Paragraph Post Processor com.day.cq.wcm.foundation.forms.impl.FormParagraphPostProcessor :- Post processes form paragraphs and fixes their structure | Enable/disable the PostProcessor | BOOLEAN | true | |
default.attachment.type.blacklist.name | default.attachment.type.blacklist | Adobe CQ Foundation DefaultAttachmentTypeBlacklistService com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService :- com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService.description | default.attachment.type.blacklist.description | 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 .xhtml .xsl | |
baseline.attachment.type.blacklist.name | baseline.attachment.type.blacklist | Adobe CQ Foundation DefaultAttachmentTypeBlacklistService com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService :- com.day.cq.wcm.foundation.security.impl.DefaultAttachmentTypeBlacklistService.description | baseline.attachment.type.blacklist.description | STRING | .php .shtml .svg .swf .xml .xaml | |
Parameter Name Whitelist | name.whitelist | Adobe CQ Form Handling Servlet com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet :- Accepts posting to a form start component and performs validations | List 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 | ||
Allow Expressions | allow.expressions | Adobe CQ Form Handling Servlet com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet :- Accepts posting to a form start component and performs validations | Evaluate expressions on form submissions. | BOOLEAN | true | |
sling.auth.requirements.name | sling.auth.requirements | Adobe Page Impressions Tracker com.day.cq.wcm.foundation.impl.PageImpressionsTracker :- Adobe Page Impressions configuration component. | sling.auth.requirements.description | STRING | ||
Parameter Name Whitelist | 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. | 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. | STRING | jcr:description jcr:title jcr:lastModified jcr:primaryType jcr:mixinTypes sling:resourceType sling:resourceSuperType cq:tags | |
Parameter Name Prefix Whitelist | parameter.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 Whitelist | binary.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 Whitelist | modifier.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 Whitelist | operation.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. | STRING | delete nop | |
Operation Prefix Whitelist | operation.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 Whitelist | typehint.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. | STRING | cq:CalendarEvent nt:unstructured nt:folder nt:file nt:resource sling:Folder sling:OrderedFolder Binary Boolean Date Double Long Name Path String String[] | |
ResourceType Whitelist | resourcetype.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 Widths | adapt.supported.widths | Adobe CQ Adaptive Image Component Servlet com.day.cq.wcm.foundation.impl.AdaptiveImageComponentServlet :- Render adaptive images in a variety of qualities | List of widths this component is permitted to generate. | STRING | 320 480 476 620 | |
Microsoft Translation Factory Name | translationFactory | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The Unique ID associated with this Translation Factory Connector | STRING | microsoft | |
Microsoft Connector default label | defaultConnectorLabel | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The default Translation Label to be used when describing this connector from a UI perspective. | STRING | Microsoft | |
Microsoft Connector default attribution | defaultConnectorAttribution | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The default Translation Attribution to be used when attributing TranslationService calls to this connector. | STRING | Translations by Microsoft | |
Microsoft Connector default Workspace ID | defaultConnectorWorkspaceId | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The default Workspace ID to be used when calling the TranslationService for this connector. | STRING | ||
Microsoft Connector default Client ID | defaultConnectorClientId | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The default Client ID to be used when calling the TranslationService for this connector. | STRING | ||
Microsoft Connector default Client Secret | defaultConnectorClientSecret | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The default Client Secret to be used when calling the TranslationService for this connector. | STRING | ||
Microsoft Connector Language Map | languageMapLocation | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The location of the language mapping nodes for the Microsoft Connector | STRING | /libs/granite/translation/connector/config/msft/languageMapping | |
Microsoft Connector Category Map | categoryMapLocation | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | The location of the category mapping nodes for the Microsoft Connector | STRING | /libs/granite/translation/connector/config/msft/categoryMapping | |
Set Retry Attempts | retryAttempts | Microsoft Translation Connector Factory com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl :- Description for com.adobe.granite.translation.connector.msft.core.impl.MicrosoftTranslationServiceFactoryImpl | Configure the number of API retry attempts. | INTEGER | 2 | |
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.MicrosoftTranslationServiceFactoryImpl | Configure the timeout limit for http API call (millisecond). 0 means no timeout limit | INTEGER | 0 | |
Language List location | com.adobe.granite.translation.helper.languages | Translation Integration Framework Mappings com.adobe.granite.translation.core.impl.TranslationConfigService :- Description for com.adobe.granite.translation.core.impl.TranslationConfigService | The repository path where the list of supported languages is stored. | STRING | /libs/wcm/core/resources/languages | |
Content Category List location | com.adobe.granite.translation.helper.categories | Translation Integration Framework Mappings com.adobe.granite.translation.core.impl.TranslationConfigService :- Description for com.adobe.granite.translation.core.impl.TranslationConfigService | The repository path where the list of supported content categories is stored. | STRING | /libs/granite/translation/resources/categories | |
Translation Integration default connector | defaultConnectorName | Translation Integration Default Config com.adobe.granite.translation.core.impl.TranslationManagerImpl :- Description for com.adobe.granite.translation.core.impl.TranslationManagerImpl | The connector name of the system default implementation. | STRING | ||
Translation Integration default category | defaultCategory | Translation Integration Default Config com.adobe.granite.translation.core.impl.TranslationManagerImpl :- Description for com.adobe.granite.translation.core.impl.TranslationManagerImpl | The system configured default category for the Translation Integration framework. This value should correspond to a node name found within /libs/granite/translation/resources/categories | STRING | general | |
dps.session.service.url.name | dps.session.service.url | Adobe CQ Media DPS Session Service com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl :- Create and Manage DPS Sessions | dps.session.service.url.description | STRING | https://dpsapi2.digitalpublishing.acrobat.com/webservices/sessions | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | STRING | foundation/components/image | |
Enable AEM Publications (deprecated)? | feature.flag.show.status | AEM Publications Feature Flag com.adobe.cq.media.publishing.impl.feature.PublicationsFeatureFlag :- Feature to show AEM Publications (deprecated). | Enable to show AEM Publications in the Rail and in the Project's Experience Tile. | BOOLEAN | false | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.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.description | STRING | foundation/components/image | |
Supported Widths | adapt.supported.widths | Media Scaling Image Component Servlet com.adobe.cq.media.publishing.impl.servlets.ScalingImageComponentServlet :- Render images in a variety of qualities | List of widths this component is permitted to generate. | STRING | 320 480 640 960 1136 768 1024 1536 2048 | |
Supported Qualities | image.supported.qualities | Media Scaling Image Component Servlet com.adobe.cq.media.publishing.impl.servlets.ScalingImageComponentServlet :- Render images in a variety of qualities | List of qualities this component supports. | STRING | low=0.4 medium=0.6 high=0.82 full=1.0 | |
priority.name | priority | AEM Communities SocialActivityComponentFactory com.adobe.cq.social.activitystreams.client.impl.SocialActivityComponentFactoryImpl :- com.adobe.cq.social.activitystreams.client.impl.SocialActivityComponentFactoryImpl.description | priority.description | INTEGER | 0 | |
priority.name | priority | AEM Communities SocialActivityStreamComponentFactory com.adobe.cq.social.activitystreams.client.impl.SocialActivityStreamComponentFactory :- com.adobe.cq.social.activitystreams.client.impl.SocialActivityStreamComponentFactory.description | priority.description | INTEGER | 0 | |
eventlistener.topic.label | event.topics | eventlistener.name com.adobe.cq.social.activitystreams.listener.impl.EventListenerHandler :- eventlistener.description | eventlistener.topic.description | STRING | com/adobe/cq/social/* | |
Event Filter | event.filter | eventlistener.name com.adobe.cq.social.activitystreams.listener.impl.EventListenerHandler :- eventlistener.description | Event filter used to filtering activity generated from SocialActivityManager | STRING | (!(component=com.adobe.cq.social.activitystreams.api.SocialActivityManager)) | |
accepted | accepted | 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.description | accepted.description | BOOLEAN | false | |
ranked | ranked | 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.description | ranked.description | INTEGER | 100 | |
Activity Stream Path | streamPath | AEM 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' node | STRING | ||
Stream Name | streamName | AEM Communities Resource ActivityStreamProvider Factory com.adobe.cq.social.activitystreams.listener.impl.ResourceActivityStreamProviderFactory :- Provides Activity Stream at a specific resource location. | The name of the stream | STRING | community | |
zookeeper timeout | solr.zk.timeout | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | the timeout to talk to the zookeeper ensemble in ms | STRING | 100 | |
commit interval | solr.commit | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | an override to the solr autocommit interval. | STRING | 0 | |
use cache for reads | cache.on | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | uncheck to turn cache off for reads | BOOLEAN | true | |
cache concurrency level | concurrency.level | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | set the concurrency level of the cache | LONG | 4 | |
cache start size | cache.start.size | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | initial cache size of the cache | LONG | 100 | |
expiration time for cache items | cache.ttl | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | 1000 equals 1 second | LONG | 5000 | |
number of entries for cache | cache.size | AEM Communities Local Cloud Storage Resource Provider com.adobe.cq.social.datastore.op.impl.SocialMongoDBResourceProviderFactory :- A resource provider for AEM Communities Local Cloud Storage | max number of cache entries to store | LONG | 2500 | |
version.id | version.id | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | version.id.description | STRING | v1 | |
use cache for reads | cache.on | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | uncheck to turn cache off for reads | BOOLEAN | true | |
cache concurrency level | concurrency.level | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | set the concurrency level of the cache | LONG | 4 | |
cache start size | cache.start.size | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | initial cache size of the cache | LONG | 100 | |
expiration time for cache items | cache.ttl | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | 1000 equals 1 second | LONG | 5000 | |
number of entries for cache | cache.size | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | max number of cache entries to store | LONG | 2500 | |
warning message time limit | time.limit | AEM Communities Cloud Storage Resource Provider com.adobe.cq.social.datastore.as.impl.UGCCResourceProviderFactory :- A resource provider for AEM Communities Cloud Storage | log a warning message if response from cloud storage server is greater than this milliseconds | INTEGER | 1000 | |
MaxRetry.name | MaxRetry | AEM Communities CalendarOperationProvider com.adobe.cq.social.calendar.client.endpoints.impl.CalendarOperationsImpl :- This component serves the POST calendar events request | MaxRetry.description | INTEGER | 100 | |
fieldWhitelist.name | fieldWhitelist | AEM Communities CalendarOperationProvider com.adobe.cq.social.calendar.client.endpoints.impl.CalendarOperationsImpl :- This component serves the POST calendar events request | fieldWhitelist.description | STRING | cq:tags tags composedFor | |
attachmentTypeBlacklist.name | attachmentTypeBlacklist | AEM Communities CalendarOperationProvider com.adobe.cq.social.calendar.client.endpoints.impl.CalendarOperationsImpl :- This component serves the POST calendar events request | attachmentTypeBlacklist.description | STRING | DEFAULT | |
Expiry time | timezones.expirytime | AEM Communities TimeZone Servlet com.adobe.cq.social.calendar.servlets.TimeZoneServlet :- Servlet that provides JSON formatted olson timezone data | Expiry time for timezone responses in minutes (defaults to 1 week) | INTEGER | 10080 | |
attachmentTypeBlacklist.name | attachmentTypeBlacklist | AEM Communities Calendar Event Attachment Operation Extension com.adobe.cq.social.calendar.client.operationextensions.EventAttachment :- This Service is used to Handle Calendar Event Attachments | attachmentTypeBlacklist.description | STRING | DEFAULT | |
extension.order.name | extension.order | AEM Communities Calendar Event Attachment Operation Extension com.adobe.cq.social.calendar.client.operationextensions.EventAttachment :- This Service is used to Handle Calendar Event Attachments | extension.order.description | INTEGER | 2147483647 | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - Android com.adobe.cq.social.commons.emailreply.impl.AndroidEmailClientProvider :- This is used to remove Android style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 5 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - Android com.adobe.cq.social.commons.emailreply.impl.AndroidEmailClientProvider :- This is used to remove Android style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | %NEWLINE%"?%EMAIL%"?(%EMAIL%)?%SPACE%wrote: --------%SPACE%Original%SPACE%Message%SPACE%--------%NEWLINE%From?%EMAIL% | |
Email "From" address | email.from | EmailReplyConfigurationImpl com.adobe.cq.social.commons.emailreply.impl.EmailReplyConfigurationImpl :- Listens for configuration changes related to an email reply services. | Address that notification email would be delivered from | STRING | [email protected] | |
Reply-to Delimiter | email.replyToDelimiter | EmailReplyConfigurationImpl com.adobe.cq.social.commons.emailreply.impl.EmailReplyConfigurationImpl :- Listens for configuration changes related to an email reply services. | If tracker id is added to Reply-to header, this delimiter will be used | STRING | + | |
Tracker Id prefix in subject | email.trackerIdPrefixInSubject | EmailReplyConfigurationImpl com.adobe.cq.social.commons.emailreply.impl.EmailReplyConfigurationImpl :- Listens for configuration changes related to an email reply services. | If tracker id is added to subject line, this prefix will be used | STRING | post# | |
Email as HTML | email.asHTML | EmailReplyConfigurationImpl com.adobe.cq.social.commons.emailreply.impl.EmailReplyConfigurationImpl :- Listens for configuration changes related to an email reply services. | If enabled, Content-Type of email will be set as "text/html;charset=utf-8" | BOOLEAN | true | |
Default user name | defaultUserName | EmailReplyConfigurationImpl com.adobe.cq.social.commons.emailreply.impl.EmailReplyConfigurationImpl :- Listens for configuration changes related to an email reply services. | This name will be used for no name users | STRING | [email protected] | |
Templates root path | email.templates.rootPath | EmailReplyConfigurationImpl com.adobe.cq.social.commons.emailreply.impl.EmailReplyConfigurationImpl :- Listens for configuration changes related to an email reply services. | The email is built using template stored at this root path. | STRING | /etc/community/templates/email | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - iOS com.adobe.cq.social.commons.emailreply.impl.IOSEmailClientProvider :- This is used to remove iOS style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 6 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - iOS com.adobe.cq.social.commons.emailreply.impl.IOSEmailClientProvider :- This is used to remove iOS style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | >%SPACE%%DATE_TIME%.*%EMAIL%.*wrote: | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - Yahoo com.adobe.cq.social.commons.emailreply.impl.YahooEmailClientProvider :- This is used to remove Yahoo style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 4 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - Yahoo com.adobe.cq.social.commons.emailreply.impl.YahooEmailClientProvider :- This is used to remove Yahoo style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | On.*%EMAIL%.*wrote:%NEWLINE% | |
Create post from reply email | email.createPostFromReply | CommentEmailBuilderImpl com.adobe.cq.social.commons.emailreply.impl.CommentEmailBuilderImpl :- This service generates email notifications from social components and sends to subscribed users. | If enabled, tracked id is added to the subject or reply-to header of notification email. | BOOLEAN | false | |
Add tracked id to header | email.addCommentIdTo | CommentEmailBuilderImpl com.adobe.cq.social.commons.emailreply.impl.CommentEmailBuilderImpl :- This service generates email notifications from social components and sends to subscribed users. | If "Create post from reply email" is enabled, tracked id will be added to either subject line or reply-to header. | STRING | subject | replyTo -- Reply-To subject -- Subject |
Maximum length of Subject | email.subjectMaximumLength | CommentEmailBuilderImpl com.adobe.cq.social.commons.emailreply.impl.CommentEmailBuilderImpl :- This service generates email notifications from social components and sends to subscribed users. | If tracker id is added to subject line, this is the maximum length of subject excluding tracked id after which it will be trimmed. Note that this be as minimum as possible to avoid tracked id information from being lost. | INTEGER | 200 | |
cors.enabling.name | cors.enabling | AEM Communities Authentication Filter com.adobe.cq.social.commons.cors.CORSAuthenticationFilter :- com.adobe.cq.social.commons.cors.CORSAuthenticationFilter.description | cors.enabling.description | BOOLEAN | false | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - Gmail com.adobe.cq.social.commons.emailreply.impl.GmailEmailClientProvider :- This is used to remove Gmail style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 3 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - Gmail com.adobe.cq.social.commons.emailreply.impl.GmailEmailClientProvider :- This is used to remove Gmail style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | (On%SPACE%+%DATE_TIME%.*wrote:) | |
numUserLimit.name | numUserLimit | AEM Communities Search Comment List Provider com.adobe.cq.social.commons.comments.listing.impl.SearchCommentSocialComponentListProvider :- This component represents comment component | numUserLimit.description | INTEGER | 10 | |
Form Field Whitelist | fieldWhitelist | AEM Communities CommentOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.CommentOperationService :- This component serves the POST comments | List of form field names allowed to be stored with the comment in addition to the minimal form fields required by comments. | STRING | cq:tags tags composedFor | |
Restricted mime types for Attachments | attachmentTypeBlacklist | AEM Communities CommentOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.CommentOperationService :- This component serves the POST comments | Black list of attachment mime types that are unsafe. | STRING | DEFAULT | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - Outlook com.adobe.cq.social.commons.emailreply.impl.OutLookEmailClientProvider :- This is used to remove Outlook style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 7 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - Outlook com.adobe.cq.social.commons.emailreply.impl.OutLookEmailClientProvider :- This is used to remove Outlook style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | ---+Original%SPACE%+Message---+%NEWLINE% From:%SPACE%*.*mailto: From:(.*%NEWLINE%)+Sent: | |
numberOfMinutes.name | numberOfMinutes | SearchScheduledPosts com.adobe.cq.social.commons.comments.scheduler.impl.SearchScheduledPosts :- Community Searching Scheduled Posts Service | numberOfMinutes.description | LONG | 30 | |
maxSearchLimit.name | maxSearchLimit | SearchScheduledPosts com.adobe.cq.social.commons.comments.scheduler.impl.SearchScheduledPosts :- Community Searching Scheduled Posts Service | maxSearchLimit.description | INTEGER | 200 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - Unknown com.adobe.cq.social.commons.emailreply.impl.UnknownEmailClientProvider :- This is used to return the original reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | ||
Priority Rank | priorityOrder | AEM Communities Email Client Provider - Unknown com.adobe.cq.social.commons.emailreply.impl.UnknownEmailClientProvider :- This is used to return the original reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 2147483647 | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - MacMail com.adobe.cq.social.commons.emailreply.impl.MacmailEmailClientProvider :- This is used to remove MacMail style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 2 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - MacMail com.adobe.cq.social.commons.emailreply.impl.MacmailEmailClientProvider :- This is used to remove MacMail style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | >%SPACE%On.*%EMAIL%.*wrote:%NEWLINE% | |
Priority Rank | priorityOrder | AEM Communities Email Client Provider - Custom com.adobe.cq.social.commons.emailreply.impl.CustomEmailClientProvider :- This is used to remove customized style quoted text from reply email. | If this email client provider is unable to parse the reply emails, the ones with priority rank integral value more than this will be picked up. | INTEGER | 1 | |
Quoted Text Patterns | replyEmailPatterns | AEM Communities Email Client Provider - Custom com.adobe.cq.social.commons.emailreply.impl.CustomEmailClientProvider :- This is used to remove customized style quoted text from reply email. | These patterns are used sequentially to identify beginning of quoted text in reply emails. Some commonly used sub-patterns can be replaced by their short notations defined in "AEM Communities Email Quoted Text Patterns" | STRING | ||
%TIME% | pattern.time | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | (?:[0-2])?[0-9]:[0-5][0-9](?::[0-5][0-9])?(?:(?:%SPACE%)?[AP]M)? | ||
%DAY% | pattern.newline | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | (?:(?:Mon(?:day)?)|(?:Tue(?:sday)?)|(?:Wed(?:nesday)?)|(?:Thu(?:rsday)?)|(?:Fri(?:day)?)|(?:Sat(?:urday)?)|(?:Sun(?:day)?)) | ||
%DAY_OF_MONTH% | pattern.dayOfMonth | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | [0-3]?[0-9]%DATE_SPACE%*(?:(?:th)|(?:st)|(?:nd)|(?:rd))? | ||
%MONTH% | pattern.month | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | (?:(?:Jan(?:uary)?)|(?:Feb(?:uary)?)|(?:Mar(?:ch)?)|(?:Apr(?:il)?)|(?:May)|(?:Jun(?:e)?)|(?:Jul(?:y)?)|(?:Aug(?:ust)?)|(?:Sep(?:tember)?)|(?:Oct(?:ober)?)|(?:Nov(?:ember)?)|(?:Dec(?:ember)?)|(?:[0-1]?[0-9])) | ||
%YEAR% | pattern.year | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | (?:[1-2]?[0-9])[0-9][0-9] | ||
%DATE% | pattern.date | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | (?:%DAY%%DATE_SPACE%+)?(?:(?:%DAY_OF_MONTH%%DATE_SPACE%+%MONTH%)|(?:%MONTH%%DATE_SPACE%+%DAY_OF_MONTH%))%DATE_SPACE%+%YEAR% | ||
%DATE_TIME% | pattern.dateTime | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | (?:%DATE%[%DATE_SPACE%]*(?:(?:at)|(?:@))?%SPACE%*%TIME%)|(?:%TIME%[%DATE_SPACE%]*(?:on)?%SPACE%*%DATE%) | ||
%EMAIL% | pattern.email | AEM Communities Email Quoted Text Patterns com.adobe.cq.social.commons.emailreply.impl.EmailQuotedTextPatternsImpl :- Defines most commonly used patterns, required to build some complex email quoted text patterns. Some basic patterns which cannot be configured are %NEWLINE% = "(\n|\r\n)", %SPACE% = "(\\s)", %DATE_SPACE% = "[\\s,/\\.\\-]" | STRING | %SPACE%*[^%SPACE%]+@[^%SPACE%]+%SPACE%* | ||
Imported email root path | email.import.path | CommentEmailEventListener com.adobe.cq.social.commons.emailreply.impl.CommentEmailEventListener :- Listener for specified social component post creation by inbound email. | Location of imported email in JCR repository. | STRING | /content/usergenerated/mailFolder/postEmails | |
Post original on failure | postOriginalReplyOnFailure | CommentEmailEventListener com.adobe.cq.social.commons.emailreply.impl.CommentEmailEventListener :- Listener for specified social component post creation by inbound email. | If enabled, the original reply email content will be posted when none of the available client providers could parse it. | BOOLEAN | false | |
Form Field Whitelist | fieldWhitelist | AEM Communities TranslationOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.TranslationOperationService :- This component serves TRANSLATION for comments | List of form field names allowed to be stored with the comment in addition to the minimal form fields required by comments. | STRING | cq:tags tags composedFor | |
Restricted mime types for Attachments | attachmentTypeBlacklist | AEM Communities TranslationOperationProvider com.adobe.cq.social.commons.comments.endpoints.impl.TranslationOperationService :- This component serves TRANSLATION for comments | Black list of attachment mime types that are unsafe. | STRING | DEFAULT | |
ranking.name | ranking | AEM Communities Comment Delete Event Suppresor com.adobe.cq.social.commons.comments.endpoints.impl.CommentDeleteEventActivitySuppressor :- This component suppressors comment deletes from showing up in activity streams | ranking.description | INTEGER | 10 | |
Frequency to the job that deletes UGC temp images | numberOfDays | Delete UGC temp images com.adobe.cq.social.commons.maintainance.impl.DeleteTempUGCImageUploads :- Delete temporary files that were not uploaded but not associated with the comment | Frequency to the job that deletes UGC temp images | LONG | 86400 | |
Allowed Time for the temp image | ageOfFile | Delete UGC temp images com.adobe.cq.social.commons.maintainance.impl.DeleteTempUGCImageUploads :- Delete temporary files that were not uploaded but not associated with the comment | Time before the UGC tmp image are deleted | LONG | 86400 | |
oauth.provider.id.name | oauth.provider.id | AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Provider | oauth.provider.id.description | STRING | soco-twitter | |
oauth.cloud.config.root.name | oauth.cloud.config.root | AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Provider | oauth.cloud.config.root.description | STRING | /etc/cloudservices/twitterconnect | |
provider.config.root.name | provider.config.root | AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Provider | provider.config.root.description | STRING | /apps/social/twitterprovider/config | |
Path to store Twitter users | provider.config.user.folder | AEM Communities Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- AEM Communities Twitter OAuth Provider | Path where Social-OAuth Users are stored | STRING | community | twitter -- /home/users/twitter community -- /home/users/community |
OAuth Provider ID | oauth.provider.id | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | oauth.provider.id.description | STRING | soco-facebook | |
Cloud Service Configuration Root Path | oauth.cloud.config.root | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | oauth.cloud.config.root.description | STRING | /etc/cloudservices/facebookconnect | |
OAuth Provider Service Configuration Root Path | provider.config.root | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | provider.config.root.description | STRING | /apps/social/facebookprovider/config | |
Enable Tags | provider.config.create.tags.enabled | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | provider.config.create.tags.enabled.description | BOOLEAN | true | |
Path to store Facebook users | provider.config.user.folder | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | Path where Social-OAuth Users are stored | STRING | community | facebook -- /home/users/facebook community -- /home/users/community |
Enable fetching specific field names from Facebook Graph API | provider.config.facebook.fetch.fields | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | Enable API Facebook Graph API calls to include specific field names. | BOOLEAN | true | |
If enabled, request these fields when calling the Facebook Graph API | provider.config.facebook.fields | AEM Communities Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- AEM Communities Facebook OAuth Provider | Facebook's new APIs may require fields to be specifically requested (e.g.: first_name) Please refer to Facebook's Graph API Developer Reference for further details. | STRING | id name first_name last_name link locale picture timezone updated_time verified | |
enable | enable | AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instance | Enable/Disable this service | BOOLEAN | false | |
Replication Agent Config | agent.configuration | AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instance | The location of a replication agent's configuration containing the Publish login info | STRING | /etc/replication/agents.author/publish | |
context path | context.path | AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instance | The HTTP context path at the publish instance(s) if not the default "/" | STRING | ||
Disabled cipher suites | disabled.cipher.suites | AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instance | List of cipher suites that should be explicitly disabled. Default is none. | STRING | ||
Enabled cipher suites | enabled.cipher.suites | AEM Communities Publish Tunnel Service com.adobe.cq.social.user.impl.transport.HttpToPublisher :- Service for performing Publish operations from an Author instance | List of cipher suites that should be explicitly enabled. Default is none. | STRING | ||
fieldWhitelist.name | fieldWhitelist | AEM Communities UserProfileOperationService com.adobe.cq.social.user.endpoints.impl.UserProfileOperationService :- This component provides social user profile operations | fieldWhitelist.description | STRING | gender aboutMe region streetAddress city familyName country birthday givenName displayName postalCode language jobTitle url memberSince friends smartRendering | |
Analytics instrumented components | cq.social.console.analytics.components | AEM Communities Analytics Component Configuration com.adobe.cq.social.site.impl.AnalyticsComponentConfigurationServiceImpl :- Configure which SCF components get Analytics mappings when Analytics is enabled for a site. | A list of components that have been instrumented for Analytics | STRING | social/enablement/components/hbs/resource/resourceplayer social/forum/components/hbs/forum social/forum/components/hbs/topic social/qna/components/hbs/qnaforum social/qna/components/hbs/topic social/journal/components/hbs/journal social/journal/components/hbs/entry_topic social/commons/components/hbs/comments social/commons/components/hbs/comments/comment social/forum/components/hbs/post social/journal/components/hbs/comment social/qna/components/hbs/post social/calendar/components/hbs/calendar social/calendar/components/hbs/event social/filelibrary/components/hbs/filelibrary social/filelibrary/components/hbs/folder social/filelibrary/components/hbs/document | |
fieldWhitelist.name | fieldWhitelist | AEM Communities SiteOperationProvider com.adobe.cq.social.site.endpoints.impl.SiteOperationService :- This component provides Communities operations | fieldWhitelist.description | STRING | ||
componentsUsingTags.name | componentsUsingTags | AEM Communities Site Configuration com.adobe.cq.social.site.impl.SiteConfiguratorImpl :- Community Site Configuration to modify components list that will accept configuration from the site wizard | componentsUsingTags.description | STRING | social/forum/components/hbs/forum social/filelibrary/components/hbs/filelibrary social/qna/components/hbs/qnaforum social/journal/components/hbs/journal | |
Property soco.dns.ultra.restendpoint | soco.dns.ultra.restendpoint | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.ultra.restendpoint | STRING | ||
Property soco.dns.ultra.rootdomain | soco.dns.ultra.rootdomain | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.ultra.rootdomain | STRING | ||
Property soco.dns.ultra.username | soco.dns.ultra.username | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.ultra.username | STRING | ||
Property soco.dns.ultra.password | soco.dns.ultra.password | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.ultra.password | STRING | ||
Property soco.dns.ultra.suffix | soco.dns.ultra.suffix | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.ultra.suffix | STRING | ||
Property soco.dns.applicationkey | soco.dns.applicationkey | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.applicationkey | STRING | ||
Property soco.dns.pointsto | soco.dns.pointsto | AEM Communities UltraDNSManager com.adobe.cq.social.dns.impl.UltraDNSManager :- Description for com.adobe.cq.social.dns.impl.UltraDNSManager | Description for soco.dns.pointsto | STRING | ||
Enable Email Notification | enable.email | AEM Communities Enablement Notification Service com.adobe.cq.social.enablement.notifications.impl.EnablementNotificationService :- This service is responsible for sending notifications related to Enablement | Enable/DisableEmail notifications | BOOLEAN | true | |
Enable Enrollment Notification | enable.enrollment | AEM Communities Enablement Notification Service com.adobe.cq.social.enablement.notifications.impl.EnablementNotificationService :- This service is responsible for sending notifications related to Enablement | Enable/DisableEnrollment notifications | BOOLEAN | true | |
Enable Unenrollment Notification | enable.unenrollment | AEM Communities Enablement Notification Service com.adobe.cq.social.enablement.notifications.impl.EnablementNotificationService :- This service is responsible for sending notifications related to Enablement | Enable/DisableUnenrollment notifications | BOOLEAN | true | |
Email Notification Tempelate | email.template | AEM Communities Enablement Notification Service com.adobe.cq.social.enablement.notifications.impl.EnablementNotificationService :- This service is responsible for sending notifications related to Enablement | Path to tempelate used for email notifications. You can use resource name, resource url and reesource contact name as parametrers in the template | STRING | /etc/social/notification/emailtemplates/enrollment/emailtemplate.txt | |
Property event.topics | event.topics | AEM Communities Enablement Resource Listener com.adobe.cq.social.enablement.reporting.management.listeners.impl.ResourceListener :- Resource Listener observes the JCR for Resources to add or remove from the Reporting DB | Description for event.topics | STRING | org/apache/sling/api/resource/Resource/ADDED org/apache/sling/api/resource/Resource/CHANGED org/apache/sling/api/resource/Resource/REMOVED | |
Property event.filter | event.filter | AEM Communities Enablement Resource Listener com.adobe.cq.social.enablement.reporting.management.listeners.impl.ResourceListener :- Resource Listener observes the JCR for Resources to add or remove from the Reporting DB | Description for event.filter | STRING | (path=/content/*) | |
Property event.topics | event.topics | AEM Communities Enablement Authorizable Listener com.adobe.cq.social.enablement.reporting.management.listeners.impl.AuthorizableListener :- Authorizable Listener observes the JCR for Users and Groups to add or remove from the Reporting DB | Description for event.topics | STRING | org/apache/sling/api/resource/Resource/ADDED org/apache/sling/api/resource/Resource/CHANGED org/apache/sling/api/resource/Resource/REMOVED | |
Property event.filter | event.filter | AEM Communities Enablement Authorizable Listener com.adobe.cq.social.enablement.reporting.management.listeners.impl.AuthorizableListener :- Authorizable Listener observes the JCR for Users and Groups to add or remove from the Reporting DB | Description for event.filter | STRING | (path=/home/*) | |
Property event.topics | event.topics | AEM Communities Enablement Nugget Replication Listener com.adobe.cq.social.enablement.eventhandlers.impl.EnablementNuggetReplicationEventHandler :- Description for com.adobe.cq.social.enablement.eventhandlers.impl.EnablementNuggetReplicationEventHandler | Description for event.topics | STRING | org/apache/sling/api/resource/Resource/ADDED | |
Property event.filter | event.filter | AEM Communities Enablement Nugget Replication Listener com.adobe.cq.social.enablement.eventhandlers.impl.EnablementNuggetReplicationEventHandler :- Description for com.adobe.cq.social.enablement.eventhandlers.impl.EnablementNuggetReplicationEventHandler | Description for event.filter | STRING | (&(path=/var/social/enablement/publish/*)(!(event.application=*))) | |
Property job.topics | job.topics | AEM Communities Enablement Nugget Replication Listener com.adobe.cq.social.enablement.eventhandlers.impl.EnablementNuggetReplicationEventHandler :- Description for com.adobe.cq.social.enablement.eventhandlers.impl.EnablementNuggetReplicationEventHandler | Description for job.topics | STRING | ENABLEMENT-NUGGET-ADDED | |
Property fieldWhitelist | fieldWhitelist | AEM Communities EnablementResourceOperationProvider com.adobe.cq.social.enablement.endpoints.impl.EnablementResourceOperationService :- This component serves the Enablement resource operations | Description for fieldWhitelist | STRING | ||
sling.servlet.selectors.name | sling.servlet.selectors | AEM Social Communities FilelibraryDownloadGetServlet com.adobe.cq.social.filelibrary.client.endpoints.FilelibraryDownloadGetServlet :- This servlet serves the GET request for social components | sling.servlet.selectors.description | STRING | download | |
sling.servlet.extensions.name | sling.servlet.extensions | AEM Social Communities FilelibraryDownloadGetServlet com.adobe.cq.social.filelibrary.client.endpoints.FilelibraryDownloadGetServlet :- This servlet serves the GET request for social components | sling.servlet.extensions.description | STRING | json | |
fieldWhitelist.name | fieldWhitelist | AEM Communities FileLibraryOperationProvider com.adobe.cq.social.filelibrary.client.endpoints.impl.FileLibraryOperationsService :- This component serves the POST FileLibrary | fieldWhitelist.description | STRING | cq:tags tags composedFor | |
Restricted mime types for Attachments | attachmentTypeBlacklist | AEM Communities FileLibraryOperationProvider com.adobe.cq.social.filelibrary.client.endpoints.impl.FileLibraryOperationsService :- This component serves the POST FileLibrary | Black list of attachment mime types that are unsafe. | STRING | DEFAULT | |
extension.order.name | extension.order | Forum Dispatcher Flush Operation Extension com.adobe.cq.social.forum.dispatcher.impl.FlushOperations :- This operation extension uses the flush service to invalidate the dispatcher | extension.order.description | INTEGER | 2147483647 | |
flush.forumontopic.name | flush.forumontopic | Forum Dispatcher Flush Operation Extension com.adobe.cq.social.forum.dispatcher.impl.FlushOperations :- This operation extension uses the flush service to invalidate the dispatcher | flush.forumontopic.description | BOOLEAN | true | |
fieldWhitelist.name | fieldWhitelist | AEM Communities ForumOperationProvider com.adobe.cq.social.forum.client.endpoints.impl.ForumOperationsService :- This component serves the POST forums | fieldWhitelist.description | STRING | cq:tags tags composedFor | |
Restricted mime types for Attachments | attachmentTypeBlacklist | AEM Communities ForumOperationProvider com.adobe.cq.social.forum.client.endpoints.impl.ForumOperationsService :- This component serves the POST forums | Black list of attachment mime types that are unsafe. | STRING | DEFAULT | |
maxWaitTime.name | maxWaitTime | AEM Communities GroupService com.adobe.cq.social.group.impl.GroupServiceImpl :- to create a copy of social group | maxWaitTime.description | INTEGER | 2000 | |
minWaitBetweenRetries.name | minWaitBetweenRetries | AEM Communities GroupService com.adobe.cq.social.group.impl.GroupServiceImpl :- to create a copy of social group | minWaitBetweenRetries.description | INTEGER | 100 | |
fieldWhitelist.name | fieldWhitelist | AEM Communities JournalOperationProvider com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService :- This component serves the journals | fieldWhitelist.description | STRING | cq:tags tags composedFor | |
Restricted mime types for Attachments | attachmentTypeBlacklist | AEM Communities JournalOperationProvider com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService :- This component serves the journals | Black list of attachment mime types that are unsafe. | STRING | DEFAULT | |
fieldWhitelist.name | fieldWhitelist | MemberGroupOperationProvider com.adobe.cq.social.members.endpoints.impl.CommunityMemberGroupProfileOperationService :- This component serves the POST Members Group | fieldWhitelist.description | STRING | aboutMe givenName | |
fieldWhitelist.name | fieldWhitelist | AEM Communities MemberUserProfileOperationService com.adobe.cq.social.members.endpoints.impl.CommunityMemberUserProfileOperationService :- This component provides social member user profile operations | fieldWhitelist.description | STRING | gender aboutMe region streetAddress city familyName country birthday givenName displayName postalCode language jobTitle url memberSince friends smartRendering | |
Message Fields Whitelist | message.properties | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | Message Fields Whitelist | STRING | ||
message box size limit | messageBoxSizeLimit | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | size limit per user in bytes, -1 for unlimited size | LONG | 1073741824 | |
message count limit | messageCountLimit | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | total message count limit per user, -1 for unlimited count | LONG | 10000 | |
notify delivery failure | notifyFailure | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | notify sender if message delivery fails to some recipients | BOOLEAN | true | |
failure delivery sender id | failureMessageFrom | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | id/name in from field of failure delivery message | STRING | failureNotifier | |
failure message template path | failureTemplatePath | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | absolute path to the failure message template root | STRING | /etc/notification/messaging/default | |
maxRetries.name | maxRetries | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | maxRetries.description | INTEGER | 3 | |
minWaitBetweenRetries.name | minWaitBetweenRetries | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | minWaitBetweenRetries.description | INTEGER | 100 | |
count update pool size | countUpdatePoolSize | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | number of concurrent threads for count update | INTEGER | 10 | |
batchSize.name | batchSize | AEM Communities Messaging Service com.adobe.cq.social.messaging.impl.MessagingServiceImpl :- Service exposed for sending messages | batchSize.description | INTEGER | 100 | |
priority.name | priority | MessagingUserComponentFactory.name MessagingUserComponentFactory :- MessagingUserComponentFactory.description | priority.description | INTEGER | 0 | |
inbox.path.name | inbox.path | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | inbox.path.description | STRING | /mail/inbox | |
sentitems.path.name | sentitems.path | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | sentitems.path.description | STRING | /mail/sentitems | |
supportAttachments.name | supportAttachments | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | supportAttachments.description | BOOLEAN | true | |
maxTotalAttachmentSize.name | maxTotalAttachmentSize | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | maxTotalAttachmentSize.description | LONG | 104857600 | |
attachmentTypeBlacklist.name | attachmentTypeBlacklist | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | attachmentTypeBlacklist.description | STRING | DEFAULT | |
allowedAttachmentTypes.name | allowedAttachmentTypes | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | allowedAttachmentTypes.description | STRING | ||
serviceSelector.name | serviceSelector | AEM Communities Messaging Operations Service com.adobe.cq.social.messaging.client.endpoints.impl.MessagingOperationsServiceImpl :- This component serves the POST messages request | serviceSelector.description | STRING | /bin/messaging | |
priority.name | priority | AEM Communities Moderation Dashboard com.adobe.cq.social.moderation.dashboard.api.ModerationDashboardSocialComponentFactory :- This component provides a dashboard for moderators to use. | priority.description | INTEGER | 0 | |
priority.name | priority | 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.description | INTEGER | 0 | |
ResourceType Filters | resourceType.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.name | priority | AEM Communities Moderation Dashboard Filters com.adobe.cq.social.moderation.dashboard.api.FilterGroupSocialComponentFactory :- This component holds a group of search filters. | priority.description | INTEGER | 0 | |
notificationsrouter.topic.label | event.topics | notificationsrouter.name com.adobe.cq.social.notifications.impl.NotificationsRouter :- notificationsrouter.description | notificationsrouter.topic.description | STRING | com/adobe/cq/social/notifications/* | |
Event Filter | event.filter | notificationsrouter.name com.adobe.cq.social.notifications.impl.NotificationsRouter :- notificationsrouter.description | Event filter used to filtering activity generated from SocialActivityManager | STRING | (!(component=com.adobe.cq.social.activitystreams.api.SocialActivityManager)) | |
fieldWhitelist.name | fieldWhitelist | AEM Communities QnaForumOperationProvider com.adobe.cq.social.qna.client.endpoints.impl.QnaForumOperationsService :- This component serves the POST forums | fieldWhitelist.description | STRING | cq:tags tags composedFor | |
attachmentTypeBlacklist.name | attachmentTypeBlacklist | AEM Communities QnaForumOperationProvider com.adobe.cq.social.qna.client.endpoints.impl.QnaForumOperationsService :- This component serves the POST forums | attachmentTypeBlacklist.description | STRING | DEFAULT | |
Fetch delay | report.fetch.delay | AEM Communities Analytics Report Management com.adobe.cq.social.reporting.analytics.services.impl.AnalyticsReportManagementServiceImpl :- Description for com.adobe.cq.social.reporting.analytics.services.impl.AnalyticsReportManagementServiceImpl | Number in seconds between attempts to fetch a queued report. Default is set to 1. | LONG | 1 | |
Import interval | cq.social.reporting.analytics.polling.importer.interval | AEM Communities Analytics Report Importer com.adobe.cq.social.reporting.analytics.services.impl.AnalyticsReportImporterServiceImpl :- Imports Analytics Reports periodically into AEM Communities SRP | Import interval in hours. Default is set to 12h. | LONG | 12 | |
Page size | cq.social.reporting.analytics.polling.importer.pageSize | AEM Communities Analytics Report Importer com.adobe.cq.social.reporting.analytics.services.impl.AnalyticsReportImporterServiceImpl :- Imports Analytics Reports periodically into AEM Communities SRP | Maximum number of items to fetch in a single call to Analytics (50,000 maximum) | LONG | 50000 | |
fieldWhitelist.name | fieldWhitelist | AEM Communities ReviewOperationProvider com.adobe.cq.social.review.client.endpoints.impl.ReviewOperationsService :- This component serves the POST reviews | fieldWhitelist.description | STRING | cq:tags tags composedFor | |
attachmentTypeBlacklist.name | attachmentTypeBlacklist | AEM Communities ReviewOperationProvider com.adobe.cq.social.review.client.endpoints.impl.ReviewOperationsService :- This component serves the POST reviews | attachmentTypeBlacklist.description | STRING | DEFAULT | |
sling.servlet.selectors.name | sling.servlet.selectors | AEM Communities DefaultSocialGetServlet com.adobe.cq.social.scf.endpoints.impl.DefaultSocialGetServlet :- This servlet serves the GET request for social components | sling.servlet.selectors.description | STRING | social social.query index social.translate | |
sling.servlet.extensions.name | sling.servlet.extensions | AEM Communities DefaultSocialGetServlet com.adobe.cq.social.scf.endpoints.impl.DefaultSocialGetServlet :- This servlet serves the GET request for social components | sling.servlet.extensions.description | STRING | json | |
sling.servlet.selectors.name | sling.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 endpoints | sling.servlet.selectors.description | STRING | social | |
sling.servlet.extensions.name | sling.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 endpoints | sling.servlet.extensions.description | STRING | api | |
Property event.topics | event.topics | Scoring Event Listener com.adobe.cq.social.scoring.impl.ScoringEventListener :- An event listener for scoring | Description for event.topics | STRING | com/adobe/cq/social/* | |
Property event.filter | event.filter | Scoring Event Listener com.adobe.cq.social.scoring.impl.ScoringEventListener :- An event listener for scoring | Description for event.filter | STRING | (&(!(event.topics=com/adobe/cq/social/activitystreams/activity/ADDED))(!(event.topics=com/adobe/cq/social/notifications/notify))(!(event.topics=com/adobe/cq/social/scoring/ADDED))) | |
enableFallback | enableFallback | Communities Service User Wrapper com.adobe.cq.social.serviceusers.internal.impl.ServiceUserWrapperImpl :- Maintains API compatibility in use of service users. | Enables the fallback mechanism to allow use of loginAdministrative when necessary. | BOOLEAN | false | |
Node Types | nodetypes | 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. | STRING | rep:User nt:unstructured nt:resource rep:ACL | |
Ignorable Properties | ignorableprops | 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 distributed | STRING | cq:lastModified | |
Ignorable Nodes | ignorablenodes | 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 ignored | STRING | .tokens system | |
enabled | enabled | 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 | enabled.description | BOOLEAN | true | |
Distributed Folders | distfolders | 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. | STRING | segments/scoring social/relationships activities | |
Node Types | nodetypes | AEM Communities Group Sync Listener com.adobe.cq.social.sync.impl.GroupSyncListenerImpl :- A listener that allows publisher groups to distribute across a farm of publishers | The node types to listen for. | STRING | nt:unstructured rep:ACL | |
Ignorable Properties | ignorableprops | AEM Communities Group Sync Listener com.adobe.cq.social.sync.impl.GroupSyncListenerImpl :- A listener that allows publisher groups to distribute across a farm of publishers | Properties that do not need to be distributed | STRING | cq:lastModified rep:members cq:lastModifiedBy | |
Ignorable Nodes | ignorablenodes | AEM Communities Group Sync Listener com.adobe.cq.social.sync.impl.GroupSyncListenerImpl :- A listener that allows publisher groups to distribute across a farm of publishers | Subpaths that do not need to be distributed. Anything under these nodes will be ignored | STRING | ||
enabled | enabled | AEM Communities Group Sync Listener com.adobe.cq.social.sync.impl.GroupSyncListenerImpl :- A listener that allows publisher groups to distribute across a farm of publishers | enabled.description | BOOLEAN | true | |
Distributed Folders | distfolders | AEM Communities Group Sync Listener com.adobe.cq.social.sync.impl.GroupSyncListenerImpl :- A listener that allows publisher groups to distribute across a farm of publishers | Usually folders are not distributed. There are some exceptions. They are listed here. | STRING | ||
Run modes | activeRunModes | 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. | STRING | publish | |
Enabled Languages | translate.language | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | translate.language.description | STRING | en 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 Options | translate.display | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | translate.display.description | STRING | replace | replace -- Replace source content with the target translation side -- Show target translation side by side with source content |
Attribution | translate.attribution | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | Append translation service provider attribution to translated result. Attribution text is editable in the Cloud Service configuration page. | BOOLEAN | true | |
Select Persistence Options | translate.caching | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | translate.caching.description | STRING | cache_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 Interval | translate.caching.duration | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | Refresh translation after designated interval (number of months). Enter 0 to disable this feature. | STRING | 0 | |
Set Machine Translation session save interval | translate.session.save.interval | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | Force session save after designated interval (number of seconds). Enter 0 to disable batch writing | STRING | 2 | |
Set Machine Translation Save Queue batching limit | translate.session.save.batchLimit | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | If the session save interval is 0, then this value is irrelevant | STRING | 250 | |
Smart Rendering | translate.smart.rendering | AEM Communities Translation Configuration Manager com.adobe.cq.social.translation.impl.TranslationServiceConfigManager :- com.adobe.cq.social.translation.impl.TranslationServiceConfigManager.description | Always show contributions in user�s preferred language. | BOOLEAN | false | |
event.topics.name | event.topics | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | event.topics.description | STRING | com/adobe/cq/social/* | |
event.filter.name | event.filter | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | event.filter.description | STRING | (path=/content/usergenerated/*) | |
Resource and property types to listen for | translate.listener.type | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | Enter the sling:resourceType and primary property used to determine the language of the content (space delimited). Only one property per resource type. | STRING | social/commons/components/comments/comment jcr:description | |
Resource and property types to translate by default | translate.property.list | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | Enter the sling:resourceType and property to translate (space delimited). | STRING | social/commons/components/comments/comment jcr:description social/commons/components/comments/comment jcr:title | |
poolSize.name | poolSize | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | poolSize.description | INTEGER | 5 | |
maxPoolSize.name | maxPoolSize | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | maxPoolSize.description | INTEGER | 10 | |
queueSize.name | queueSize | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | queueSize.description | INTEGER | 50 | |
keepAliveTime.name | keepAliveTime | AEM Communities UGC Language Detector com.adobe.cq.social.translation.impl.UGCLanguageDetector :- UGC Language Detector | keepAliveTime.description | LONG | 1 | |
Delay Pool size | threadPoolSize | AEM Communities Dispatcher Flush Service com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl :- com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl.description | Number of workers in the delay flush threadpool | INTEGER | 5 | |
Flush Delay | delayTime | AEM Communities Dispatcher Flush Service com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl :- com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl.description | Number of milliseconds to wait between sending flush requests to the dispatcher | LONG | 10000 | |
Worker Sleep Interval | workerSleepTime | AEM Communities Dispatcher Flush Service com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl :- com.adobe.cq.social.ugcbase.dispatcher.impl.FlushServiceImpl.description | Number of milliseconds for a worker thread to sleep when there is nothing to do | LONG | 500 | |
Default Attachment Type Blacklist | default.attachment.type.blacklist | AEM Communities DefaultAttachmentTypeBlacklistService com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService :- com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService.description | These 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 Blacklist | baseline.attachment.type.blacklist | AEM Communities DefaultAttachmentTypeBlacklistService com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService :- com.adobe.cq.social.ugcbase.security.impl.DefaultAttachmentTypeBlacklistService.description | These 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.name | event.filter | AEM Communities Utilities com.adobe.cq.social.ugcbase.impl.SocialUtilsImpl :- This service provides utilities used by Communities | event.filter.description | STRING | (path=/etc/socialconfig/srpc/*) | |
Cloud Storage Full Path UGC | legacyCloudUGCPathMapping | AEM Communities Utilities com.adobe.cq.social.ugcbase.impl.SocialUtilsImpl :- This service provides utilities used by Communities | Use full path in Cloud Storage UGC path generation. Truncated to page if false. | BOOLEAN | true | |
Primary Publisher | isPrimaryPublisher | AEM Communities Publisher Configuration com.adobe.cq.social.ugcbase.impl.PublisherConfigurationImpl :- This service is used to configure a publisher instance for AEM Communities-specific tasks. | Specifies whether this a primary publisher. Certain AEM Communities tasks will be handled by the primary publisher only. | BOOLEAN | true | |
watchwords.positive.name | watchwords.positive | sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.description | watchwords.positive.description | STRING | ||
watchwords.negative.name | watchwords.negative | sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.description | watchwords.negative.description | STRING | ||
watchwords.path.name | watchwords.path | sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.description | watchwords.path.description | STRING | /etc/watchwords/default | |
sentiment.path.name | sentiment.path | sentimentprocess.name com.adobe.cq.social.ugcbase.moderation.impl.SentimentProcess :- setimentprocess.description | sentiment.path.description | STRING | /libs/cq/workflow/components/workflow/social/sentiments/rules | |
automoderation.sequence.name | automoderation.sequence | automoderation.name com.adobe.cq.social.ugcbase.moderation.impl.AutoModerationImpl :- automoderation.description | automoderation.sequence.description | STRING | SentimentProcess | |
automoderation.onfailurestop.name | automoderation.onfailurestop | automoderation.name com.adobe.cq.social.ugcbase.moderation.impl.AutoModerationImpl :- automoderation.description | automoderation.onfailurestop.description | BOOLEAN | true | |
Parameter Whitelist | parameter.whitelist | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Parameter names to be allowed. | STRING | jcr:description jcr:title jcr:lastModified jcr:primaryType jcr:mixinTypes sling:resourceType sling:resourceSuperType cq:tags | |
Parameter Prefix Whitelist | parameter.whitelist.prefixes | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Parameter name prefixes to be allowed. | STRING | social: scf: | |
Binary Parameter Whitelist | binary.parameter.whitelist | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Parameter names allowed to carry binary data. | STRING | ||
Sling @Modifier Whitelist | modifier.whitelist | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Sling uses suffixed parameter names to control processing. Only suffixes defined here will be allowed. | STRING | @TypeHint @DefaultValue @UseDefaultWhenMissing @IgnoreBlanks @ValueFrom @Delete @Patch | |
Sling Operation Whitelist | operation.whitelist | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Allowed values of the :operation parameter. In addition to this list an empty or missing value is allowed as well. | STRING | delete nop | |
Sling Operation Prefix Whitelist | operation.whitelist.prefixes | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Operations values starting with these prefixes will be allowed. | STRING | social: | |
@TypeHint Whitelist | typehint.whitelist | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Sling uses @TypeHint parameter name suffixes to control the JCR type of created items. Only the type values defined here will be allowed. | STRING | cq:CalendarEvent nt:unstructured nt:folder nt:file nt:resource sling:Folder sling:OrderedFolder Binary Boolean Date Double Long Name Path String | |
ResourceType Whitelist | resourcetype.whitelist | AEM Communities SaferSlingPostValidator com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl :- com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostValidatorImpl.description | Allowed values for sling:resourceType and sling:resourceSuperType properties. | STRING | social/calendar/components/event | |
poolSize.name | poolSize | AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronously | poolSize.description | INTEGER | 5 | |
maxPoolSize.name | maxPoolSize | AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronously | maxPoolSize.description | INTEGER | 10 | |
queueSize.name | queueSize | AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronously | queueSize.description | INTEGER | 50 | |
keepAliveTime.name | keepAliveTime | AEM Communities Reverse Replicator com.adobe.cq.social.ugcbase.impl.AysncReverseReplicatorImpl :- This service reverse replicates comments asynchronously | keepAliveTime.description | LONG | 1 | |
dataxmlprovidername.name | dataxmlprovidername | Default Form Prefill service com.adobe.forms.common.service.impl.DefaultDataXMLProvider :- com.adobe.forms.common.service.impl.DefaultDataXMLProvider.description | dataxmlprovidername.description | STRING | Default | |
dataxmlproviderlabel.name | dataxmlproviderlabel | Default Form Prefill service com.adobe.forms.common.service.impl.DefaultDataXMLProvider :- com.adobe.forms.common.service.impl.DefaultDataXMLProvider.description | dataxmlproviderlabel.description | STRING | Default\ Form\ Prefill\ Service | |
scheduler.expression.name | scheduler.expression | AEM Forms Temporary Storage Cleaning Task com.adobe.forms.common.servlet.TempCleanUpTask :- Cleans the temporary storage used by AEM Forms | Cron expression scheduling this job. Default is every hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value | STRING | 0\ 0\ 12\ *\ *\ ? | |
Cleans the temporary folder older than(In Hours) | Duration for Temporary Storage | AEM Forms Temporary Storage Cleaning Task com.adobe.forms.common.servlet.TempCleanUpTask :- Cleans the temporary storage used by AEM Forms | Service will delete temporary nodes that were created before the (duration_temp_storage) from the current time | STRING | 24 | |
Cleans the anonymous temporary folder older than(In Hours) | Duration for Anonymous Storage | AEM Forms Temporary Storage Cleaning Task com.adobe.forms.common.servlet.TempCleanUpTask :- Cleans the temporary storage used by AEM Forms | Service will delete anonymous temporary nodes that were created before the (duration_temp_storage) from the current time | STRING | 1 | |
Allow | tempStorageConfig | Forms Common Configuration Service com.adobe.forms.common.service.impl.FormsCommonConfigurationServiceImpl :- com.adobe.forms.common.service.impl.FormsCommonConfigurationServiceImpl.description | Enabling Verify, ESign, File Preview functionality requires use of temporary storage for adaptive forms. It allows users of only specified type to use these features. | STRING | loggedIn | none -- None - No user, anonymous or logged in, can preview attachments, verify or esign forms. loggedIn -- Logged In users - Only logged in users can preview attachments, verify and esign forms. all -- All users - All the users, anonymous or logged in, can preview attachments, verify and esign forms. |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | AEM Forms Temporary Storage Provider Servlet com.adobe.forms.common.servlet.TempStorageProviderServlet :- This Service is used for providing temporary storage to AEM forms | sling.servlet.resourceTypes.description | STRING | fd/af/components/guideContainer xfaforms/profile | |
sling.servlet.methods.name | sling.servlet.methods | AEM Forms Temporary Storage Provider Servlet com.adobe.forms.common.servlet.TempStorageProviderServlet :- This Service is used for providing temporary storage to AEM forms | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | AEM Forms Temporary Storage Provider Servlet com.adobe.forms.common.servlet.TempStorageProviderServlet :- This Service is used for providing temporary storage to AEM forms | sling.servlet.selectors.description | STRING | fd.tempstorageprovider |