Package com.flowable.platform.service.permission
-
Interface Summary Interface Description AuthorizedAction An authorized action represents an action which can be checked for permissions by using a permission helper.PermissionErrorCodes This interface contains the available permission (authorization) error codes available as templates within the template engine. -
Class Summary Class Description AbstractDmnBasedPermissionHelper<T> An abstract based class for DMN based permission helpers where the evaluation of permissions is based on the execution of DMN models.PermissionErrorMessageUtil This utility helps creating template based permission (authorization) error messages.PermissionEvaluationResult This class holds the result of a permission evaluation based on a DMN model.UserPermissionServiceImpl The default permission service implementing permission checks in the context of a user. -
Enum Summary Enum Description AuthorizedUserAction This enumeration contains a list of actions which are authorized as part of the permission check when executing actions for a user.ParticipantType This enumeration contains the different types of participants within a conversation.PermissionOutput An enumeration containing the various outcomes of the default, DMN based conversation permissions.