Interface GroupDataBinder

    • Method Detail

      • getGroupTO

        GroupTO getGroupTO​(Group group,
                           boolean details)
      • findAnyObjectsWithTransitiveResources

        Map<String,​PropagationByResource<String>> findAnyObjectsWithTransitiveResources​(String groupKey)
        Finds any objects having resources assigned exclusively because of memberships of the given group.
        Parameters:
        groupKey - group key
        Returns:
        map containing pairs with any object key and operations to be performed on those resources (DELETE, typically).
      • findUsersWithTransitiveResources

        Map<String,​PropagationByResource<String>> findUsersWithTransitiveResources​(String groupKey)
        Finds users having resources assigned exclusively because of memberships of the given group.
        Parameters:
        groupKey - group key
        Returns:
        map containing pairs with user key and operations to be performed on those resources (DELETE, typically).