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.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<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
ValueOrExpression<String> getJavaClass()
The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
getJavaClass
in interface LogPublisherCfgClient
void setJavaClass(ValueOrExpression<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-2018 ForgeRock AS.