Uses of Interface
org.forgerock.opendj.server.config.client.HttpAccessLogPublisherCfgClient
-
Packages that use HttpAccessLogPublisherCfgClient 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 HttpAccessLogPublisherCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of HttpAccessLogPublisherCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
CsvFileHttpAccessLogPublisherCfgClient
A client-side interface for reading and modifying CSV File HTTP Access Log Publisher settings.interface
ExternalHttpAccessLogPublisherCfgClient
A client-side interface for reading and modifying External HTTP Access Log Publisher settings.interface
FileBasedHttpAccessLogPublisherCfgClient
A client-side interface for reading and modifying File Based HTTP Access Log Publisher settings.interface
JsonFileHttpAccessLogPublisherCfgClient
A client-side interface for reading and modifying JSON File Based HTTP Access Log Publisher settings.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpAccessLogPublisherCfgClient 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 HttpAccessLogPublisherCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HttpAccessLogPublisherCfgClient Modifier and Type Method Description HttpAccessLogPublisherCfgClient
HttpAccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends HttpAccessLogPublisherCfgClient> impl)
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HttpAccessLogPublisherCfgClient Modifier and Type Method Description HttpAccessLogPublisherCfgClient
HttpAccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends HttpAccessLogPublisherCfgClient> impl)
-