Interface AclConfiguration.Builder

    • Method Detail

      • allowedGroupsColumnName

        AclConfiguration.Builder allowedGroupsColumnName​(String allowedGroupsColumnName)

        A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext field of the Query API.

        Parameters:
        allowedGroupsColumnName - A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext field of the Query API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.