this.deleteUser(role, DOMUtil.getValueOf(users.item(i), "ID", this.xpathProcessor), null, handler);
}
}
this.deleteRole(role, null, handler);
}
session.removeAttribute(SESSION_CONTEXT_ATTRIBUTE_ADMIN_ROLE);
} catch (javax.xml.transform.TransformerException local) {
throw new ProcessingException("TransformerException: " + local, local);
}
}