providers[0].init(systemSession, config);
// 2) the principal-base ACL provider which is intended to provide
// the default/standard permissions present at an item for a given
// set of principals.
providers[1] = new ACLProvider();
providers[1].init(systemSession, configuration);
}