authorization - How to map business rules to Rhino Security EntityGroups? -
i using rhino security secure nhibernate entities on huge database. part of requirement implement business rules that'll map rhino entitygroups filter out data based on logged in users usergroup entitlements:
entity: account entitygroup: confidential accounts businessrule: revenue > $10000
my questions are:
1) make sense define business rules above in security admin , map entitygroups
2) @ stage should add account entity entitygroup 'confidential accounts', can @ time of save/update account however, there can n number of similar entitygroups , evaluate current account entity membership on fly big hit performance
please suggest
thanks, roshan
Comments
Post a Comment