Rhino Security , getting all usergroups

204 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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