Interface CommonAuditAccessLogPublisherCfgClient
- All Superinterfaces:
AccessLogPublisherCfgClient,ConfigurationClient,LogPublisherCfgClient
- All Known Subinterfaces:
CsvFileAccessLogPublisherCfgClient,ExternalAccessLogPublisherCfgClient,JsonFileAccessLogPublisherCfgClient
A client-side interface for reading and modifying Common Audit
Access Log Publisher settings.
Common Audit Access Log Publishers publish access events to commons audit.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends CommonAuditAccessLogPublisherCfgClient,? extends CommonAuditAccessLogPublisherCfg> Get the configuration definition associated with this Common Audit Access Log Publisher.Gets the "log-controls" property.voidsetLogControls(ValueOrExpression<Boolean> value) Sets the "log-controls" property.Methods inherited from interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
createAccessLogFilteringCriteria, getAccessLogFilteringCriteria, getFilteringPolicy, getJavaClass, isSuppressInternalOperations, isSuppressSynchronizationOperations, listAccessLogFilteringCriteria, removeAccessLogFilteringCriteria, setFilteringPolicy, setJavaClass, setSuppressInternalOperations, setSuppressSynchronizationOperationsMethods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, propertiesMethods inherited from interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
isEnabled, setEnabled
-
Method Details
-
definition
ManagedObjectDefinition<? extends CommonAuditAccessLogPublisherCfgClient,? extends CommonAuditAccessLogPublisherCfg> definition()Get the configuration definition associated with this Common Audit Access Log Publisher.- Specified by:
definitionin interfaceAccessLogPublisherCfgClient- Specified by:
definitionin interfaceConfigurationClient- Specified by:
definitionin interfaceLogPublisherCfgClient- Returns:
- Returns the configuration definition associated with this Common Audit Access Log Publisher.
-
isLogControls
ValueOrExpression<Boolean> isLogControls()Gets the "log-controls" property.Specifies whether controls with criticality and values will be included in operation log records.
Default value:
true- Returns:
- Returns the value of the "log-controls" property.
-
setLogControls
Sets the "log-controls" property.Specifies whether controls with criticality and values will be included in operation log records.
- Parameters:
value- The value of the "log-controls" property.- Throws:
PropertyException- If the new value is invalid.
-