This page was last edited on July 24, 2013, at 18:39.
Comments or questions about this documentation? Contact us for support!
The following topics describe the data hiding functionality for the CSTA Connector:
CSTA Connector provides data filtering capabilities based on the Perl-Compatible Regular Expressions (PCRE) library. Sensitive data is defined by a set of regular expressions provisioned in the application configuration though Genesys Management Framework. All data to be hidden is overwritten with an asterisk (*) symbol.
CSTA Connector supports two major modes of hiding sensitive data:
The technical definition of the behaviour of complex patterns is as follows:
Multiple regular expressions can be provided that are arranged in ASCII order by their corresponding option name and applied sequentially. Each subsequent expression is applied to a string that could have been already modified by the preceding expression. It is thus essential that the preceding regular expressions do not hide the keyword part of the succeeding expressions. It is recommended that the expressions do not overlap in their matches and that multiple sensitive data chunks are handled in a single expression.
Examples:
Note: The use of optional capture strings can lead to obscure results:
A valid example of an optional capture string is a code that can come in one or two parts: