Avatar

Level 2

I'm working with the LiveCycle Java API (LiveCycle 8.2) and I'm looking for


an example how to read the members of a group.

I'm able to get a Group (Type GroupImpl) using the PrincipalSearchFilter.


But how can I get the members of this group. I checked the
DirectoryManagerServiceClient and the different search filter classes
without success?

As a workaround I could retrieve all users of my application domain and
check their memberships to see if they are in the concerned group. But this
is a dirty hack I don't really want to use.

Any ideas?