SpagoBITracer.warning(SpagoBIConstants.NAME_MODULE, SecurityProviderUtilities.class.getName(),
"getUserProfileAttributes", " UserProfileHandler null");
} else {
UserProfile exoUserProfile = null;
try {
exoUserProfile = userProfileHandler.findUserProfileByName(userUniqueIdentifier);
} catch (Exception e) {
SpagoBITracer.critical(SpagoBIConstants.NAME_MODULE, SecurityProviderUtilities.class.getName(),
"getUserProfileAttributes", " Error while recovering user profile by name '"
+ userUniqueIdentifier + "'", e);
return userAttributes;