public interface EntryUUIDPluginCfg extends PluginCfg
The Entry UUID 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 Entry UUID Plugin is changed.
|
Class<? extends EntryUUIDPluginCfg> |
configurationClass()
Gets the configuration class associated with this Entry UUID 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 Entry UUID Plugin configuration change listener.
|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener
dn
Class<? extends EntryUUIDPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg> listener)
listener
- The Entry UUID Plugin configuration change listener.void removeEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg> listener)
listener
- The Entry UUID 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-2017 ForgeRock AS.