Tuesday, May 15, 2007

Securing Domain Objects with Acegi

Posted by: Jussi Oksanen on ?? 15, 2007 DIGG
function _parseDiggURL() {
var _diggURL = "http://digg.com/submit?phase=2&topic=Programming&url="
_diggURL += encodeURIComponent(location.href);
_diggURL += "&title=";
_diggURL += escape ( "Securing Domain Objects with Acegi") ;
_diggURL += "&bodytext=";
_diggURL += escape ( "What should I do when I want to use Acegi for securing my domain objects but when my database schema is already fixed. The schema, however, contains all the data needed for determining whether user has permissions to access the data or not.

Acegi's Contacts Sample seems to use a schema specific to Acegi.").substring(0,300);
return _diggURL ;
}
What should I do when I want to use Acegi for securing my domain objects but when my database schema is already fixed. The schema, however, contains all the data needed for determining whether user has permissions to access the data or not.Acegi's Contacts Sample seems to use a schema specific to Acegi.

No comments: