cancel
Showing results for 
Search instead for 
Did you mean: 

Detecting ACL Modifications in Nuxeo

Zakariyaa
Champ on-the-rise
Champ on-the-rise

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!

1 ACCEPTED ANSWER

Jordann_Rousse1
Employee
Employee

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"

View answer in original post

3 REPLIES 3

Jordann_Rousse1
Employee
Employee

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"

Ok Thanks !

Josh-F-Hyland
Employee
Employee

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
Getting started

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.