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. -
-
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 AccessLogPublisherCfgAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object.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()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccessLogPublisherCfg Modifier and Type Method Description AccessLogPublisherCfgAccessLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object. -
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 interfaceCsvFileAccessLogPublisherCfgA server-side interface for querying Csv File Access Log Publisher settings.interfaceExternalAccessLogPublisherCfgA server-side interface for querying External Access Log Publisher settings.interfaceFileBasedAccessLogPublisherCfgA server-side interface for querying File Based Access Log Publisher settings.interfaceFileBasedAuditLogPublisherCfgA server-side interface for querying File Based Audit Log Publisher settings.interfaceJsonFileAccessLogPublisherCfgA server-side interface for querying Json File 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 voidAccessLogPublisherCfg. addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)Register to be notified when this Access Log Publisher is changed.voidAccessLogPublisherCfg. removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)Deregister an existing Access Log Publisher configuration change listener.
-