Package de.xima.fc.helper
Class RollePropertyHelper
java.lang.Object
de.xima.fc.helper.RollePropertyHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RolleProperties
readProperties
(String propertiesString) static boolean
updateAccessProperties
(Rolle role) Sets the defaults for missing access properties on the role, and removes access properties that do not exist anymore or are deprecated.static String
writeProperties
(RolleProperties properties)
-
Constructor Details
-
RollePropertyHelper
public RollePropertyHelper()
-
-
Method Details
-
writeProperties
-
readProperties
-
updateAccessProperties
Sets the defaults for missing access properties on the role, and removes access properties that do not exist anymore or are deprecated.- Parameters:
role
- Role to be updated.- Returns:
- Whether an error occurred during the update.
-