...
Property Name | Description | Mandatory/Optional |
---|---|---|
dataSource | This is the jndi name of the datasource should be used to refer to the datasource. In the following example, the jndi name of the default datasource defined in the | Mandatory |
isCascadeDeleteEnabled | This property is set to 'true' by default, which enables cascade delete for the UM_USER_PERMISSION and UM_ROLE_PERMISSION tables when a permission gets deleted from UM_PERMISSION table. That is, if a record in the parent table is deleted the corresponding records in the child table will be automatically deleted. |
You can add more optional configurations using the <Property>
element:
...