| Representation Options |
A Business Security Zone is an environment or context that is defined by security policies, security models, and
security architecture, including a set of resources and set of system entities that are authorized to access the
resources.
UML Representation: «stereotype» BPL_Zone
Extends: «metaclass» Node and «metaclass» Classifier and «metaclass» Package
It has the following properties:
-
id: string - This attribute is used to uniquely identify elements.
-
name: string - A descriptive name for the Zone.
-
owner: string - The owner of the Zone normally defined as a specific organizational position
within the enterprise or business line (e.g. HR) which owns the information within the Zone. Sub-zones inherit
ownership from the parent Zone. The (parent Domain) Authority may delegate responsibilities to Zone owners.
-
parentDomain: domain [0..1] - The Domain within which the Zone is contained.
-
parentZone: zone [0..1] - The Zone, if any, within which the Zone is contained.
-
location: string - The location of the zone within the system or enterprise.
Constraints
-
Zones must be wholly contained within other Zones;
-
Zones must be wholly contained within one Domain;
-
Wholly contains (classifies) Activities, Tasks, and Sub-Processes;
-
Zones are defined only when needed.
|