Configuring Attribute Groups Connected to the Security Classes

You can configure the attribute groups connected to the security class.

Important: Do not use IP Control Attributes, Security Control Attributes, or Export Control Attributes for any other class type except for the following that are automatically connected by default:
  • IP Control Class
  • Export Control Class
  • Security Control Class

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure the attribute groups connected to an export control class, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxExportControl.DefaultAttributeGroups.Export_Control_Class = Export Control Attributes

    2. Set the value for this property depending on your business requirements.
  3. To configure the attribute groups connected to a security control class, follow these steps
    1. Add or edit this line in the file used to import properties into a page object:

      emxExportControl.DefaultAttributeGroups.Security_Control_Class = Security Control Attributes

    2. Set the value for this property depending on your business requirements.
  4. To configure the attribute groups connected to an IP control class, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxExportControl.DefaultAttributeGroups.IP_Control_Class = IP Control Attributes

    2. Set the value for this property depending on your business requirements.
  5. An administrator can choose to make the above property values empty for one or more security classes. In such case, the attribute groups specified as Default apply to those security classes.To configure the attribute groups that should be connected by default, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxExportControl.DefaultAttributeGroups.Default = Export Control Attributes, Security Control Attributes, IP Control Attributes

    2. Set the value for this property depending on your business requirements.
  6. The Classification Attributes that are part of the attribute groups connected to the current class display in the structure browser for Classified Items and Subclasses. In case of a security library, the Classification Attributes that are part of the first class show up in the structure browser for Classes. To exclude certain Classification Attributes connected to attribute groups and prevent them from showing up in the above areas, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxExportControl.EditExcludeAttributeGroups.Default = attribute_ExportControlWarningNotice,\
      attribute_DestinationControlStatement,\
      attribute_DestructionNotice,\
      attribute_EXCIncludedStatements,\
      attribute_DistributionStatementNotice, \
      attribute_ProcessAccessClassification
      

    2. Set the value for this property depending on your business requirements.
  7. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxExportControl.properties page object. For more information, see Editing Properties Using MQL.

Note: All security classes need to have at least one of the three attribute groups: Export Control Attributes, Security Control Attributes, or IP Control Attributes. The protection is based on a rule that is applied on these attribute groups.