public interface ExamplePluginCfgClient
extends org.forgerock.opendj.server.config.client.PluginCfgClient
An example "Hello World" plugin.
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.ManagedObjectDefinition<? extends ExamplePluginCfgClient,? extends ExamplePluginCfg> |
definition()
Get the configuration definition associated with this Example Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
String |
getMessage()
Gets the "message" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setMessage(String value)
Sets the "message" property.
|
org.forgerock.opendj.config.ManagedObjectDefinition<? extends ExamplePluginCfgClient,? extends ExamplePluginCfg> definition()
definition
in interface org.forgerock.opendj.config.ConfigurationClient
definition
in interface org.forgerock.opendj.server.config.client.PluginCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface org.forgerock.opendj.server.config.client.PluginCfgClient
void setJavaClass(String value) throws org.forgerock.opendj.config.PropertyException
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
setJavaClass
in interface org.forgerock.opendj.server.config.client.PluginCfgClient
value
- The value of the "java-class" property.org.forgerock.opendj.config.PropertyException
- If the new value is invalid.String getMessage()
The message to be logged.
void setMessage(String value) throws org.forgerock.opendj.config.PropertyException
The message to be logged.
value
- The value of the "message" property.org.forgerock.opendj.config.PropertyException
- If the new value is invalid.Copyright © 2011–2023. All rights reserved.