This example illustrates how to create custom security objects, such as permissions, roles and users. We will implement a permission that allows administrators to secure the exporting functionality in an XAF application. The complete description is available in the How to: Implement Custom Permission, Role and User Objects topic.
Question Comments
Added By: Leong Vai Long at: 4/30/2014 3:24:41 AM
Hi DX,
How can I rename these 7 SecuritySystem* tables in database?
How to change their Oid to Int64 instead of GUID? My other BOs are inheriting from XPObject.
Thanks.
You can implement security system classes from scratch and use a key propety of a requred type instead of inheriting built-in classes: How to: Implement a Custom Security System User Based on an Existing Business Class