Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Sample Patterns

Sample Patterns

The following examples show sample patterns.
Mask whole field value:
(.+)
Mask all but last three characters:
(.+)…
Leave unmasked first four characters:
….(.+)
Pattern that hides five first characters then leave unmasked three, then hides rest of value except last four characters:
(.{5})…(.+)….
If the specified pattern does not matched field value, then the whole value is masked. For example string "ABS" doesn't match pattern
(.+)…
because it expects at least four characters (one at the beginning to be masked and three at the end to be left unmasked). In this case "ABS" is replaced with
"***"
.

0 COMMENTS

We’d like to hear from you!