Search code examples
nhibernaterhinorhino-security

Rhino Security , getting all usergroups


I am using ayende's Rhino Security . Is there any method to get a list of usergroups using the security framework ?


Solution

  • Nope, but you can do session.CreateCriteria<UserGroup>().List<UserGroup>();