public interface SevenBitCleanPluginCfgClient extends PluginCfgClient
The Seven Bit Clean Plugin ensures that values for a specified set of attributes are 7-bit clean.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SevenBitCleanPluginCfgClient,? extends SevenBitCleanPluginCfg> |
definition()
Get the configuration definition associated with this Seven Bit Clean Plugin.
|
SortedSet<ValueOrExpression<AttributeType>> |
getAttributeType()
Gets the "attribute-type" property.
|
SortedSet<ValueOrExpression<Dn>> |
getBaseDn()
Gets the "base-dn" property.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>> |
getPluginType()
Gets the "plugin-type" property.
|
void |
setAttributeType(Collection<ValueOrExpression<AttributeType>> values)
Sets the "attribute-type" property.
|
void |
setBaseDn(Collection<ValueOrExpression<Dn>> values)
Sets the "base-dn" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.
|
isEnabled, isInvokeForInternalOperations, setEnabled, setInvokeForInternalOperations
commit, properties
ManagedObjectDefinition<? extends SevenBitCleanPluginCfgClient,? extends SevenBitCleanPluginCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PluginCfgClient
SortedSet<ValueOrExpression<AttributeType>> getAttributeType()
Specifies the name or OID of an attribute type for which values should be checked to ensure that they are 7-bit clean.
void setAttributeType(Collection<ValueOrExpression<AttributeType>> values) throws PropertyException
Specifies the name or OID of an attribute type for which values should be checked to ensure that they are 7-bit clean.
values
- The values of the "attribute-type" property.PropertyException
- If one or more of the new values are invalid.SortedSet<ValueOrExpression<Dn>> getBaseDn()
Specifies the base DN below which the checking is performed.
Any attempt to update a value for one of the configured attributes below this base DN must be 7-bit clean for the operation to be allowed.
void setBaseDn(Collection<ValueOrExpression<Dn>> values) throws PropertyException
Specifies the base DN below which the checking is performed.
Any attempt to update a value for one of the configured attributes below this base DN must be 7-bit clean for the operation to be allowed.
values
- The values of the "base-dn" property.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfgClient
void setJavaClass(ValueOrExpression<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<ValueOrExpression<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<ValueOrExpression<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.Copyright 2010-2018 ForgeRock AS.