secure/upper

扩展:安全管理


Members

(static, constant) aclE :Object

「标准」Ex.aclE

Type:
  • Object

Methods

(static) aclChildUp(reference, virtual, callback) → {*}

「标准」Ex.aclChildUp

Parameters:
Name Type Description
reference
virtual
callback
Returns:
Type
*

(static) aclIn(reference, $inited, actionFn) → {*}

「扩展」Ex.aclIn

Parameters:
Name Type Description
reference
$inited
actionFn
Returns:
Type
*

(static) aclOut(reference, $valueOut, option) → {Set.<any>|*}

「扩展」Ex.aclOut

Parameters:
Name Type Description
reference
$valueOut
option
Returns:
Type
Set.<any> | *

(async, static) aclRegionInit(reference, actionFn, initState) → {*}

「标准」Ex.aclRegionInit

Parent / Child Initializing

  1. $regionV: It means that current component must be children and could not be container. props / $regionV ---> state / $inited
  2. Current component must be parent component and act as two roles: 2.1. As component, $bindData[webComponent] ---> state / $inited $bindData ---> state / $bindData 2.2. As container, $bindData ---> state / $bindData

After above initialized state / $inited ---> combine.$inited ( Init Data Structure ) --> $keySet --> $keyDefault

Parameters:
Name Type Description
reference
actionFn
initState
Returns:
Type
*

(static) aclRoute(reference, params)

「标准」Ex.aclRoute

「RBAC」 新版本权限路由专用,用于执行权限路由路径 权限路由进入权限设置主界面 params的数据结构

{
   "key": "实体Key,角色或用户ID",
   "view": "视图类型,角色 = ROLE,用户 = USER",
   "admit": "特权标记(角色才拥有,是否拥有超级权限)"
}
Parameters:
Name Type Description
reference
params