Solved
How to fetch /content/dam/ and further folder path in AEM
I am fetching userGroups associated with it.
now, i need to generate a hashmap containing :
Client Name vs ArrayList of User Groups
Session session = resourceResolver.adaptTo(Session.class);
Any help through this is welcome.
Thanks.

