cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch all portal ume groups using JAVA APIs

Former Member
0 Kudos

Hello Experts,

Can some one please suggest me how can i fetch all the portal ume groups using JAVA APIs. I have a code which can fetch all the portal groups but my requirement is to filter out all the UME groups.

Thanks

Pranav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Refer in below article (Page 25) how they used User Filter.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3641e490-0201-0010-c68f-e51221925...

Replace it by getGroupSearchFilter().

Returns an IGroupSearchFilter object to be used to specify query attributes IGroupSearchFilter only contains attributes which will be queried

http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/IGroupFactory.html

I have not done it practically, but I believe this wil help you.