Дмитрий Чкалов <chkalov at bk.ru> writes:
> Who can I get a group of login user?
,----[ CmsObject ]
| * Returns all the groups the given user, directly or indirectly, belongs to.<p>
| public List getGroupsOfUser(String username) throws CmsException {
| return m_securityManager.getGroupsOfUser(m_context, username);
| }
`----
Regards,
Thomas