Multidomain MDM
- Multidomain MDM 10.3 HotFix 1
- All Products
# This is an example of dataencryption.properties file. # File contains encryptor configuration and different parts of the product that should be aware of data encryption. # # Encryptor implementation # # main class that implements DataEncryptor interface. If this option is empty, encryption is turned off. mainClass=com.informatica.dataencryption.sample.InformaticaDataEncryptor # # Part 1. SiperianClient configuration. # # List of API.<ORS_ID>.<BASE_OBJECT_NAME>.<COLUMN_NAME> that should be encrypted before they are sent out # and decrypted when returned back by SiperianClient. # API.localhost-main-MDM_SAMPLE.BASE_OBJECT.C_PARTY.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.PACKAGE.PKG_PERSON_IDD_SEARCH.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.HISTORY.C_PARTY.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.XREF.C_PARTY.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.HM_ENTITY_TYPE.Person.FIRST_NAME=true # # Part 2. Cleanse functions. # # List of input and output ports of cleanse functions that must receive and produce encrypted data. # CLEANSE.firstName=true