Package de.xima.fc.helper
Class RollePropertyHelper
- java.lang.Object
-
- de.xima.fc.helper.RollePropertyHelper
-
public class RollePropertyHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description RollePropertyHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
writeProperties
public static String writeProperties(RolleProperties properties)
-
readProperties
public static RolleProperties readProperties(String propertiesString)
-
updateAccessProperties
public 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.- Parameters:
role
- Role to be updated.- Returns:
- Whether an error occurred during the update.
-
-