Package org.nuxeo.ecm.multi.tenant.acl
Class ACLUpdateListener
- java.lang.Object
-
- org.nuxeo.ecm.multi.tenant.acl.ACLUpdateListener
-
- All Implemented Interfaces:
EventListener
public class ACLUpdateListener extends Object implements EventListener
Intercepts ACL changes and restrict Grant to Tenant bound groups for a configured list of global groups- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description ACLUpdateListener()
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventListener
Handle the given event. The listener can cancel the event by callingEvent.cancel()
- Specified by:
handleEvent
in interfaceEventListener
- Parameters:
event
- the event
-
-