Interface BasicAccessControlList

    • Method Detail

      • getGroups

        GroupSet getGroups()
        Retrieves all groups for a user
        Returns:
        the set of Groups this user has
      • hasGroup

        boolean hasGroup​(Group group)
        Checks if the user is assigned a specific Group
        Parameters:
        group - the Group
        Returns:
        true if the user is assigned to the Group
      • hasGroup

        boolean hasGroup​(String group)
        Checks if the user is assigned a specific Group
        Parameters:
        group - the group name
        Returns:
        trueif the user is assigned the Group.