LOG.debug("Using the " + roleGroupMapper + " mapper class");
}
mapper.initialize(props);
} catch (Exception e) {
throw new TAIConfigurationException(
"Invalid TAI configuration for idpRoleToGroupMapper: "
+ e.getClass().getName() + " "
+ e.getMessage());
}
} else {