Class UserProfileHelper
java.lang.Object
de.xima.fc.helper.UserProfileHelper
Helper class for user profiles.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanupdateSystemPermissions(UserProfile profile, LicenseAccess licenseAccess) Updates the system permissions of a system admin user profile based on the system license.
-
Method Details
-
updateSystemPermissions
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.
-