public interface UniqueAttributePluginCfgClient extends PluginCfgClient
The Unique Attribute Plugin enforces constraints on the value of an attribute within a portion of the directory.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends UniqueAttributePluginCfgClient,? extends UniqueAttributePluginCfg> |
definition()
Get the configuration definition 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 |
setBaseDN(Collection<DN> values)
Sets the "base-dn" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
setType(Collection<AttributeType> values)
Sets the "type" property.
|
isEnabled, isInvokeForInternalOperations, setEnabled, setInvokeForInternalOperations
commit, properties
ManagedObjectDefinition<? extends UniqueAttributePluginCfgClient,? extends UniqueAttributePluginCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PluginCfgClient
SortedSet<DN> getBaseDN()
Specifies a base DN within which the attribute must be unique.
void setBaseDN(Collection<DN> values) throws PropertyException
Specifies a base DN within which the attribute must be unique.
values
- The values of the "base-dn" property.PropertyException
- If one or more of the new values are invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
setJavaClass
in interface PluginCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.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 PluginCfgClient
void setPluginType(Collection<PluginCfgDefn.PluginType> values) throws PropertyException
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
setPluginType
in interface PluginCfgClient
values
- The values of the "plugin-type" property.PropertyException
- If one or more of the new values are invalid.SortedSet<AttributeType> getType()
Specifies the type of attributes to check for value uniqueness.
void setType(Collection<AttributeType> values) throws PropertyException
Specifies the type of attributes to check for value uniqueness.
values
- The values of the "type" property.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.