public final class ExamplePluginCfgDefn extends org.forgerock.opendj.config.ManagedObjectDefinition<ExamplePluginCfgClient,ExamplePluginCfg>
An example "Hello World" plugin.
Modifier and Type | Method and Description |
---|---|
ExamplePluginCfgClient |
createClientConfiguration(org.forgerock.opendj.config.client.ManagedObject<? extends ExamplePluginCfgClient> impl) |
ExamplePluginCfg |
createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends ExamplePluginCfg> impl) |
org.forgerock.opendj.config.BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static ExamplePluginCfgDefn |
getInstance()
Get the Example Plugin configuration definition singleton.
|
org.forgerock.opendj.config.BooleanPropertyDefinition |
getInvokeForInternalOperationsPropertyDefinition()
Get the "invoke-for-internal-operations" property definition.
|
org.forgerock.opendj.config.ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
org.forgerock.opendj.config.StringPropertyDefinition |
getMessagePropertyDefinition()
Get the "message" property definition.
|
org.forgerock.opendj.config.EnumPropertyDefinition<org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType> |
getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.
|
Class<ExamplePluginCfg> |
getServerConfigurationClass() |
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static ExamplePluginCfgDefn getInstance()
public ExamplePluginCfgClient createClientConfiguration(org.forgerock.opendj.config.client.ManagedObject<? extends ExamplePluginCfgClient> impl)
createClientConfiguration
in class org.forgerock.opendj.config.ManagedObjectDefinition<ExamplePluginCfgClient,ExamplePluginCfg>
public ExamplePluginCfg createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends ExamplePluginCfg> impl)
createServerConfiguration
in class org.forgerock.opendj.config.ManagedObjectDefinition<ExamplePluginCfgClient,ExamplePluginCfg>
public Class<ExamplePluginCfg> getServerConfigurationClass()
getServerConfigurationClass
in class org.forgerock.opendj.config.ManagedObjectDefinition<ExamplePluginCfgClient,ExamplePluginCfg>
public org.forgerock.opendj.config.BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the plug-in is enabled for use.
public org.forgerock.opendj.config.BooleanPropertyDefinition getInvokeForInternalOperationsPropertyDefinition()
Indicates whether the plug-in should be invoked for internal operations.
Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
public org.forgerock.opendj.config.ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
public org.forgerock.opendj.config.StringPropertyDefinition getMessagePropertyDefinition()
The message to be logged.
public org.forgerock.opendj.config.EnumPropertyDefinition<org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType> getPluginTypePropertyDefinition()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
Copyright © 2011–2023. All rights reserved.