23.18. JACC settings
<table class="tableblock frame-all grid-all spread">
<colgroup>
<col style="width: 20%;">
<col style="width: 20%;">
<col style="width: 60%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top">
Property
</td>
<td class="tableblock halign-left valign-top">
Example
</td>
<td class="tableblock halign-left valign-top">
Purpose
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
`hibernate.jacc.enabled`
</td>
<td class="tableblock halign-left valign-top">
`true` or `false` (default value)
</td>
<td class="tableblock halign-left valign-top">
Is JACC enabled?
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
`hibernate.jacc`
</td>
<td class="tableblock halign-left valign-top">
`hibernate.jacc.allowed.org.jboss.ejb3.test.jacc.AllEntity`
</td>
<td class="tableblock halign-left valign-top">
The property name defines the role (e.g. `allowed`) and the entity class name (e.g. `org.jboss.ejb3.test.jacc.AllEntity`), while the property value defines the authorized actions (e.g. `insert,update,read`).
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
`hibernate.jacc_context_id`
</td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top">
A String identifying the policy context whose PolicyConfiguration interface is to be returned. The value passed to this parameter must not be null.
</td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">