Package de.xima.fc.helper
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanupdateSystemPermissions(UserProfile profile, LicenseAccess licenseAccess)Updates the system permissions of a system admin user profile based on the system license. 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -