Package com.flowable.platform.service.permission


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