Uses of Interface
org.forgerock.opendj.server.config.server.CommonAuditAccessLogPublisherCfg
-
Packages that use CommonAuditAccessLogPublisherCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of CommonAuditAccessLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CommonAuditAccessLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends CommonAuditAccessLogPublisherCfgClient,? extends CommonAuditAccessLogPublisherCfg>
CommonAuditAccessLogPublisherCfgClient. definition()
Get the configuration definition associated with this Common Audit Access Log Publisher. -
Uses of CommonAuditAccessLogPublisherCfg in org.forgerock.opendj.server.config.server
Subinterfaces of CommonAuditAccessLogPublisherCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
CsvFileAccessLogPublisherCfg
A server-side interface for querying CSV File Access Log Publisher settings.interface
ExternalAccessLogPublisherCfg
A server-side interface for querying External Access Log Publisher settings.interface
JsonFileAccessLogPublisherCfg
A server-side interface for querying JSON File Based Access Log Publisher settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type CommonAuditAccessLogPublisherCfg Modifier and Type Method Description Class<? extends CommonAuditAccessLogPublisherCfg>
CommonAuditAccessLogPublisherCfg. configurationClass()
Gets the configuration class associated with this Common Audit Access Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type CommonAuditAccessLogPublisherCfg Modifier and Type Method Description void
CommonAuditAccessLogPublisherCfg. addCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg> listener)
Register to be notified when this Common Audit Access Log Publisher is changed.void
CommonAuditAccessLogPublisherCfg. removeCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg> listener)
Deregister an existing Common Audit Access Log Publisher configuration change listener.
-