I am using JSON Forms and I need to load a list of users full names dynamically into a select box,
I select the users with RoleVault.getUsersToRoleAssignments(......) and I get many DN of users,
for every DN, I need to select his full name and add it into an array, so that finally I will set the select box values by the array.
My way to insert values into the select box is :