IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

How to fetch Group name using Java service?

  • 1.  How to fetch Group name using Java service?

    Posted Thu August 21, 2008 09:01 AM

    Hi,

    I need to fetch the group name for a particular user, for fetching the username we have this method getCurrentUser() and then getName() to get the user name. Can anybody suggest something onthis issue?

    Regards,
    Sudarshan


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: How to fetch Group name using Java service?

    Posted Thu August 21, 2008 09:38 AM

    you can use wmRoot service wm.server.access:groupList which list all users and the groups they belong to.

    Note that this wmRoot service are not documented and are subjected to change by webMethods.

    Jiten


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods