Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Configuration

Sample Configuration for Identifier Update Notification functionality defined in the configuration file: mpi-config.xml, used in the Examples is shown below (Matching, Admin Configuration and Global Identifier Assignment):

 <global-identifier>
        <assign-global-identifier>true</assign-global-identifier>
        <namespace-identifier>NIST2010</namespace-identifier>
        <universal-identifier>2.16.840.1.113883.3.72.5.9.1</universal-identifier>
        <universal-identifier-type>ISO</universal-identifier-type>
        <identifier-domain-name>NIST2010</identifier-domain-name>
    </global-identifier>

 <em:exact-matching>
        <em:match-fields>
            <em:match-field>
                <em:field-name>familyName</em:field-name>
                <em:comparator-function>
                    <function-name>Exact</function-name>
                </em:comparator-function>
                <em:match-threshold>0.99</em:match-threshold>
            </em:match-field>
           <em:match-field>
                <em:field-name>givenName</em:field-name>
                <em:comparator-function>
                    <function-name>Exact</function-name>
                </em:comparator-function>
                <em:match-threshold>0.99</em:match-threshold>
            </em:match-field>
        </em:match-fields>
    </em:exact-matching>
    <admin-configuration>
        <file-repository-directory>fileRepository</file-repository-directory>
        <autostart-pixpdq>false</autostart-pixpdq>
        <update-notification-entries>
            <update-notification-entry>
                <identifier-domain-name>NIST2010</identifier-domain-name>
                <user>admin</user>
                <!-- Number of days that an update notification entry will be preserved before it is deleted -->
                <time-to-live>30</time-to-live>
            </update-notification-entry>
        </update-notification-entries>
    </admin-configuration>

 
  • No labels