Class UserRightsImpl

    • Constructor Detail

      • UserRightsImpl

        public UserRightsImpl​(WorkflowMember actor,
                              SaACLRights aclRights)
        Literal constructor.
        Parameters:
        actor - The user that has the specific rights
        aclRights - The rights this user has.
    • Method Detail

      • getUser

        public WorkflowMember getUser()
        Description copied from interface: UsersRights
        This method returns the user that has the specific rights.
        Specified by:
        getUser in interface UsersRights
        Returns:
        the user that has the specific rights
      • getRights

        public SaACLRights getRights()
        Description copied from interface: UsersRights
        This method returns the rights the given user has.
        Specified by:
        getRights in interface UsersRights
        Returns:
        the rights the given user has.