Language-independent access control policy bootstrap file
defaultAccessControlPolicies.xml is a language-independent XML file that populates the access control database tables with information. You may want to access this file to find out specific information, such as attributes, actions, relationships, resource categories, action groups, resource groups, policy groups, policies, and policy group subscription.
Database Table | Type of Information | Code Sample |
---|---|---|
ACPOLGRP | Stores all of the access control policy groups in the system. | |
ACPOLGPPOL | Includes policies into a policy group. | |
ACPLGPSUBS | Allows organizational entities to subscribe to the specified policy group. | |
ACRELGRP | Stores all of the relationship groups in the system. | |
ACACTACTGP | Stores the association between actions and action groups. | |
ACACTGRP | Stores the action groups. | |
ACACTION | Master list of all the actions in the system. | |
ACATTR | Master list of the attributes that various resources can be grouped on. These attributes can be used to form implicit resource groups. | |
ACPOLICY | Stores all the access control policies in the system | |
ACRELATION | This is a master list of all the relationships that exist in the system. | |
ACRESACT | Stores the actions that can be performed on a resource category. This is used only by the Tools, and not for policy evaluation. | |
ACRESATREL | Stores the attributes of a resource category, upon which the resource category can be grouped. This is used only by the Organization Administration Console tool, and not for policy evaluation. | |
ACRESCGRY | Stores all the resource categories in the system and the metadata information about them. | |
ACRESGPRES | Explicitly includes resource categories into resource groups, based on the resource category classname. | |
ACRESGRP | This is a master list of all the resource groups in the system | |
ACRESPRIM | Stores the primary resource column names for a resource. | |
ACRESREL | Stores the relationships that are supported by a resource category. This is used only by the Organization Administration Console tool, and not for policy evaluation. | |
Note: It is recommended that you do not modify any of the
bootstrap files. If modified, an instance may not be created successfully
and this could result in a major support issue. If changes are needed
to the bootstrap access control policy information, after instance
creation, it is best to copy the bootstrap file, modify it as needed,
and then load the new access control policy definition file.