Package de.xima.fc.helper
Class RollePropertyHelper
java.lang.Object
de.xima.fc.helper.RollePropertyHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RollePropertiesreadProperties(String propertiesString) static booleanupdateAccessProperties(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 StringwriteProperties(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.
-