Hi,
I want implement the new interface UserGroupCallback, but this interface don't have javadoc and don't understand what must to do in this to methods:
List<String> getGroupsForUser(String userId, List<String> groupIds);
List<String> getGroupsForUser(String userId, List<String> groupIds, List<String> allExistingGroupIds);
Where I can find documentation about this extension? In official documentation (v5.2) I can't found.
Thanks,
Juan