Interface CommonAuditAccessLogPublisherCfgClient
-
- All Superinterfaces:
AccessLogPublisherCfgClient,ConfigurationClient,LogPublisherCfgClient
- All Known Subinterfaces:
CsvFileAccessLogPublisherCfgClient,ExternalAccessLogPublisherCfgClient,JsonFileAccessLogPublisherCfgClient
public interface CommonAuditAccessLogPublisherCfgClient extends AccessLogPublisherCfgClient
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectDefinition<? extends CommonAuditAccessLogPublisherCfgClient,? extends CommonAuditAccessLogPublisherCfg>definition()Get the configuration definition associated with this Common Audit Access Log Publisher.ValueOrExpression<Boolean>isLogControlOids()Gets the "log-control-oids" property.voidsetLogControlOids(ValueOrExpression<Boolean> value)Sets the "log-control-oids" property.-
Methods inherited from interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
createAccessLogFilteringCriteria, getAccessLogFilteringCriteria, getFilteringPolicy, getJavaClass, isSuppressInternalOperations, isSuppressSynchronizationOperations, listAccessLogFilteringCriteria, removeAccessLogFilteringCriteria, setFilteringPolicy, setJavaClass, setSuppressInternalOperations, setSuppressSynchronizationOperations
-
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
Methods inherited from interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
isEnabled, setEnabled
-
-
-
-
Method Detail
-
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.
-
isLogControlOids
ValueOrExpression<Boolean> isLogControlOids()
Gets the "log-control-oids" property.Specifies whether control OIDs will be included in operation log records.
Default value:
false- Returns:
- Returns the value of the "log-control-oids" property.
-
setLogControlOids
void setLogControlOids(ValueOrExpression<Boolean> value) throws PropertyException
Sets the "log-control-oids" property.Specifies whether control OIDs will be included in operation log records.
- Parameters:
value- The value of the "log-control-oids" property.- Throws:
PropertyException- If the new value is invalid.
-
-