public interface AttributeCleanupPluginCfgClient extends PluginCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends AttributeCleanupPluginCfgClient,? extends AttributeCleanupPluginCfg> |
definition()
Get the configuration definition 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 |
setInvokeForInternalOperations(Boolean value)
Sets the "invoke-for-internal-operations" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
setRemoveInboundAttributes(Collection<String> values)
Sets the "remove-inbound-attributes" property.
|
void |
setRenameInboundAttributes(Collection<String> values)
Sets the "rename-inbound-attributes" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends AttributeCleanupPluginCfgClient,? extends AttributeCleanupPluginCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PluginCfgClient
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 PluginCfgClient
void setInvokeForInternalOperations(Boolean value) throws PropertyException
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.
setInvokeForInternalOperations
in interface PluginCfgClient
value
- The value of the "invoke-for-internal-operations" property.PropertyException
- If the new value is 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<String> getRemoveInboundAttributes()
A list of attributes which should be removed from incoming add or modify requests.
void setRemoveInboundAttributes(Collection<String> values) throws PropertyException
A list of attributes which should be removed from incoming add or modify requests.
values
- The values of the "remove-inbound-attributes" property.PropertyException
- If one or more of the new values are invalid.SortedSet<String> getRenameInboundAttributes()
A list of attributes which should be renamed in incoming add or modify requests.
void setRenameInboundAttributes(Collection<String> values) throws PropertyException
A list of attributes which should be renamed in incoming add or modify requests.
values
- The values of the "rename-inbound-attributes" property.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.