- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Ok Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.
Hyland Sales Solution Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
Ok Thanks
