<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.win32service.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'class.win32service-rightinfo.php',
    1 => 'Win32Service\\RightInfo',
    2 => 'The Win32Service\\RightInfo class',
  ),
  'up' => 
  array (
    0 => 'book.win32service.php',
    1 => 'win32service',
  ),
  'prev' => 
  array (
    0 => 'class.win32serviceexception.php',
    1 => 'Win32ServiceException',
  ),
  'next' => 
  array (
    0 => 'win32service-rightinfo.construct.php',
    1 => 'Win32Service\\RightInfo::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/win32service/win32servicerightinfo.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.win32service-rightinfo.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.win32service-rightinfo" class="reference">
 <h1 class="title">The Win32Service\RightInfo class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL win32service &gt;=1.1.0)</p>


  <div class="section" id="win32service-rightinfo.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    The <span class="classname"><strong class="classname">Win32Service\RightInfo</strong></span> internal class encapsulates the result of <span class="function"><a href="function.win32-read-right-access-service.php" class="function">win32_read_right_access_service()</a></span>.
   </p>
  </div>


  <div class="section" id="win32service-rightinfo.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="modifier">final</span>
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">Win32Service\RightInfo</strong>
     </span>
     {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">private</span> <span class="methodname"><a href="win32service-rightinfo.construct.php" class="methodname">__construct</a></span>()</div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="win32service-rightinfo.get-domain.php" class="methodname">getDomain</a></span>(): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="win32service-rightinfo.get-full-username.php" class="methodname">getFullUsername</a></span>(): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="win32service-rightinfo.get-rights.php" class="methodname">getRights</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="win32service-rightinfo.get-username.php" class="methodname">getUsername</a></span>(): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="win32service-rightinfo.is-deny-access.php" class="methodname">isDenyAccess</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="win32service-rightinfo.is-grant-access.php" class="methodname">isGrantAccess</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

   }</div>


  </div>

 </div>

 

















































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="win32service-rightinfo.construct.php">Win32Service\RightInfo::__construct</a> — Create a new RightInfo (not used)</li><li><a href="win32service-rightinfo.get-domain.php">Win32Service\RightInfo::getDomain</a> — Return the user's domain</li><li><a href="win32service-rightinfo.get-full-username.php">Win32Service\RightInfo::getFullUsername</a> — Return the domain and username</li><li><a href="win32service-rightinfo.get-rights.php">Win32Service\RightInfo::getRights</a> — Return the rights list</li><li><a href="win32service-rightinfo.get-username.php">Win32Service\RightInfo::getUsername</a> — Return the username</li><li><a href="win32service-rightinfo.is-deny-access.php">Win32Service\RightInfo::isDenyAccess</a> — Return true if the RightInfo concerns deny access to the resource</li><li><a href="win32service-rightinfo.is-grant-access.php">Win32Service\RightInfo::isGrantAccess</a> — Return true if the RightInfo concern grants access to the resource</li></ul>
</div>
<?php manual_footer($setup); ?>