Package | Description |
---|---|
com.example.opendj |
Example OpenDJ Hello World plugin implementation classes.
|
com.example.opendj.client |
Provides client-side interfaces for querying and managing the
Example OpenDJ Hello World plugin.
|
com.example.opendj.meta |
Provides introspection interfaces for the Example OpenDJ Hello
World plugin.
|
com.example.opendj.server |
Provides server-side interfaces for accessing the Example OpenDJ
Hello World plugin.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
ExamplePlugin.applyConfigurationChange(ExamplePluginCfg config) |
void |
ExamplePlugin.initializePlugin(Set<PluginType> pluginTypes,
ExamplePluginCfg configuration) |
boolean |
ExamplePlugin.isConfigurationChangeAcceptable(ExamplePluginCfg config,
List<org.forgerock.i18n.LocalizableMessage> messages) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.ManagedObjectDefinition<? extends ExamplePluginCfgClient,? extends ExamplePluginCfg> |
ExamplePluginCfgClient.definition()
Get the configuration definition associated with this Example Plugin.
|
Modifier and Type | Method and Description |
---|---|
ExamplePluginCfg |
ExamplePluginCfgDefn.createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends ExamplePluginCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<ExamplePluginCfg> |
ExamplePluginCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
ExamplePluginCfg |
ExamplePluginCfgDefn.createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends ExamplePluginCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExamplePluginCfg> |
ExamplePluginCfg.configurationClass()
Gets the configuration class associated with this Example Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
ExamplePluginCfg.addExampleChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg> listener)
Register to be notified when this Example Plugin is changed.
|
void |
ExamplePluginCfg.removeExampleChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg> listener)
Deregister an existing Example Plugin configuration change listener.
|
Copyright © 2011–2023. All rights reserved.