Uses of Interface
org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
-
Packages that use CsvFileHttpAccessLogPublisherCfg 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.meta Provides introspection interfaces for 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 CsvFileHttpAccessLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CsvFileHttpAccessLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends CsvFileHttpAccessLogPublisherCfgClient,? extends CsvFileHttpAccessLogPublisherCfg>
CsvFileHttpAccessLogPublisherCfgClient. definition()
Get the configuration definition associated with this CSV File HTTP Access Log Publisher. -
Uses of CsvFileHttpAccessLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CsvFileHttpAccessLogPublisherCfg Modifier and Type Method Description CsvFileHttpAccessLogPublisherCfg
CsvFileHttpAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends CsvFileHttpAccessLogPublisherCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CsvFileHttpAccessLogPublisherCfg Modifier and Type Method Description Class<CsvFileHttpAccessLogPublisherCfg>
CsvFileHttpAccessLogPublisherCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CsvFileHttpAccessLogPublisherCfg Modifier and Type Method Description CsvFileHttpAccessLogPublisherCfg
CsvFileHttpAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends CsvFileHttpAccessLogPublisherCfg> impl)
-
Uses of CsvFileHttpAccessLogPublisherCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type CsvFileHttpAccessLogPublisherCfg Modifier and Type Method Description Class<? extends CsvFileHttpAccessLogPublisherCfg>
CsvFileHttpAccessLogPublisherCfg. configurationClass()
Gets the configuration class associated with this CSV File HTTP Access Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type CsvFileHttpAccessLogPublisherCfg Modifier and Type Method Description void
CsvFileHttpAccessLogPublisherCfg. addCsvFileHttpAccessChangeListener(ConfigurationChangeListener<CsvFileHttpAccessLogPublisherCfg> listener)
Register to be notified when this CSV File HTTP Access Log Publisher is changed.void
CsvFileHttpAccessLogPublisherCfg. removeCsvFileHttpAccessChangeListener(ConfigurationChangeListener<CsvFileHttpAccessLogPublisherCfg> listener)
Deregister an existing CSV File HTTP Access Log Publisher configuration change listener.
-