Object -
privacy :
H2PiiStore
Represents personally identifiable information (PII) storage mechanisum based on H2 database
Constructor
__init
(Client clientEndpoint, string tableName, string idColumn, string piiColumn)
- clientEndpoint Client
-
reference to H2 database client endpoint
- tableName string
-
table name used to store PII
- idColumn string
-
column name used to store pseudonymized identifier
- piiColumn string
-
column name used to store PII
Methods
Pseudonymize personally identifiable information (PII) and store PII and the pseudonymized identifier
Depseudonymize the identifier by retrieving the personally identifiable information (PII)
Delete personally identifiable information (PII)
Fields
Pseudonymize personally identifiable information (PII) and store PII and the pseudonymized identifier
Parameters
- pii string
-
PII to be pseudonymized
Depseudonymize the identifier by retrieving the personally identifiable information (PII)
Parameters
- id string
-
pseudonymized identifier to be depseudonymize