talkto_goutam a écrit : > Thanks Olivier for your suggetion. > > I am able to setup the SimpleDBPersistenceManager in MySQL. > > I mean to say How Attribute level permissions are enforced on a document in > Nuxeo because in other Content management system only Document level > permissions are there and they store it in a RDBMS.
Ok if I understand you want to protect some fields of the schemas of some document types against some permission? The Nuxeo Core has such generic feature currently. However you can implement that at the UI level by overriding the tabs used to view or edit the documents. In both case that feature would not need any persistence as the mapping field / permission would be either defined in the schema definition (if the security check is performed at the Core level) or in the JSF templates used to build the document views. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
