Hi another thing striked me looking at the UserManager API: there are 4 create methods:
createGroup(Principal);
createGroup(Principal, String);
createUser(String userID, String password, Principal principal,
String intermediatePath);
createUser(String userID, String password;
I am missing a method
createGroup(String groupName);
in this picture. Is there a reason to not have such a method ?
Thanks and Regards
Felix
