public interface ExternalHTTPAccessLogPublisherCfgClient extends HTTPAccessLogPublisherCfgClient
External HTTP Access Log Publishers publish HTTP access messages to an external handler.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ExternalHTTPAccessLogPublisherCfgClient,? extends ExternalHTTPAccessLogPublisherCfg> |
definition()
Get the configuration definition associated with this External HTTP Access Log Publisher.
|
String |
getConfigFile()
Gets the "config-file" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setConfigFile(String value)
Sets the "config-file" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends ExternalHTTPAccessLogPublisherCfgClient,? extends ExternalHTTPAccessLogPublisherCfg> definition()
definition
in interface ConfigurationClient
definition
in interface HTTPAccessLogPublisherCfgClient
definition
in interface LogPublisherCfgClient
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.
void setConfigFile(String value) throws PropertyException
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.
value
- The value of the "config-file" property.PropertyException
- If the new value is invalid.String getJavaClass()
The fully-qualified name of the Java class that provides the External HTTP Access Log Publisher implementation.
getJavaClass
in interface HTTPAccessLogPublisherCfgClient
getJavaClass
in interface LogPublisherCfgClient
void setJavaClass(String value) throws PropertyException
The fully-qualified name of the Java class that provides the External HTTP Access Log Publisher implementation.
setJavaClass
in interface HTTPAccessLogPublisherCfgClient
setJavaClass
in interface LogPublisherCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.