Win32Service\RightInfo::getRights

アクセス権のリストを返す

説明

final public array Win32Service\RightInfo::getRights()

ユーザーのアクセス権のリストを返します。

パラメータ

この関数にはパラメータはありません。

戻り値

ユーザーのアクセス権のリストを返します。

配列のインデックスは、 constants rights で表現されたアクセス権のバイナリマスクです。

配列の値は、Windows の定数名を示す文字列です (WIN32_ プレフィックスはついていません)

参考

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