resource-manager-provided-adi

The resource-manager-provided-adi configuration stanza entry defines the prefixes the authorization engine uses to determine the set of missing ADI from the resource manager. This entry uses a string prefix as its value. To specify more than one prefix, add multiple stanza entries as in the following examples:

resource-manager-provided-adi = sales_customer_
resource-manager-provided-adi = sales_item_
These examples notify the authorization engine that any ADI it requires that begins with sales_customer_ or sales_item_ is provided by the resource manager application. ADI items named sales_customer_name, sales_customer_address, sales_item_count, and sales_item_price are examples of ADI the authorization engine would request from the resource manager.

Parent topic: Configuration file and initialization attributes