for (ModelNode node : roleMappings) {
addInternalRoleAssignment(principals, assignments, roles, node.asProperty());
}
// All entities are read - now transform the role assignements from the management model to
// role assignments used in the UI
assignments.toUI(principals);
if (!presenter.isInitialized()) {
String provider = "undefined";
String step = presenter.isStandalone() ? "step-2" : "step-4";
ModelNode providerNode = stepsResult.get(step);