Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends EntryUUIDPluginCfgClient,? extends EntryUUIDPluginCfg> |
EntryUUIDPluginCfgClient.definition()
Get the configuration definition associated with this Entry UUID Plugin.
|
Modifier and Type | Method and Description |
---|---|
EntryUUIDPluginCfg |
EntryUUIDPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends EntryUUIDPluginCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<EntryUUIDPluginCfg> |
EntryUUIDPluginCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
EntryUUIDPluginCfg |
EntryUUIDPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends EntryUUIDPluginCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends EntryUUIDPluginCfg> |
EntryUUIDPluginCfg.configurationClass()
Gets the configuration class associated with this Entry UUID Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryUUIDPluginCfg.addEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg> listener)
Register to be notified when this Entry UUID Plugin is changed.
|
void |
EntryUUIDPluginCfg.removeEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg> listener)
Deregister an existing Entry UUID Plugin configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
EntryUUIDPlugin.applyConfigurationChange(EntryUUIDPluginCfg configuration) |
void |
EntryUUIDPlugin.initializePlugin(Set<PluginType> pluginTypes,
EntryUUIDPluginCfg configuration) |
boolean |
EntryUUIDPlugin.isConfigurationChangeAcceptable(EntryUUIDPluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.