Enumeration PrivacyProtectionMechanismType

null

This EEnum categorizes the privacy protection mechanism type. In this current draft of the PrivacyDSL, a number of exemplary information types are provided, following a numbering taxonomy using a four-digit number:

1) the first two digits are the broad mechanism type category (e.g. accessControl)

1) the last two digits are the subcategories within those broad categories, e.g. accessControlFineGrained). If preferred, the same subcategorizing can be done within the last two digits (optional).

This allows the easy generalization of specific mechanism types into more generic ones.

Literals

Name Literal Value Description
accessControl accessControl 1100 Selects a particular mechanism type from the EEnum.
accessControlCoarseGrained accessControlCoarseGrained 1101 Selects a particular mechanism type from the EEnum.
accessControlFineGrained accessControlFineGrained 1150 Selects a particular mechanism type from the EEnum.
auditing auditing 1200 Selects a particular mechanism type from the EEnum.
authentication authentication 1400 Selects a particular mechanism type from the EEnum.
authenticationUser authenticationUser 1401 Selects a particular mechanism type from the EEnum.
deletion deletion 1600 Selects a particular mechanism type from the EEnum.
encryption encryption 1000 Selects a particular mechanism type from the EEnum.
encryptionCommunication encryptionCommunication 1001 Selects a particular mechanism type from the EEnum.
enryptionAtRest enryptionAtRest 1050 Selects a particular mechanism type from the EEnum.
informationAnonymization informationAnonymization 1501 Selects a particular mechanism type from the EEnum.
informationFiltering informationFiltering 1511 Selects a particular mechanism type from the EEnum.
informationHashing informationHashing 1531 Selects a particular mechanism type from the EEnum.
informationProcessing informationProcessing 1500 Selects a particular mechanism type from the EEnum.
informationRedaction informationRedaction 1521 Selects a particular mechanism type from the EEnum.
monitoring monitoring 1300 Selects a particular mechanism type from the EEnum.
none none 0 Selects a particular mechanism type from the EEnum.
purposeBoundedDeletion purposeBoundedDeletion 1602 Selects a particular mechanism type from the EEnum.
strongAuthenticationUser strongAuthenticationUser 1450 Selects a particular mechanism type from the EEnum.
timedDeletion timedDeletion 1601 Selects a particular mechanism type from the EEnum.