To clarify, I know I can just create a criteria for UserGroup without any restrictions, but wasn't sure if this is the preferred way to go about it. That would mean I'd end up extending or writing a separate repository to inject for doing global gets. I also wanted to make sure I wasn't missing any reason why this wouldn't have been available on the AuthorizationRepository, i.e. doing this is a bad thing for some reason. Thanks!
On Mar 22, 3:27 pm, Hudson Akridge <[email protected]> wrote: > This is a terribly simple question, but I can't find the answer > anywhere. > > I'm creating the UI for a user to edit permissions in Rhino.Security, > and there does not appear to be a way for me to get all of the > UserGroups, Users, or Operations that are in the system. The > IAuthorizationRepository only allows me to get these via their > associations with one another. If we have a sysadmin user, for > example, I would want them to be able to see all the groups, users, > permissions, operations, and entity/entity groups in the system. > > I was debating on extending the authorization repository, but figured > there must be a simpler way. Also, I can't imagine that this would > have been overlooked, so I'm guessing that there's a reason this > behaves as it does. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
