Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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)
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.
|
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()
Returns the log publishers.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogger.addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
Add a log publisher to the logger.
|
boolean |
AccessLogger.removeLogPublisher(AccessLogPublisher<AccessLogPublisherCfg> publisher)
Remove a log publisher from the logger.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.