Interface ActorAuthorizationManager

  • All Known Implementing Classes:
    ActorAuthorizationManagerImpl

    public interface ActorAuthorizationManager
    Manage the actor authorization to the Process Engine
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Method Detail

      • existGroup

        boolean existGroup​(UserProfile user,
                           Actor actor)
        True if the name of an actor of type group is equal to any local group names.
        Parameters:
        user - Application user.
        actor - Actor of type group.
        Returns:
        True if the group exist.