Uses of Interface
com.example.opendj.server.ExamplePluginCfg
-
Packages that use ExamplePluginCfg 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. -
-
Uses of ExamplePluginCfg in com.example.opendj
Methods in com.example.opendj with parameters of type ExamplePluginCfg Modifier and Type Method 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)
-
Uses of ExamplePluginCfg in com.example.opendj.client
Methods in com.example.opendj.client that return types with arguments of type ExamplePluginCfg Modifier and Type Method Description org.forgerock.opendj.config.ManagedObjectDefinition<? extends ExamplePluginCfgClient,? extends ExamplePluginCfg>
ExamplePluginCfgClient. definition()
Get the configuration definition associated with this Example Plugin. -
Uses of ExamplePluginCfg in com.example.opendj.meta
Methods in com.example.opendj.meta that return ExamplePluginCfg Modifier and Type Method Description ExamplePluginCfg
ExamplePluginCfgDefn. createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends ExamplePluginCfg> impl)
Methods in com.example.opendj.meta that return types with arguments of type ExamplePluginCfg Modifier and Type Method Description Class<ExamplePluginCfg>
ExamplePluginCfgDefn. getServerConfigurationClass()
Method parameters in com.example.opendj.meta with type arguments of type ExamplePluginCfg Modifier and Type Method Description ExamplePluginCfg
ExamplePluginCfgDefn. createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends ExamplePluginCfg> impl)
-
Uses of ExamplePluginCfg in com.example.opendj.server
Methods in com.example.opendj.server that return types with arguments of type ExamplePluginCfg Modifier and Type Method Description Class<? extends ExamplePluginCfg>
ExamplePluginCfg. configurationClass()
Gets the configuration class associated with this Example Plugin.Method parameters in com.example.opendj.server with type arguments of type ExamplePluginCfg Modifier and Type Method 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.
-