Thanks ! -----Original Message----- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 9:48 PM To: Jetspeed Users List Subject: Re: How to get group name from portlet Importance: Low
On Jun 15, 2004, at 8:37 AM, Assia Aouat wrote: > Hi > > > > How can I get the group name of the user log in to my portlet? > Not sure what you mean by "user log" But if you are trying to get the groups that a user is a member of, try Iterator groups = JetspeedSecurity.getGroups(username); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
