Configuring Sun Master Indexes (Repository)

Specifying a Master Index Field Masking Class (Repository)

If you implement a custom class to define field masking logic, you must specify the new class in the implementation details. The custom class must be created as a custom plug-in in the Sun Master Index project. This class can be used to mask the value of any field for which the is-sensitive element is set to “true”.

ProcedureTo Specify a Field Masking Class

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Enterprise Data Manager file.

    The file opens in the NetBeans XML editor.

  2. Scroll to the impl-details element.

  3. Change the value of the object-sensitive-plug-in-class element to the name of the custom class.

    For example:


    <object-sensitive-plug-in-class>
     com.stc.eindex.user.customfieldmasker
    </object-sensitive-plug-in-class>
  4. Save and close the file.