Uses of Interface
org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
-
Packages that use FileBasedHttpAccessLogPublisherCfg 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 FileBasedHttpAccessLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends FileBasedHttpAccessLogPublisherCfgClient,? extends FileBasedHttpAccessLogPublisherCfg>
FileBasedHttpAccessLogPublisherCfgClient. definition()
Get the configuration definition associated with this File Based HTTP Access Log Publisher. -
Uses of FileBasedHttpAccessLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description FileBasedHttpAccessLogPublisherCfg
FileBasedHttpAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends FileBasedHttpAccessLogPublisherCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description Class<FileBasedHttpAccessLogPublisherCfg>
FileBasedHttpAccessLogPublisherCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description FileBasedHttpAccessLogPublisherCfg
FileBasedHttpAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends FileBasedHttpAccessLogPublisherCfg> impl)
-
Uses of FileBasedHttpAccessLogPublisherCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description Class<? extends FileBasedHttpAccessLogPublisherCfg>
FileBasedHttpAccessLogPublisherCfg. configurationClass()
Gets the configuration class associated with this File Based HTTP Access Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description void
FileBasedHttpAccessLogPublisherCfg. addFileBasedHttpAccessChangeListener(ConfigurationChangeListener<FileBasedHttpAccessLogPublisherCfg> listener)
Register to be notified when this File Based HTTP Access Log Publisher is changed.void
FileBasedHttpAccessLogPublisherCfg. removeFileBasedHttpAccessChangeListener(ConfigurationChangeListener<FileBasedHttpAccessLogPublisherCfg> listener)
Deregister an existing File Based HTTP Access Log Publisher configuration change listener. -
Uses of FileBasedHttpAccessLogPublisherCfg in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type FileBasedHttpAccessLogPublisherCfg Modifier and Type Method Description ConfigChangeResult
TextHTTPAccessLogPublisher. applyConfigurationChange(FileBasedHttpAccessLogPublisherCfg config)
void
TextHTTPAccessLogPublisher. initializeLogPublisher(FileBasedHttpAccessLogPublisherCfg cfg, ServerContext serverContext)
boolean
TextHTTPAccessLogPublisher. isConfigurationAcceptable(FileBasedHttpAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
TextHTTPAccessLogPublisher. isConfigurationChangeAcceptable(FileBasedHttpAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
-