Uses of Interface
org.forgerock.opendj.server.config.server.HTTPAccessLogPublisherCfg
-
Packages that use HTTPAccessLogPublisherCfg 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 HTTPAccessLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPAccessLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPAccessLogPublisherCfgClient,? extends HTTPAccessLogPublisherCfg>HTTPAccessLogPublisherCfgClient. definition()Get the configuration definition associated with this HTTP Access Log Publisher. -
Uses of HTTPAccessLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HTTPAccessLogPublisherCfg Modifier and Type Method Description HTTPAccessLogPublisherCfgHTTPAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg> 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 HTTPAccessLogPublisherCfg Modifier and Type Method Description Class<HTTPAccessLogPublisherCfg>HTTPAccessLogPublisherCfgDefn. 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 HTTPAccessLogPublisherCfg Modifier and Type Method Description HTTPAccessLogPublisherCfgHTTPAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of HTTPAccessLogPublisherCfg in org.forgerock.opendj.server.config.server
Subinterfaces of HTTPAccessLogPublisherCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceCsvFileHTTPAccessLogPublisherCfgA server-side interface for querying Csv File HTTP Access Log Publisher settings.interfaceExternalHTTPAccessLogPublisherCfgA server-side interface for querying External HTTP Access Log Publisher settings.interfaceFileBasedHTTPAccessLogPublisherCfgA server-side interface for querying File Based HTTP Access Log Publisher settings.interfaceJsonFileHTTPAccessLogPublisherCfgA server-side interface for querying Json File HTTP Access Log Publisher settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HTTPAccessLogPublisherCfg Modifier and Type Method Description Class<? extends HTTPAccessLogPublisherCfg>HTTPAccessLogPublisherCfg. configurationClass()Gets the configuration class associated with this HTTP Access Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HTTPAccessLogPublisherCfg Modifier and Type Method Description voidHTTPAccessLogPublisherCfg. addHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)Register to be notified when this HTTP Access Log Publisher is changed.voidHTTPAccessLogPublisherCfg. removeHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)Deregister an existing HTTP Access Log Publisher configuration change listener.
-