public interface AttributeCleanupPluginCfg extends PluginCfg
A pre-parse plugin which can be used to remove and rename attributes in ADD and MODIFY requests before being processed.
Modifier and Type | Method and Description |
---|---|
void |
addAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg> listener)
Register to be notified when this Attribute Cleanup Plugin is changed.
|
Class<? extends AttributeCleanupPluginCfg> |
configurationClass()
Gets the configuration class associated with this Attribute Cleanup Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
SortedSet<String> |
getRemoveInboundAttributes()
Gets the "remove-inbound-attributes" property.
|
SortedSet<String> |
getRenameInboundAttributes()
Gets the "rename-inbound-attributes" property.
|
boolean |
isInvokeForInternalOperations()
Gets the "invoke-for-internal-operations" property.
|
void |
removeAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg> listener)
Deregister an existing Attribute Cleanup Plugin configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends AttributeCleanupPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg> listener)
listener
- The Attribute Cleanup Plugin configuration change listener.void removeAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg> listener)
listener
- The Attribute Cleanup Plugin configuration change listener.boolean isInvokeForInternalOperations()
Indicates whether the plug-in should be invoked for internal operations.
Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
isInvokeForInternalOperations
in interface PluginCfg
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
SortedSet<String> getRemoveInboundAttributes()
A list of attributes which should be removed from incoming add or modify requests.
SortedSet<String> getRenameInboundAttributes()
A list of attributes which should be renamed in incoming add or modify requests.
Copyright 2010-2020 ForgeRock AS.