I am using ayende's Rhino Security . Is there any method to get a list of usergroups using the security framework ?
Nope, but you can do session.CreateCriteria<UserGroup>().List<UserGroup>();
session.CreateCriteria<UserGroup>().List<UserGroup>();