An ID Policy container is a repository for ID policies and is used in conjunction with the ID Provider driver. An ID policy allows the ID Provider driver to generate unique IDs. When the ID Provider driver receives an ID request from a client, it generates an ID based on the ID policy specified in the request and passes it to the client.
By default, there are three ID policies that are created when the driver is imported. The three policies are sample policies. You can use these policies or create your own. The default policies are:
pid: The pid policy generates unique ids between the range of 100000 to 2000000000. It also adds the prefix of PID to each unique ID.
wfid: The wfid policy generates unique ids between the range of 10000000 to 99999999. It also adds the prefix of WFID to each unique ID for the workforce ID.
woid: The woid policy generates unique ids between the range of 100000 to 2000000000. It also adds the prefix of WOID to each unique ID.
To create an ID policy:
In Designer, right-click the ID Policy container in the
tab, then click .The ID Policy container is created when the ID Provider driver is created. The ID Policy container can only reside under the ID Provider driver.
Specify the name for the ID policy, then click
.Double-click the ID policy to access the properties page.
Use the information in Table 3-4 to create your ID policy, then click to save the information.
Table 3-4 The ID Policy’s General Settings