buildIncrementalRoleLinks method

void buildIncrementalRoleLinks(
  1. RoleManager rm,
  2. PolicyOperations op,
  3. String sec,
  4. String ptype,
  5. List<List<String>> rules,
)

Implementation

void buildIncrementalRoleLinks(RoleManager rm, PolicyOperations op,
    String sec, String ptype, List<List<String>> rules) {
  if (sec == 'g') {
    model[sec]?[ptype]?.buildIncrementalRoleLinks(rm, op, rules);
  }
}