Module: Security

Manages data storing authorizations
Source:

Classes

Security
SecurityProvider

Type Definitions

ConditionRow

if defaultIsDeny the meaning is allow and not deny. If deny is not set then the meaning is allow Otherwise the meaning is not deny or allow. If allow is not set then the meaning is not deny
Type:
  • Object
Properties:
Name Type Attributes Description
idcustomgroup object id of the user group this condition belongs to
tablename string
op string I/U/D/S/P
defaultIsDeny boolean if true default is deny all, otherwise is allow all
denyCondition sqlFun <optional>
allowCondition sqlFun <optional>
Source:

Deferred

Source: