public class ExamplePlugin extends DirectoryServerPlugin<ExamplePluginCfg> implements org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg>
Constructor and Description |
---|
ExamplePlugin()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationChange(ExamplePluginCfg config) |
PluginResult.Startup |
doStartup() |
void |
initializePlugin(Set<PluginType> pluginTypes,
ExamplePluginCfg configuration) |
boolean |
isConfigurationChangeAcceptable(ExamplePluginCfg config,
List<org.forgerock.i18n.LocalizableMessage> messages) |
doLDIFExport, doLDIFImport, doLDIFImportBegin, doLDIFImportEnd, doPostConnect, doPostDisconnect, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostSynchronization, doPostSynchronization, doPostSynchronization, doPostSynchronization, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doShutdown, finalizePlugin, getPluginEntryDN, getPluginTypes, getServerContext, initializeInternal, invokeForInternalOperations, isConfigurationAcceptable, processIntermediateResponse, processSearchEntry, processSearchReference, processSubordinateDelete, processSubordinateModifyDN, setInvokeForInternalOperations
public void initializePlugin(Set<PluginType> pluginTypes, ExamplePluginCfg configuration) throws org.forgerock.opendj.config.server.ConfigException, InitializationException
initializePlugin
in class DirectoryServerPlugin<ExamplePluginCfg>
org.forgerock.opendj.config.server.ConfigException
InitializationException
public PluginResult.Startup doStartup()
doStartup
in class DirectoryServerPlugin<ExamplePluginCfg>
public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationChange(ExamplePluginCfg config)
applyConfigurationChange
in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg>
public boolean isConfigurationChangeAcceptable(ExamplePluginCfg config, List<org.forgerock.i18n.LocalizableMessage> messages)
isConfigurationChangeAcceptable
in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg>
Copyright © 2011–2023. All rights reserved.