public interface CommonAuditAccessLogPublisherCfg extends AccessLogPublisherCfg
Common Audit Access Log Publishers publish access events to commons audit.
Modifier and Type | Method and Description |
---|---|
void |
addCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg> listener)
Register to be notified when this Common Audit Access Log Publisher is changed.
|
Class<? extends CommonAuditAccessLogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this Common Audit Access Log Publisher.
|
boolean |
isLogControlOids()
Gets the "log-control-oids" property.
|
void |
removeCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg> listener)
Deregister an existing Common Audit Access Log Publisher configuration change listener.
|
addAccessChangeListener, addAccessLogFilteringCriteriaAddListener, addAccessLogFilteringCriteriaDeleteListener, getAccessLogFilteringCriteria, getFilteringPolicy, getJavaClass, isSuppressInternalOperations, isSuppressSynchronizationOperations, listAccessLogFilteringCriteria, removeAccessChangeListener, removeAccessLogFilteringCriteriaAddListener, removeAccessLogFilteringCriteriaDeleteListener
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends CommonAuditAccessLogPublisherCfg> configurationClass()
configurationClass
in interface AccessLogPublisherCfg
configurationClass
in interface Configuration
configurationClass
in interface LogPublisherCfg
void addCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg> listener)
listener
- The Common Audit Access Log Publisher configuration change listener.void removeCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg> listener)
listener
- The Common Audit Access Log Publisher configuration change listener.boolean isLogControlOids()
Specifies whether control OIDs will be included in operation log records.
Copyright 2010-2022 ForgeRock AS.