|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UniqueAttributePluginCfg
A server-side interface for querying Unique Attribute Plugin settings.
The Unique Attribute Plugin enforces constraints on the value of an attribute within a portion of the directory.
| Method Summary | |
|---|---|
void |
addUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
Register to be notified when this Unique Attribute Plugin is changed. |
java.lang.Class<? extends UniqueAttributePluginCfg> |
configurationClass()
Gets the configuration class associated with this Unique Attribute Plugin. |
java.util.SortedSet<DN> |
getBaseDN()
Gets the "base-dn" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property. |
java.util.SortedSet<AttributeType> |
getType()
Gets the "type" property. |
void |
removeUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
Deregister an existing Unique Attribute Plugin configuration change listener. |
| Methods inherited from interface org.opends.server.admin.std.server.PluginCfg |
|---|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener |
| Methods inherited from interface org.opends.server.admin.Configuration |
|---|
dn |
| Method Detail |
|---|
java.lang.Class<? extends UniqueAttributePluginCfg> configurationClass()
configurationClass in interface ConfigurationconfigurationClass in interface PluginCfgvoid 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.java.util.SortedSet<DN> getBaseDN()
Specifies a base DN within which the attribute must be unique.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass in interface PluginCfgjava.util.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 PluginCfgjava.util.SortedSet<AttributeType> getType()
Specifies the type of attributes to check for value uniqueness.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||