Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AclRulesCreatorOptions<Data, Source, Context>

Th options the checker will receive as argument

Type parameters

  • Data = any

  • Source = any

  • Context: AclContext = any

Hierarchy

Index

Properties

context

context: Context

The context

Optional data

data: Data

The data to check

id

id: string

The id of the rule

Optional message

message: string

A custom message to pass to the ForbiddenException

Optional rejectIfNoRule

rejectIfNoRule: boolean

Will reject the check if no rule creator found or if the creator returns no rule

rolesBuilder

rolesBuilder: AccessControl

Optional sourceData

sourceData: Source

The source data, used to represent the data that are modified