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) |
Modifier and Type | Method and Description |
---|---|
Class<HttpAccessLogPublisherCfg> |
HttpAccessLogPublisherCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
HttpAccessLogPublisherCfg |
HttpAccessLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends HttpAccessLogPublisherCfg> impl) |
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.
|
interface |
JsonFileHttpAccessLogPublisherCfg
A server-side interface for querying JSON 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-2018 ForgeRock AS.