/* */
/* 183 */ int length = this.modules.size();
/* 184 */ for (int i = 0; i < length; i++)
/* */ {
/* 186 */ AuthorizationModule module = (AuthorizationModule)this.modules.get(i);
/* 187 */ ControlFlag flag = (ControlFlag)this.controlFlags.get(i);
/* 188 */ int decision = -1;
/* */ try
/* */ {
/* 191 */ decision = module.authorize(resource);
/* */ }