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 interfaceCsvFileAccessLogPublisherCfgClientA client-side interface for reading and modifying Csv File Access Log Publisher settings.interfaceExternalAccessLogPublisherCfgClientA client-side interface for reading and modifying External Access Log Publisher settings.interfaceFileBasedAccessLogPublisherCfgClientA client-side interface for reading and modifying File Based Access Log Publisher settings.interfaceFileBasedAuditLogPublisherCfgClientA client-side interface for reading and modifying File Based Audit Log Publisher settings.interfaceJsonFileAccessLogPublisherCfgClientA client-side interface for reading and modifying Json File 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 AccessLogPublisherCfgClientAccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> 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 AccessLogPublisherCfgClient Modifier and Type Method Description AccessLogPublisherCfgClientAccessLogPublisherCfgDefn. createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> impl)Creates a client configuration view of the provided managed object.
-