목차

Search

  1. 소개
  2. Hub 콘솔 도구 구성
  3. 데이터 모델 작성
  4. 데이터 흐름 구성
  5. Informatica MDM Hub 프로세스 실행
  6. 응용 프로그램 액세스 구성
  7. MDM Hub 속성
  8. 구성 세부 정보 보기
  9. 행 수준 잠금
  10. MDM Hub 로깅
  11. 테이블 분할
  12. 제품 사용 툴킷을 사용하여 MDM 환경 정보 수집
  13. 용어

샘플 데이터 암호화 속성 파일

샘플 데이터 암호화 속성 파일

리소스 키트
에는 샘플 데이터 암호화 속성 파일인
dataencription.properties
가 포함됩니다.
샘플 데이터 암호화 속성 파일은 다음 디렉터리에 있습니다.
UNIX의 경우.
<
infamdm_install_dir
>/hub/resourcekit/samples/DataEncryption/resources
Windows의 경우.
<
infamdm_install_dir
>\hub\resourcekit\samples\DataEncryption\resources
다음 예에서는 샘플 데이터 암호화 속성 파일의 내용을 보여 줍니다.
# 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