public interface UniqueAttributePluginCfg extends PluginCfg
The Unique Attribute Plugin enforces constraints on the value of an attribute within a portion of the directory.
Modifier and Type | Method and Description |
---|---|
void |
addUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
Register to be notified when this Unique Attribute Plugin is changed.
|
Class<? extends UniqueAttributePluginCfg> |
configurationClass()
Gets the configuration class associated with this Unique Attribute Plugin.
|
SortedSet<Dn> |
getBaseDn()
Gets the "base-dn" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
SortedSet<AttributeType> |
getType()
Gets the "type" property.
|
void |
removeUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
Deregister an existing Unique Attribute Plugin configuration change listener.
|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener
dn, name
Class<? extends UniqueAttributePluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
listener
- The Unique Attribute Plugin configuration change listener.void removeUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
listener
- The Unique Attribute Plugin configuration change listener.SortedSet<Dn> getBaseDn()
Specifies a base DN within which the attribute must be unique.
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
SortedSet<AttributeType> getType()
Specifies the type of attributes to check for value uniqueness.
Copyright 2010-2018 ForgeRock AS.