Uses of Interface
org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Packages that use AccessLogPublisherCfg 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 AccessLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AccessLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg>
AccessLogPublisherCfgClient. definition()
Get the configuration definition associated with this Access Log Publisher. -
Uses of AccessLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccessLogPublisherCfg Modifier and Type Method Description AccessLogPublisherCfg
AccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AccessLogPublisherCfg Modifier and Type Method Description Class<AccessLogPublisherCfg>
AccessLogPublisherCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccessLogPublisherCfg Modifier and Type Method Description AccessLogPublisherCfg
AccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)
-
Uses of AccessLogPublisherCfg in org.forgerock.opendj.server.config.server
Subinterfaces of AccessLogPublisherCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
CommonAuditAccessLogPublisherCfg
A server-side interface for querying Common Audit Access Log Publisher settings.interface
CsvFileAccessLogPublisherCfg
A server-side interface for querying CSV File Access Log Publisher settings.interface
ExternalAccessLogPublisherCfg
A server-side interface for querying External Access Log Publisher settings.interface
FileBasedAccessLogPublisherCfg
A server-side interface for querying File Based Access Log Publisher settings.interface
FileBasedAuditLogPublisherCfg
A server-side interface for querying File Based Audit Log Publisher settings.interface
JsonFileAccessLogPublisherCfg
A server-side interface for querying JSON File Based Access Log Publisher settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AccessLogPublisherCfg Modifier and Type Method Description Class<? extends AccessLogPublisherCfg>
AccessLogPublisherCfg. configurationClass()
Gets the configuration class associated with this Access Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type AccessLogPublisherCfg Modifier and Type Method Description void
AccessLogPublisherCfg. addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Register to be notified when this Access Log Publisher is changed.void
AccessLogPublisherCfg. removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Deregister an existing Access Log Publisher configuration change listener. -
Uses of AccessLogPublisherCfg in org.opends.server.loggers
Classes in org.opends.server.loggers with type parameters of type AccessLogPublisherCfg Modifier and Type Class Description class
AccessLogPublisher<T extends AccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server access log publisher.Methods in org.opends.server.loggers that return types with arguments of type AccessLogPublisherCfg Modifier and Type Method Description protected Collection<AccessLogPublisher<AccessLogPublisherCfg>>
AccessLogger. getLogPublishers()
Method parameters in org.opends.server.loggers with type arguments of type AccessLogPublisherCfg Modifier and Type Method Description void
AccessLogger. addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
boolean
AccessLogger. removeLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
-