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 HTTPAccessLogPublisherCfgClient,? extends HTTPAccessLogPublisherCfg> |
HTTPAccessLogPublisherCfgClient.definition()
Get the configuration definition associated with this HTTP Access Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
HTTPAccessLogPublisherCfg |
HTTPAccessLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<HTTPAccessLogPublisherCfg> |
HTTPAccessLogPublisherCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
HTTPAccessLogPublisherCfg |
HTTPAccessLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedHTTPAccessLogPublisherCfg
A server-side interface for querying File Based HTTP Access Log
Publisher settings.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends HTTPAccessLogPublisherCfg> |
HTTPAccessLogPublisherCfg.configurationClass()
Gets the configuration class associated with this HTTP Access Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPAccessLogPublisherCfg.addHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)
Register to be notified when this HTTP Access Log Publisher is changed.
|
void |
HTTPAccessLogPublisherCfg.removeHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)
Deregister an existing HTTP Access Log Publisher configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPAccessLogPublisher<T extends HTTPAccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented
for a Directory Server HTTP access log publisher.
|
Modifier and Type | Method and Description |
---|---|
static Collection<HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg>> |
HTTPAccessLogger.getHTTPAccessLogPublishers()
Returns all the registered HTTP access log publishers.
|
protected Collection<HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg>> |
HTTPAccessLogger.getLogPublishers()
Returns the log publishers.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPAccessLogger.addLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
Add a log publisher to the logger.
|
boolean |
HTTPAccessLogger.removeLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
Remove a log publisher from the logger.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.