Modifying security dimensions
You can add dimension values to security dimensions, and you can make cosmetic changes to dimensions and values without clearing your data from the system.
About this task
The following table shows the changes that you can make to the security dimensions in a deployed
security schema without clearing data from the system. It also states whether a reindex is required
if the change takes place:
1 If you add a dimension value to the bottom of the sequence in an ordered
security dimension, you do not need to complete a reindex.
Change | XML elements or attributes | Allowed | Reindex required |
---|---|---|---|
Add a security dimension | <Dimension> |
No | N/A |
Modify an existing security dimension | DisplayName , Description |
Yes | No |
Remove an existing security dimension | <Dimension> |
No | N/A |
Add a dimension value to an unordered security dimension | <DimensionValue> |
Yes | No |
Add a dimension value to an ordered security dimension | <DimensionValue> |
Yes | Yes1 |
Reorder the dimension values in an ordered security dimension | <DimensionValue> |
Yes | Yes |
Modify an existing dimension value | DisplayName , Description |
Yes | No |
Remove an existing dimension value from a security dimension | <DimensionValue> |
No | N/A |
To add a security dimension value to a security dimension, add a
<DimensionValue>
element as a child of an existing
<Dimension>
element.
To modify the display name or description of a dimension
or a dimension value, change the DisplayName
or Description
attributes an existing <Dimension>
or <DimensionValue>
element. You must not change the value of the Id
attribute.
If you follow this procedure in a deployment that provides high availability, you must complete each step on every Liberty server in your environment before you move to the next step.
Procedure
Redeploy i2 Analyze to update the
application with your changes.