Índice

Search

  1. Prólogo
  2. Parte 1: Introducción
  3. Parte 2: Configurar las herramientas de la Consola del concentrador
  4. Parte 3: Compilar el modelo de datos
  5. Parte 4: Configurar el flujo de datos
  6. Parte 5: Ejecutar procesos de Informatica MDM Hub
  7. Parte 6: Configurar el acceso a aplicaciones
  8. Apéndice A: Propiedades de MDM Hub
  9. Apéndice B: Ver detalles de la configuración
  10. Apéndice C: Bloquear niveles de fila
  11. Apéndice D: Registro de MDM Hub
  12. Apéndice E: Partición de tablas
  13. Apéndice F: Recopilación de información sobre el entorno de MDM con el juego de herramientas de uso del producto
  14. Apéndice G: 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 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