how to get the group info of an authenticated user

2001-01-10 Thread Jie Yao
Is there a way to get the group info of an anthenticated user? If yes, how can this be associated with the role info in a HttpServletRequest? Thanks. Jie Yao Software Engineer Emageon Inc. [EMAIL PROTECTED] - To unsubscribe,

Re: how to get the group info of an authenticated user

2001-01-10 Thread Craig R. McClanahan
Jie Yao wrote: Is there a way to get the group info of an anthenticated user? If yes, how can this be associated with the role info in a HttpServletRequest? The servlet API does not have any concept of a "group" -- most people treat roles as groups, however, because you can assign a role to