Develop > Persistence layer > Data assets > Bootstrap files
Language-dependant access control policy bootstrap file
defaultAccessControlPolicies_LOCALE.xml is a language-dependant XML file that populates the access control database tables with locale specific information. Description fields and display names are translated in the language dependant files, and can be viewed within each file. Each language dependant bootstrap file contains different descriptions and display names depending on the selected language.
The types of information and the database tables populated by defaultAccessControlPolicies_LOCALE.xml include the following:
Database Table Type of Information Code Sample ACPLGPDESC Populates locale specific display information for the ACPOLGRP table.
<PolicyGroup_nls PolicyGroupName="B2CPolicyGroup" OwnerID="RootOrganization" DisplayName_nls="B2C Policy Group" Description_nls="This policy group contains all the B2C specific policies." />
ACACGPDESC Populates locale specific display information for the ACACTGRP table.
<ActionGroup_nls ActionGroupName="DoEverything" DisplayName_nls="Site Administrator Global Action Group" Description_nls="Site Administrator Global Action Group" />
ACACTDESC Populates locale specific display information for the actions stored in the ACACTION table.
<Action_nls ActionName="*" DisplayName_nls ="AllCommands" Description_nls ="All commands" />
ACATTRDESC Populates locale specific display information corresponding to the ACATTR table.
<Attribute_nls AttributeName="Status" DisplayName_nls="Status attribute" Description_nls="Resource status attribute" />
ACPOLDESC Populates locale specific information for the ACPOLICY table.
<Policy_nls PolicyName="SiteAdministratorsCanDoEverything" OwnerID="RootOrganization" DisplayName_nls ="Site Administrators Can Do Everything" Description_nls="Site Administrators Can Do Everything" />
ACRELDESC Populates locale specific information for the ACRELATION table.
<Relation_nls RelationName="owner" DisplayName_nls="ResourceOwner" Description_nls="Resource Owner" />
ACRESGPDES Populates locale specific display information for the ACRESGRP table.
<ResourceGroup_nls ResourceGroupName="AllResourceGroup" DisplayName_nls="All Resources Group" Description_nls="All Resources" />
ACRSCGDES Populates locale specific display information for the ACRESCGRY table.
<ResourceCategory_nls ResourceCategoryName="java.lang.Object" DisplayName_nls="All Resources" Description_nls="All Resources" />
IBM recommends 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.
Related concepts