Adding New Security Labels or Label Values
You can configure new security labels or new security label values using the following procedure:
To add a new security label, complete the following steps:
1. Specify the display name and description for the new security label. For more information, see Define Security Labels.
2. Specify the display names and descriptions for the new security label values. For more information, see Define Standard Security Label Values.
3. Add a SecurityLabel element for each new standard security label, and SecurityLabelValue element for each new standard security label value to the security labels configuration file. For more information, see Add Configurations to the Security Labels Configuration File.
4. Add the new security label to the LogicalAttributesSite.xml file. For more information, see Create LogicalAttributesSite.xml.
5. If your site uses object initialization rules, ensure that object initialization rules can be created for the new security label. For more information, see Add Security Labels to RuleConfigurableTypeAttribute.properties.
6. Specify the attribute handler for the new security label. For more information, see Specify Attribute Handler for Label Attribute.
7. Propagate your changes using the deploy target of CCD. For more information, see Deploying Code and Configuration Package.
To add new security label values to existing standard security labels, perform the following procedure:
1. Specify the display names and descriptions for the new security label values. For more information, see Define Standard Security Label Values.
2. In the security labels configuration file, add a SecurityLabelValue element for each new label value to the SecurityLabel element for the security label. For more information, see Add Configurations to the Security Labels Configuration File.
3. If necessary, review the object initialization rules set for security labels to see if any need to be updated.
4. Propagate your changes using the deploy target of CCD. For more information, see Deploying Code and Configuration Package.
Was this helpful?