public void lookupAndSetUserProfileFactoryInstaller() {
final IsisConfiguration configuration = installerLookup.getConfiguration();
final String persistor = configuration.getString(SystemConstants.PROFILE_PERSISTOR_INSTALLER_KEY);
final UserProfileStoreInstaller userProfilePersistenceMechanismInstaller = installerLookup.userProfilePersistenceMechanismInstaller(persistor, getDeploymentType());
if (userProfilePersistenceMechanismInstaller != null) {
setUserProfileStoreInstaller(userProfilePersistenceMechanismInstaller);
}
}