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.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
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) |
Modifier and Type | Method and Description |
---|---|
Class<AccessLogPublisherCfg> |
AccessLogPublisherCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
AccessLogPublisherCfg |
AccessLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
CsvFileAccessLogPublisherCfg
A server-side interface for querying CSV File Access Log Publisher
settings.
|
interface |
ExternalAccessLogPublisherCfg
A server-side interface for querying External Access Log Publisher
settings.
|
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.
|
interface |
JsonFileAccessLogPublisherCfg
A server-side interface for querying JSON File Based Access 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessLogPublisher<T extends AccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server access log
publisher.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<AccessLogPublisher<AccessLogPublisherCfg>> |
AccessLogger.getLogPublishers() |
Modifier and Type | Method and Description |
---|---|
void |
AccessLogger.addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher) |
boolean |
AccessLogger.removeLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher) |
Copyright 2010-2018 ForgeRock AS.