public interface EntryUuidPluginCfg extends PluginCfg
The entryUUID Plugin generates values for the entryUUID operational attribute whenever an entry is added via protocol or imported from LDIF.
Modifier and Type | Method and Description |
---|---|
void |
addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
Register to be notified when this entryUUID Plugin is changed.
|
Class<? extends EntryUuidPluginCfg> |
configurationClass()
Gets the configuration class associated with this entryUUID Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
void |
removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
Deregister an existing entryUUID Plugin configuration change listener.
|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener
dn, name
Class<? extends EntryUuidPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
listener
- The entryUUID Plugin configuration change listener.void removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
listener
- The entryUUID Plugin configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfg
SortedSet<PluginCfgDefn.PluginType> getPluginType()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
getPluginType
in interface PluginCfg
Copyright 2010-2020 ForgeRock AS.