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