Property | Type | Description | |
---|---|---|---|
$dbservice | |||
$depends | |||
$description | |||
$ignoreChanges | |||
$uuid |
Method | Description | |
---|---|---|
getNumberStages ( ) |
Method | Description | |
---|---|---|
createAclPermissionRule ( string $accountRoleId, string $permFlag, integer $resource, string $permName, boolean $isDenyRole ) | Insert account level permission value | |
isApplied1 ( $stage ) | ||
isApplied3 ( $stage ) | ||
isApplied4 ( $stage ) | ||
isApplied5 ( $stage ) | ||
isApplied6 ( $stage ) | ||
isApplied7 ( $stage ) | ||
run1 ( $stage ) | ||
run2 ( ) | ||
run3 ( $stage ) | ||
run4 ( $stage ) | ||
run5 ( $stage ) | ||
run6 ( $stage ) | ||
run7 ( ) | ||
run8 ( ) | ||
run9 ( ) | ||
validateBefore1 ( $stage ) |
Method | Description | |
---|---|---|
checkAppliedForPermission ( string $resourceName, string $permissionName ) : boolean | Check if stage is applied for the specified resource and permission | |
createNewFullAccessPermission ( string $resourceName, string $permissionName ) | Adds a new Full Access Role Permission | |
isGrantedAccountPermission ( string $accountRoleId, string $resourceId, string $permissionId ) : string | Gets granted value for the specified permission of account level ACL role | |
isGrantedAccountResource ( string $accountRoleId, string $resourceId ) : string | Gets granted value for the specified resource of account level ACL role | |
setGrantedAccountPermission ( string $accountRoleId, integer $resourceId, integer $permissionId, string $granted ) | Sets granted value for the specified account level ACL permission | |
setGrantedAccountResource ( string $accountRoleId, integer $resourceId, string $granted ) | Sets granted value for the specified account level ACL resource |
protected createAclPermissionRule ( string $accountRoleId, string $permFlag, integer $resource, string $permName, boolean $isDenyRole ) | ||
$accountRoleId | string | The identifier of the ACL role on account |
$permFlag | string | The permission value |
$resource | integer | The identifier of the ACL resource |
$permName | string | The identifier of the ACL permission |
$isDenyRole | boolean | Whether the account level role derived from full access role |