Uses of Interface
org.forgerock.opendj.server.config.server.EntryUuidPluginCfg
-
Packages that use EntryUuidPluginCfg 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. -
-
Uses of EntryUuidPluginCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type EntryUuidPluginCfg Modifier and Type Method Description ManagedObjectDefinition<? extends EntryUuidPluginCfgClient,? extends EntryUuidPluginCfg>
EntryUuidPluginCfgClient. definition()
Get the configuration definition associated with this entryUUID Plugin. -
Uses of EntryUuidPluginCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return EntryUuidPluginCfg Modifier and Type Method Description EntryUuidPluginCfg
EntryUuidPluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryUuidPluginCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type EntryUuidPluginCfg Modifier and Type Method Description Class<EntryUuidPluginCfg>
EntryUuidPluginCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type EntryUuidPluginCfg Modifier and Type Method Description EntryUuidPluginCfg
EntryUuidPluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryUuidPluginCfg> impl)
-
Uses of EntryUuidPluginCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type EntryUuidPluginCfg Modifier and Type Method Description Class<? extends EntryUuidPluginCfg>
EntryUuidPluginCfg. configurationClass()
Gets the configuration class associated with this entryUUID Plugin.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type EntryUuidPluginCfg Modifier and Type Method Description void
EntryUuidPluginCfg. addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
Register to be notified when this entryUUID Plugin is changed.void
EntryUuidPluginCfg. removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
Deregister an existing entryUUID Plugin configuration change listener. -
Uses of EntryUuidPluginCfg in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type EntryUuidPluginCfg Modifier and Type Method Description ConfigChangeResult
EntryUUIDPlugin. applyConfigurationChange(EntryUuidPluginCfg configuration)
void
EntryUUIDPlugin. initializePlugin(Set<PluginType> pluginTypes, EntryUuidPluginCfg configuration)
boolean
EntryUUIDPlugin. isConfigurationAcceptable(EntryUuidPluginCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
EntryUUIDPlugin. isConfigurationChangeAcceptable(EntryUuidPluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
-