public class PermissionUpdateTask
extends Object
implements Runnable
This Job handles updating of tenant permissions. It will periodically get the list of active
tenants, and check whether the permission of each tenant needs to be updated. If the permission
tree of a tenant needs to be updated, it will create a Task of type
TenantPermissionUpdateTask, and submit it to an ExecutorService which will
execute those tasks which update tenant permissions.