Class GrouperUserDataUtils

java.lang.Object
edu.internet2.middleware.grouper.userData.GrouperUserDataUtils

public class GrouperUserDataUtils extends Object
utility methods and constants for ldap loader
  • Field Details

    • USER_DATA_DEF

      public static final String USER_DATA_DEF
      user data def extension
      See Also:
    • USER_DATA_VALUE_DEF

      public static final String USER_DATA_VALUE_DEF
      user data value def extension
      See Also:
    • ATTR_DEF_EXTENSION_MARKER

      public static final String ATTR_DEF_EXTENSION_MARKER
      extension of the attribute def name for the marker attribute for grouper user data
      See Also:
    • ATTR_DEF_EXTENSION_FAVORITE_GROUPS

      public static final String ATTR_DEF_EXTENSION_FAVORITE_GROUPS
      extension of the attribute def name for favorite groups
      See Also:
    • ATTR_DEF_EXTENSION_RECENT_GROUPS

      public static final String ATTR_DEF_EXTENSION_RECENT_GROUPS
      extension of the attribute def name for recent groups
      See Also:
    • ATTR_DEF_EXTENSION_RECENT_STEMS

      public static final String ATTR_DEF_EXTENSION_RECENT_STEMS
      extension of the attribute def name for recent stems
      See Also:
    • ATTR_DEF_EXTENSION_FAVORITE_STEMS

      public static final String ATTR_DEF_EXTENSION_FAVORITE_STEMS
      extension of the attribute def name for favorite stems
      See Also:
    • ATTR_DEF_EXTENSION_RECENT_ATTIRBUTE_DEFS

      public static final String ATTR_DEF_EXTENSION_RECENT_ATTIRBUTE_DEFS
      extension of the attribute def name for recent attributeDefs
      See Also:
    • ATTR_DEF_EXTENSION_FAVORITE_ATTIRBUTE_DEFS

      public static final String ATTR_DEF_EXTENSION_FAVORITE_ATTIRBUTE_DEFS
      extension of the attribute def name for favorite attributeDefs
      See Also:
    • ATTR_DEF_EXTENSION_RECENT_ATTRIBUTE_DEF_NAMES

      public static final String ATTR_DEF_EXTENSION_RECENT_ATTRIBUTE_DEF_NAMES
      extension of the attribute def name for recent attributeDefNames
      See Also:
    • ATTR_DEF_EXTENSION_FAVORITE_ATTRIBUTE_DEF_NAMES

      public static final String ATTR_DEF_EXTENSION_FAVORITE_ATTRIBUTE_DEF_NAMES
      extension of the attribute def name for favorite attributeDefNames
      See Also:
    • ATTR_DEF_EXTENSION_RECENT_SUBJECTS

      public static final String ATTR_DEF_EXTENSION_RECENT_SUBJECTS
      extension of the attribute def name for recent subjects
      See Also:
    • ATTR_DEF_EXTENSION_FAVORITE_SUBJECTS

      public static final String ATTR_DEF_EXTENSION_FAVORITE_SUBJECTS
      extension of the attribute def name for favorite subjects
      See Also:
    • ATTR_DEF_EXTENSION_PREFERENCES

      public static final String ATTR_DEF_EXTENSION_PREFERENCES
      extension of the attribute def name for preferences
      See Also:
    • ATTR_DEF_EXTENSION_VISUALIZATION_PREFS

      public static final String ATTR_DEF_EXTENSION_VISUALIZATION_PREFS
      extension of the attribute def name for visualization preferences
      See Also:
  • Constructor Details

    • GrouperUserDataUtils

      public GrouperUserDataUtils()
  • Method Details

    • grouperUserDataStemName

      public static String grouperUserDataStemName()
      stem name for user data attributes
      Returns:
      stem name
    • grouperUserDataName

      public static String grouperUserDataName()
      attribute def name of marker attribute
      Returns:
      name
    • grouperUserDataAttributeDefName

      public static AttributeDefName grouperUserDataAttributeDefName()
      return attribute def name for attribute type marker
      Returns:
      attribute def name
    • grouperUserDataFavoriteGroupsName

      public static String grouperUserDataFavoriteGroupsName()
      attribute def name of favorite groups
      Returns:
      name
    • grouperUserDataFavoriteGroupsAttributeDefName

      public static AttributeDefName grouperUserDataFavoriteGroupsAttributeDefName()
      return attribute def name for attribute favorite groups
      Returns:
      attribute def name
    • grouperUserDataRecentGroupsName

      public static String grouperUserDataRecentGroupsName()
      attribute def name of recent groups
      Returns:
      name
    • grouperUserDataRecentGroupsAttributeDefName

      public static AttributeDefName grouperUserDataRecentGroupsAttributeDefName()
      return attribute def name for attribute recent groups
      Returns:
      attribute def name
    • grouperUserDataRecentStemsName

      public static String grouperUserDataRecentStemsName()
      attribute def name of recent stems
      Returns:
      name
    • grouperUserDataRecentStemsAttributeDefName

      public static AttributeDefName grouperUserDataRecentStemsAttributeDefName()
      return attribute def name for attribute recent stems
      Returns:
      attribute def name
    • grouperUserDataFavoriteStemsName

      public static String grouperUserDataFavoriteStemsName()
      attribute def name of favorite stems
      Returns:
      name
    • grouperUserDataFavoriteStemsAttributeDefName

      public static AttributeDefName grouperUserDataFavoriteStemsAttributeDefName()
      return attribute def name for attribute favorite stems
      Returns:
      attribute def name
    • grouperUserDataRecentAttributeDefsName

      public static String grouperUserDataRecentAttributeDefsName()
      attribute def name of recent attributeDefs
      Returns:
      name
    • grouperUserDataRecentAttributeDefsAttributeDefName

      public static AttributeDefName grouperUserDataRecentAttributeDefsAttributeDefName()
      return attribute def name for attribute recent attributeDefs
      Returns:
      attribute def name
    • grouperUserDataFavoriteAttributeDefsName

      public static String grouperUserDataFavoriteAttributeDefsName()
      attribute def name of favorite attributeDefs
      Returns:
      name
    • grouperUserDataFavoriteAttributeDefsAttributeDefName

      public static AttributeDefName grouperUserDataFavoriteAttributeDefsAttributeDefName()
      return attribute def name for attribute favorite attributeDefs
      Returns:
      attribute def name
    • grouperUserDataRecentAttributeDefNamesName

      public static String grouperUserDataRecentAttributeDefNamesName()
      attribute def name of recent attributeDefNames
      Returns:
      name
    • grouperUserDataRecentAttributeDefNamesAttributeDefName

      public static AttributeDefName grouperUserDataRecentAttributeDefNamesAttributeDefName()
      return attribute def name for attribute recent attributeDefNames
      Returns:
      attribute def name
    • grouperUserDataFavoriteAttributeDefNamesName

      public static String grouperUserDataFavoriteAttributeDefNamesName()
      attribute def name of favorite attributeDefNames
      Returns:
      name
    • grouperUserDataFavoriteAttributeDefNamesAttributeDefName

      public static AttributeDefName grouperUserDataFavoriteAttributeDefNamesAttributeDefName()
      return attribute def name for attribute favorite attributeDefNames
      Returns:
      attribute def name
    • grouperUserDataRecentSubjectsName

      public static String grouperUserDataRecentSubjectsName()
      attribute def name of recent subjects
      Returns:
      name
    • grouperUserDataRecentSubjectsAttributeDefName

      public static AttributeDefName grouperUserDataRecentSubjectsAttributeDefName()
      return attribute def name for attribute recent subjects
      Returns:
      attribute def name
    • grouperUserDataFavoriteSubjectsName

      public static String grouperUserDataFavoriteSubjectsName()
      attribute def name of favorite subjects
      Returns:
      name
    • grouperUserDataFavoriteSubjectsAttributeDefName

      public static AttributeDefName grouperUserDataFavoriteSubjectsAttributeDefName()
      return attribute def name for attribute favorite subjects
      Returns:
      attribute def name
    • grouperUserDataPreferencesName

      public static String grouperUserDataPreferencesName()
      attribute def name of preferences
      Returns:
      name
    • grouperUserDataPreferencesAttributeDefName

      public static AttributeDefName grouperUserDataPreferencesAttributeDefName()
      return attribute def name for attribute preferences
      Returns:
      attribute def name
    • grouperUserDataVisualizationPrefsName

      public static String grouperUserDataVisualizationPrefsName()
      attribute def name of preferences
      Returns:
      name
    • grouperUserDataVisualizationPrefsAttributeDefName

      public static AttributeDefName grouperUserDataVisualizationPrefsAttributeDefName()
      return attribute def name for attribute visualization preferences
      Returns:
      attribute def name