Interface HttpAccessLogPublisherCfgClient
- All Superinterfaces:
ConfigurationClient, LogPublisherCfgClient
- All Known Subinterfaces:
ExternalHttpAccessLogPublisherCfgClient, FileBasedHttpAccessLogPublisherCfgClient, JsonFileHttpAccessLogPublisherCfgClient
A client-side interface for reading and modifying HTTP Access Log
Publisher settings.
HTTP Access Log Publishers are responsible for distributing HTTP access log messages from the HTTP access logger to a destination.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends HttpAccessLogPublisherCfgClient, ? extends HttpAccessLogPublisherCfg> Get the configuration definition associated with this HTTP Access Log Publisher.Gets the "java-class" property.voidsetJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.Methods inherited from interface ConfigurationClient
commit, propertiesMethods inherited from interface LogPublisherCfgClient
isEnabled, setEnabled
-
Method Details
-
definition
ManagedObjectDefinition<? extends HttpAccessLogPublisherCfgClient, ? extends HttpAccessLogPublisherCfg> definition()Get the configuration definition associated with this HTTP Access Log Publisher.- Specified by:
definitionin interfaceConfigurationClient- Specified by:
definitionin interfaceLogPublisherCfgClient- Returns:
- Returns the configuration definition associated with this HTTP Access Log Publisher.
-
getJavaClass
Gets the "java-class" property.The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
Default value:
org.opends.server.loggers.HTTPAccessLogPublisher- Specified by:
getJavaClassin interfaceLogPublisherCfgClient- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
Sets the "java-class" property.The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.
- Specified by:
setJavaClassin interfaceLogPublisherCfgClient- Parameters:
value- The value of the "java-class" property.- Throws:
PropertyException- If the new value is invalid.
-