Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
1k views

How can i get all groups of a local user using ObjectQuery?

i try to display all groups a special User is in. I also know, that i could do it like this: public static List<Principal> getUsers(){ PrincipalContext context = new PrincipalContext(...
Jirayia's user avatar
  • 73