Class UserProfileHelper

java.lang.Object
de.xima.fc.helper.UserProfileHelper

public class UserProfileHelper extends Object
Helper class for user profiles.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • updateSystemPermissions

      public static boolean updateSystemPermissions(UserProfile profile, LicenseAccess licenseAccess)
      Updates the system permissions of a system admin user profile based on the system license. New system permissions are added if they system license has not enabled them yet.
      Parameters:
      profile - The user profile to update.
      licenseAccess - The license access object.
      Returns:
      True if the permissions were updated, false otherwise.