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.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
-
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 HttpAccessLogPublisherCfg
HttpAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpAccessLogPublisherCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HttpAccessLogPublisherCfg Modifier and Type Method Description HttpAccessLogPublisherCfg
HttpAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpAccessLogPublisherCfg> impl)
-
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 interface
CsvFileHttpAccessLogPublisherCfg
A server-side interface for querying CSV File HTTP Access Log Publisher settings.interface
ExternalHttpAccessLogPublisherCfg
A server-side interface for querying External HTTP Access Log Publisher settings.interface
FileBasedHttpAccessLogPublisherCfg
A server-side interface for querying File Based HTTP Access Log Publisher settings.interface
JsonFileHttpAccessLogPublisherCfg
A server-side interface for querying JSON File Based 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 void
HttpAccessLogPublisherCfg. addHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg> listener)
Register to be notified when this HTTP Access Log Publisher is changed.void
HttpAccessLogPublisherCfg. removeHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg> listener)
Deregister an existing HTTP Access Log Publisher configuration change listener. -
Uses of HttpAccessLogPublisherCfg in org.opends.server.loggers
Classes in org.opends.server.loggers with type parameters of type HttpAccessLogPublisherCfg Modifier and Type Class Description class
HTTPAccessLogPublisher<T extends HttpAccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server HTTP access log publisher.Methods in org.opends.server.loggers that return types with arguments of type HttpAccessLogPublisherCfg Modifier and Type Method Description static Collection<HTTPAccessLogPublisher<HttpAccessLogPublisherCfg>>
HTTPAccessLogger. getHTTPAccessLogPublishers()
Returns all the registered HTTP access log publishers.protected Collection<HTTPAccessLogPublisher<HttpAccessLogPublisherCfg>>
HTTPAccessLogger. getLogPublishers()
Method parameters in org.opends.server.loggers with type arguments of type HttpAccessLogPublisherCfg Modifier and Type Method Description void
HTTPAccessLogger. addLogPublisher(HTTPAccessLogPublisher<HttpAccessLogPublisherCfg> publisher)
boolean
HTTPAccessLogger. removeLogPublisher(HTTPAccessLogPublisher<HttpAccessLogPublisherCfg> publisher)
-