Search
Preparing search index...
The search index is not available
Nestjs ACL Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Nestjs ACL Documentation
AclModule
Class AclModule
The AclModule will do 2 things
He will check acl depending on user roles
He will check acl depending on custom rules
Hierarchy
AclModule
Index
Constructors
constructor
Methods
register
Constructors
constructor
new
Acl
Module
(
)
:
AclModule
Returns
AclModule
Methods
Static
register
register
(
roles
:
AccessControl
, options
?:
AclModuleOptions
)
:
Promise
<
DynamicModule
>
Register the AclModule.
Parameters
roles:
AccessControl
options:
AclModuleOptions
= {}
Returns
Promise
<
DynamicModule
>
Exports
Access
Control
Acl
Module
constructor
register
Acl
Service
Acl
Check
Options
Acl
Context
Acl
Module
Options
Acl
Roles
Acl
Rule
Acl
Rules
Creator
Options
Acl
Rules
Creator
Check
Return
Type
OPTIONS_
TOKEN
ROLES_
BUILDER_
TOKEN
Inject
Options
Inject
Roles
Builder
The AclModule will do 2 things