public interface HTTPAccessLogPublisherCfgClient extends LogPublisherCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends HTTPAccessLogPublisherCfgClient,? extends HTTPAccessLogPublisherCfg> |
definition()
Get the configuration definition associated with this HTTP Access Log Publisher.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends HTTPAccessLogPublisherCfgClient,? extends HTTPAccessLogPublisherCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogPublisherCfgClient
String getJavaClass()
The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
getJavaClass
in interface LogPublisherCfgClient
void setJavaClass(String value) throws PropertyException
The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
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.