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 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 |
CsvFileHTTPAccessLogPublisherCfg
A server-side interface for querying Csv File HTTP Access Log
Publisher settings.
|
interface |
ExternalHTTPAccessLogPublisherCfg
A server-side interface for querying External HTTP Access Log
Publisher settings.
|
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() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPAccessLogger.addLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) |
boolean |
HTTPAccessLogger.removeLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher) |
Copyright 2010-2017 ForgeRock AS.