Interface AclUpdateListener
public interface AclUpdateListener
Listeners which listens to Acl updates should implement this interface.
HandleUpdate is called after acls are updated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleUpdate(ResourcePattern resourcePattern, Set<AccessControlEntry> aclBindings)
-
Method Details
-
handleUpdate
-