public interface ExternalHTTPAccessLogPublisherCfg extends HTTPAccessLogPublisherCfg
External HTTP Access Log Publishers publish HTTP access messages to an external handler.
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalHTTPAccessChangeListener(ConfigurationChangeListener<ExternalHTTPAccessLogPublisherCfg> listener)
Register to be notified when this External HTTP Access Log Publisher is changed.
|
Class<? extends ExternalHTTPAccessLogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this External HTTP Access Log Publisher.
|
String |
getConfigFile()
Gets the "config-file" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeExternalHTTPAccessChangeListener(ConfigurationChangeListener<ExternalHTTPAccessLogPublisherCfg> listener)
Deregister an existing External HTTP Access Log Publisher configuration change listener.
|
addHTTPAccessChangeListener, removeHTTPAccessChangeListeneraddChangeListener, isEnabled, removeChangeListenerdnClass<? extends ExternalHTTPAccessLogPublisherCfg> configurationClass()
configurationClass in interface ConfigurationconfigurationClass in interface HTTPAccessLogPublisherCfgconfigurationClass in interface LogPublisherCfgvoid addExternalHTTPAccessChangeListener(ConfigurationChangeListener<ExternalHTTPAccessLogPublisherCfg> listener)
listener - The External HTTP Access Log Publisher configuration change listener.void removeExternalHTTPAccessChangeListener(ConfigurationChangeListener<ExternalHTTPAccessLogPublisherCfg> listener)
listener - The External HTTP Access Log Publisher configuration change listener.String getConfigFile()
The JSON configuration file that defines the External HTTP Access Log Publisher. The content of the JSON configuration file depends on the type of external audit event handler. The path to the file is relative to the server root.
String getJavaClass()
The fully-qualified name of the Java class that provides the External HTTP Access Log Publisher implementation.
getJavaClass in interface HTTPAccessLogPublisherCfggetJavaClass in interface LogPublisherCfgCopyright © 2011-2018 ForgeRock AS. All Rights Reserved.