public interface SevenBitCleanPluginCfg extends PluginCfg
The Seven Bit Clean Plugin ensures that values for a specified set of attributes are 7-bit clean.
Modifier and Type | Method and Description |
---|---|
void |
addSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
Register to be notified when this Seven Bit Clean Plugin is changed.
|
Class<? extends SevenBitCleanPluginCfg> |
configurationClass()
Gets the configuration class associated with this Seven Bit Clean Plugin.
|
SortedSet<AttributeType> |
getAttributeType()
Gets the "attribute-type" property.
|
SortedSet<Dn> |
getBaseDn()
Gets the "base-dn" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
void |
removeSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
Deregister an existing Seven Bit Clean Plugin configuration change listener.
|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener
dn, name
Class<? extends SevenBitCleanPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
listener
- The Seven Bit Clean Plugin configuration change listener.void removeSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
listener
- The Seven Bit Clean Plugin configuration change listener.SortedSet<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.
SortedSet<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.
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-2018 ForgeRock AS.