Partitioning Aggregation

IdentityIQ for TopSecret LDAP Mainframe supports the Partitioning Aggregation feature to enable faster retrieval of data from the application.

In the IdentityIQ for TopSecret LDAP connector, objects can be retrieved by means of a searchDN and searchFilter. Partition entries are the application configuration searchDNs in the list with each list entry treated as a single partition.

Typically, the partitions can be defined as the searchDNs list as follows:

Copy
<entry key="searchDNs">
  <value>
     <List>
       <Map>
           <entry key="iterateSearchFilter" value="(tssacid=a*)"/>
           <entry key="searchDN" value="host=SYSB,o=SAILPOINT,c=us"/>
       </Map>
       <Map>
           <entry key="iterateSearchFilter" value="(tssacid=b*)"/>
           <entry key="searchDN" value="host=SYSB,o=SAILPOINT,c=us "/>
       </Map>
       <Map>
           <entry key="iterateSearchFilter" value="(tssacid=c*)"/>
           <entry key="searchDN" value="host=SYSB,o=SAILPOINT,c=us "/>
       </Map>
       <Map>
           <entry key="iterateSearchFilter" value="(tssacid=d*)"/>
           <entry key="searchDN" value="host=SYSB,o=SAILPOINT,c=us "/>
       </Map>
           ……..
           …..
           …..
           ……
       <Map>
           <entry key="iterateSearchFilter" value="(tssacid=z*)"/>
           <entry key="searchDN" value="host=SYSB,o=SAILPOINT,c=us "/>
       </Map>
     </List>
  </value>
</entry>