Enum | Description |
---|---|
AccessLevel |
Enumerates the possible access levels to a page.
|
Annotation Type | Description |
---|---|
RequiresAdministrator |
Marks a handler method or an action class as accessible only by the administrator(s).
|
RequiresPermissions |
Declares the minimum set of permissions that the user must have in order to invoke a specific method
(handler) or any method on a class (action).
|
SupportsPermissions |
Enumerates the permissions supported by a page action class - for example create, edit, delete for crud pages.
|