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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AccessLogPublisherCfgClient,? extends AccessLogPublisherCfg> |
AccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this Access Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
AccessLogPublisherCfg |
AccessLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<AccessLogPublisherCfg> |
AccessLogPublisherCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
AccessLogPublisherCfg |
AccessLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedAccessLogPublisherCfg
A server-side interface for querying File Based Access Log
Publisher settings.
|
interface |
FileBasedAuditLogPublisherCfg
A server-side interface for querying File Based Audit Log Publisher
settings.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AccessLogPublisherCfg> |
AccessLogPublisherCfg.configurationClass()
Gets the configuration class associated with this Access Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisherCfg.addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Register to be notified when this Access Log Publisher is changed.
|
void |
AccessLogPublisherCfg.removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Deregister an existing Access Log Publisher configuration change listener.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.