public interface HTTPAccessLogPublisherCfg extends LogPublisherCfg
HTTP Access Log Publishers are responsible for distributing HTTP access log messages from the HTTP access logger to a destination.
Modifier and Type | Method and Description |
---|---|
void |
addHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)
Register to be notified when this HTTP Access Log Publisher is changed.
|
Class<? extends HTTPAccessLogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this HTTP Access Log Publisher.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)
Deregister an existing HTTP Access Log Publisher configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
Class<? extends HTTPAccessLogPublisherCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface LogPublisherCfg
void addHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)
listener
- The HTTP Access Log Publisher configuration change listener.void removeHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg> listener)
listener
- The HTTP Access Log Publisher configuration change listener.String getJavaClass()
The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
getJavaClass
in interface LogPublisherCfg
Copyright 2010-2017 ForgeRock AS.