03-20-2025 05:04 AM
Hello,
I would like to know how to detect modifications to ACLs (Access Control Lists) in Nuxeo. Are there any native mechanisms, specific events, or best practices to monitor and log these changes in real time?
Any guidance or recommendations would be greatly appreciated.
Thank you!
03-20-2025 05:13 AM
Out of the box, Nuxeo adds an audit log entry to track Document Permissions modification. Have a look at the "History" tab, and filter for "Rights modified" to see them.
If you want to implement something custom when a permission is changed, you can implement a custom Java Event listener listening to "documentSecurityUpdated"
03-20-2025 05:13 AM
Out of the box, Nuxeo adds an audit log entry to track Document Permissions modification. Have a look at the "History" tab, and filter for "Rights modified" to see them.
If you want to implement something custom when a permission is changed, you can implement a custom Java Event listener listening to "documentSecurityUpdated"
03-20-2025 05:41 AM
Ok Thanks !
03-20-2025 12:53 PM
There are events that can be used in this context e.g.:
You can of course create an event listener using Automation in addition to Java customization.
03-21-2025 09:04 AM - edited 03-24-2025 04:59 AM
Ok Thanks
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.