190191192193194195196197198
List<Role> roleList; try { roleList = createRoles(ldapDao.getDirectChildren(DnFactory.roles())); } catch (NoSuchNodeException | MissingParentException e) { LOGGER.error("LDAP exception", e); throw new LdapRuntimeException(e); } return roleList; }