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