Win32Service\RightInfo::getRights

Return the rights list

Description

final public array Win32Service\RightInfo::getRights()

Return the user's right list.

Parameters

This function has no parameters.

Return Values

Return the user's right list.

The array index is the binary mask of right represented by the constants rights.

The value is a string with the Windows constant name (without WIN32_ prefix).

See Also

  • Win32Service\RightInfo::__construct
  • Win32Service\RightInfo::isGrantAccess
  • Win32Service\RightInfo::isDenyAccess
  • Win32Service\RightInfo::getFullUsername
  • Win32Service\RightInfo::getUsername
  • Win32Service\RightInfo::getDomain
  • Win32 Rights constants