/usr/share/doc/rt4-doc-html/RT/ACL.html is in rt4-doc-html 4.2.12-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#METHODS">METHODS</a>
<ul>
<li><a href="#Next">Next</a></li>
<li><a href="#LimitToObject-object">LimitToObject $object</a></li>
<li><a href="#LimitToPrincipal-Type-undef-Id-undef-IncludeGroupMembership-undef">LimitToPrincipal { Type => undef, Id => undef, IncludeGroupMembership => undef }</a></li>
</ul>
</li>
</ul>
<h1 id="NAME"><a href="#___top">NAME</a></h1>
<pre><code> RT::ACL - collection of RT ACE objects</code></pre>
<h1 id="SYNOPSIS"><a href="#___top">SYNOPSIS</a></h1>
<pre><code> use RT::ACL;
my $ACL = RT::ACL->new($CurrentUser);</code></pre>
<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>
<h1 id="METHODS"><a href="#___top">METHODS</a></h1>
<h2 id="Next"><a href="#___top">Next</a></h2>
<p>Hand out the next ACE that was found</p>
<h2 id="LimitToObject-object"><a href="#___top">LimitToObject $object</a></h2>
<p>Limit the ACL to rights for the object $object. It needs to be an RT::Record class.</p>
<h2 id="LimitToPrincipal-Type-undef-Id-undef-IncludeGroupMembership-undef"><a href="#___top">LimitToPrincipal { Type => undef, Id => undef, IncludeGroupMembership => undef }</a></h2>
<p>Limit the ACL to the principal with PrincipalId Id and PrincipalType Type</p>
<p>Id is not optional. Type is.</p>
<p>if IncludeGroupMembership => 1 is specified, ACEs which apply to the principal due to group membership will be included in the resultset.</p>
<a href="./../">← Back to index</a>
|