Skip to main content

Class: ACLRecordSQL

Defined in: service-core/src/security/AccessControlListSQL.ts:22

Implementation of the ACLRecord interface for use with SQL databases.

Implements

Constructors

Constructor

new ACLRecordSQL(other?): ACLRecordSQL

Defined in: service-core/src/security/AccessControlListSQL.ts:35

Parameters

other?

any

Returns

ACLRecordSQL

Properties

actions

actions: string[]

Defined in: service-core/src/security/AccessControlListSQL.ts:33

The list of actions this user or role is granted for the entity. ACLAction.FULL ("*") grants everything.

Implementation of

ACLRecord.actions


userOrRoleId

userOrRoleId: string

Defined in: service-core/src/security/AccessControlListSQL.ts:28

The unique identifier of the user or role that the record belongs to.

Implementation of

ACLRecord.userOrRoleId