Skip to main content

Class: ACLRecordSQL

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

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:34

Parameters

other?

any

Returns

ACLRecordSQL

Properties

actions

actions: string[]

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

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:27

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

Implementation of

ACLRecord.userOrRoleId