Class RollePropertyHelper

java.lang.Object
de.xima.fc.helper.RollePropertyHelper

public class RollePropertyHelper extends Object
  • Constructor Details

    • RollePropertyHelper

      public RollePropertyHelper()
  • Method Details

    • 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.