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.ConfigurationClientdefinition in interface org.forgerock.opendj.server.config.client.PluginCfgClientString 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.PluginCfgClientvoid 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.PluginCfgClientvalue - 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.