Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.09 KB

2009-02-26-acl-based-authorization-model-with-nhibernate.markdown

File metadata and controls

16 lines (13 loc) · 1.09 KB
layout title redirect_from date tags comments dblog_post_id
post
ACL-based authorization model with NHibernate
/acl-based-authorization-model-with-nhibernate/
2009-02-25 17:45:00 -0800
hibernate
true
39

I've posted a long overdue article describing an ACL-based authorization model with NHibernate 2.0. This is the next level of evolution from ACL-based implementations that I've used on FoodCandy or in the software that runs this blog.

This article introduces a practical and secure model for data access with NHibernate. Specifically, we will produce a discretionary access model intercepted by an NHibernate 2.0 event system. We will examine both usage of interceptors and events. While rather straightforward, this is a very powerful model that provides a robust and secure Data Access Layer (DAL) and a per-class/instance approach with a minimal amount of code.

https://www.codeproject.com/KB/web-security/objectlevelsecurity.aspx