Class ConfigurationObject

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.management.ConfigurationObject
All Implemented Interfaces:
Resource, Adaptable

@Produces("application/json") public class ConfigurationObject extends AbstractResource<ResourceTypeImpl>
Dumps the configuration properties and runtime properties.

Properties are redacted in two steps:

  • Properties are redacted based on keywords in their keys
  • Properties are then redacted matching their values against various regex patterns.
Since:
2023