Search This Blog

Friday, January 11, 2013

Class-helper for working with database ACL

Hi

If you need a simple tool for working with database ACL in your application you may use my class-helper.

It is quite simple and there are only basic methods there, nothing complicated and specific:

  • ExpandGroups (groupNames As Variant)
  • GetUserAccess(ByVal username As String)
  • GetUserRoles(ByVal username As String)
  • GetUsersWithRole(ByVal rolename As String)
  • HasRole(ByVal username As String, ByVal rolename As String)

Class-helper for working with ACL.lss

No comments:

Post a Comment