Uses of Interface
org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
-
Packages that use AccessLogPublisherCfgClient 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. -
-
Uses of AccessLogPublisherCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of AccessLogPublisherCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
CommonAuditAccessLogPublisherCfgClient
A client-side interface for reading and modifying Common Audit Access Log Publisher settings.interface
CsvFileAccessLogPublisherCfgClient
A client-side interface for reading and modifying CSV File Access Log Publisher settings.interface
ExternalAccessLogPublisherCfgClient
A client-side interface for reading and modifying External Access Log Publisher settings.interface
FileBasedAccessLogPublisherCfgClient
A client-side interface for reading and modifying File Based Access Log Publisher settings.interface
FileBasedAuditLogPublisherCfgClient
A client-side interface for reading and modifying File Based Audit Log Publisher settings.interface
JsonFileAccessLogPublisherCfgClient
A client-side interface for reading and modifying JSON File Based Access Log Publisher settings.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AccessLogPublisherCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg>
AccessLogPublisherCfgClient. definition()
Get the configuration definition associated with this Access Log Publisher. -
Uses of AccessLogPublisherCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccessLogPublisherCfgClient Modifier and Type Method Description AccessLogPublisherCfgClient
AccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> impl)
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccessLogPublisherCfgClient Modifier and Type Method Description AccessLogPublisherCfgClient
AccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> impl)
-