Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessControlList

The AccessControlList class is meant to associate a set of AccessControlEntries with a security token and its inheritance settings.

Hierarchy

  • AccessControlList

Index

Properties

Optional acesDictionary

acesDictionary: object

Storage of permissions keyed on the identity the permission is for.

Type declaration

Optional includeExtendedInfo

includeExtendedInfo: boolean

True if this ACL holds ACEs that have extended information.

Optional inheritPermissions

inheritPermissions: boolean

True if the given token inherits permissions from parents.

Optional token

token: string

The token that this AccessControlList is for.

Generated using TypeDoc