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 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 JsonFileHTTPAccessLogPublisherCfgJsonFileHTTPAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends JsonFileHTTPAccessLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object.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()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type JsonFileHTTPAccessLogPublisherCfg Modifier and Type Method Description JsonFileHTTPAccessLogPublisherCfgJsonFileHTTPAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends JsonFileHTTPAccessLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object. -
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 HTTP Access Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type JsonFileHTTPAccessLogPublisherCfg Modifier and Type Method Description voidJsonFileHTTPAccessLogPublisherCfg. addJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg> listener)Register to be notified when this Json File HTTP Access Log Publisher is changed.voidJsonFileHTTPAccessLogPublisherCfg. removeJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg> listener)Deregister an existing Json File HTTP Access Log Publisher configuration change listener.
-