Índice

Search

  1. Introducción
  2. Configurar las herramientas de la Consola del concentrador
  3. Compilar el modelo de datos
  4. Configurar el flujo de datos
  5. Ejecutar procesos de Informatica MDM Hub
  6. Configurar el acceso a aplicaciones
  7. Propiedades de MDM Hub
  8. Ver detalles de la configuración
  9. Bloquear niveles de fila
  10. Registro de MDM Hub
  11. Partición de tablas
  12. Recopilación de información sobre el entorno de MDM con el juego de herramientas de uso del producto
  13. Glosario

Archivo de propiedades de cifrado de datos de muestra

Archivo de propiedades de cifrado de datos de muestra

El
Kit de recursos
incluye archivo de propiedades de cifrado de datos de muestra,
dataencription.properties
.
El archivo de propiedades de cifrado de datos de muestra se encuentra en el siguiente directorio:
En UNIX.
<
infamdm_install_dir
>/hub/resourcekit/samples/DataEncryption/resources
En Windows.
<
infamdm_install_dir
>\hub\resourcekit\samples\DataEncryption\resources
El siguiente ejemplo muestra el contenido del archivo de propiedades de cifrado de datos de muestra:
# 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