Documentation Center

Configuring DM-level security banner text

You can customize the text of DM-level security banner.

About this task

The DM-level security banner text consists of two segments defined by attributes of a security class within the DM. The following table describes each of these attributes.
Security Class AttributeDescription
securityClassification (Issue 4.0 and later)

or

class (Issue 3.0 and earlier)

This attribute accepts as its value a translation key representing the S1000D security classification of the DM. When the security banner is displayed, the text associated with this key in the applicable language resources file (resources-xx.prop) is displayed as the first segment of the security banner text.
caveatThis optional attribute accepts as its value a translation key representing a distribution restriction caveat for the DM. When the security banner is displayed, the text associated with this key in the applicable language resources file is displayed as the second segment of the security banner text.

Perform the following steps to configure the text for the DM-level banner.

Procedure

  1. Open the DM XML file for editing.
  2. Under the <dmStatus> tag add the <security> tag to define a class for the DM as follows.
    <security securityClassification=TextValue1 caveat=TextValue2 EID="16"/>

    where TextValue1 is a translation key representing the DM's security classification and TextValue2 is a translation key representing the DM's distribution restriction caveat. For a list of the default distribution restriction caveat translation keys, see Default security banner translation keys, which follows.

  3. Save and close the DM XML file.