Constructors
constructor
- new PermissionsGuard(resourcePerms, rightsOverride?): PermissionsGuard
Methods
hasCreateRight
- hasCreateRight(): boolean
Returns boolean
hasDeleteRight
- hasDeleteRight(): boolean
Returns boolean
hasReadRight
- hasReadRight(): boolean
Returns boolean
hasUpdateRight
- hasUpdateRight(): boolean
Returns boolean
isReadOnly
- isReadOnly(): boolean
Returns boolean
Public