|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SevenBitCleanPluginCfg
A server-side interface for querying Seven Bit Clean Plugin settings.
The Seven Bit Clean Plugin ensures that values for a specified set of attributes are 7-bit clean.
Method Summary | |
---|---|
void |
addSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
Register to be notified when this Seven Bit Clean Plugin is changed. |
java.lang.Class<? extends SevenBitCleanPluginCfg> |
configurationClass()
Gets the configuration class associated with this Seven Bit Clean Plugin. |
java.util.SortedSet<AttributeType> |
getAttributeType()
Gets the "attribute-type" property. |
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. |
void |
removeSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
Deregister an existing Seven Bit Clean 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 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.java.util.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.
java.util.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.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfg
java.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 PluginCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |