Uses of Package
com.kingsrook.qqq.backend.core.actions.permissions
Packages that use com.kingsrook.qqq.backend.core.actions.permissions
-
Classes in com.kingsrook.qqq.backend.core.actions.permissions used by com.kingsrook.qqq.backend.core.actions.permissionsClassDescriptionFor special cases of applying permissions, an application can implement a custom permission checker via this interface - and place it on a table, process, report, app, or widget via
QPermissionRules.withCustomPermissionChecker(QCodeReference)
.Simple implementation of a Custom Permission Checker, that takes a permissionName property, and just checks if the session has that permission.Simple implementation of a Custom Permission Checker, that takes tableName and TablePermissionSubType name properties, and checks if the session has that table-permission-sub-type for the specified table name.