Multidomain MDM
- Multidomain MDM 10.5
- All Products
# This is an example of dataencryption.properties file. # File contains encryptor configuration and different parts of product which should be aware of data encryption # # Encryptor implementation # # main class which implements DataEncryptor interface. If this option is empty encryption is turned off. mainClass=com.informatica.dataencryption.sample.InformaticaDataEncryptor # # Part 1. EjbSiperianClient configuration. # # List of API.<ORS_ID>.<BASE_OBJECT_NAME>.<COLUMN_NAME> which should be encrypted before sending out # and decrypted on return back by EjbSiperianClient. # API.orcl-MDM_SAMPLE.BASE_OBJECT.C_PARTY.DISPLAY_NAME=true API.orcl-MDM_SAMPLE.PACKAGE.PKG_PERSON_IDD_SEARCH.DISPLAY_NAME=true API.orcl-MDM_SAMPLE.PACKAGE.PKG_ORG_IDD_SEARCH.DISPLAY_NAME=true API.orcl-MDM_SAMPLE.HISTORY.C_PARTY.DISPLAY_NAME=true API.orcl-MDM_SAMPLE.XREF.C_PARTY.DISPLAY_NAME=true API.orcl-MDM_SAMPLE.HM_ENTITY_TYPE.Organization.DISPLAY_NAME=true # # Part 2. Cleanse functions. # # List of input and output port of cleanse functions which should take and produce encrypted data. # CLEANSE.firstNameInput=true CLEANSE.firstNameOutput=true # # Part 3. Match Fields # # List of MATCHFIELD.<ORS_ID>.<BASE_OBJECT_NAME>.<MATCH_FIELD_NAME> # The server will decrypt this match field automatically before get_ranges, get_keys, and get_match. MATCHFIELD.orcl-MDM_SAMPLE.C_PARTY.ORGANIZATION_NAME=true