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 interfaceCsvFileHTTPAccessLogPublisherCfgClientA client-side interface for reading and modifying Csv File HTTP Access Log Publisher settings.interfaceExternalHTTPAccessLogPublisherCfgClientA client-side interface for reading and modifying External HTTP Access Log Publisher settings.interfaceFileBasedHTTPAccessLogPublisherCfgClientA client-side interface for reading and modifying File Based HTTP Access Log Publisher settings.interfaceJsonFileHTTPAccessLogPublisherCfgClientA client-side interface for reading and modifying Json File 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 HTTPAccessLogPublisherCfgClientHTTPAccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends HTTPAccessLogPublisherCfgClient> impl)Creates a client configuration view of the provided managed object.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HTTPAccessLogPublisherCfgClient Modifier and Type Method Description HTTPAccessLogPublisherCfgClientHTTPAccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends HTTPAccessLogPublisherCfgClient> impl)Creates a client configuration view of the provided managed object.
-