Previous Topic: Logical Attribute Handler: Option ListNext Topic: Logical Attribute Handlers for Option Lists


Populating Option Lists

An option list is populated programmatically through a custom object that you create with the Logical Attribute API. The logic is performed in the initializeOptionList() method of the LogicalAttributeAdapter class. You can populate the option list through whatever mechanism you like, for example, from hard-coded items, items in a data source, or items in a text file.

CA IdentityMinder calls initializeOptionList() after a user requests an admin task and the task screen is about to be displayed.