|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.userData.GrouperUserDataUtils
public class GrouperUserDataUtils
utility methods and constants for ldap loader
Field Summary | |
---|---|
static java.lang.String |
ATTR_DEF_EXTENSION_FAVORITE_ATTIRBUTE_DEFS
extension of the attribute def name for favorite attributeDefs |
static java.lang.String |
ATTR_DEF_EXTENSION_FAVORITE_ATTRIBUTE_DEF_NAMES
extension of the attribute def name for favorite attributeDefNames |
static java.lang.String |
ATTR_DEF_EXTENSION_FAVORITE_GROUPS
extension of the attribute def name for favorite groups |
static java.lang.String |
ATTR_DEF_EXTENSION_FAVORITE_STEMS
extension of the attribute def name for favorite stems |
static java.lang.String |
ATTR_DEF_EXTENSION_FAVORITE_SUBJECTS
extension of the attribute def name for favorite subjects |
static java.lang.String |
ATTR_DEF_EXTENSION_MARKER
extension of the attribute def name for the marker attribute for grouper user data |
static java.lang.String |
ATTR_DEF_EXTENSION_PREFERENCES
extension of the attribute def name for preferences |
static java.lang.String |
ATTR_DEF_EXTENSION_RECENT_ATTIRBUTE_DEFS
extension of the attribute def name for recent attributeDefs |
static java.lang.String |
ATTR_DEF_EXTENSION_RECENT_ATTRIBUTE_DEF_NAMES
extension of the attribute def name for recent attributeDefNames |
static java.lang.String |
ATTR_DEF_EXTENSION_RECENT_GROUPS
extension of the attribute def name for recent groups |
static java.lang.String |
ATTR_DEF_EXTENSION_RECENT_STEMS
extension of the attribute def name for recent stems |
static java.lang.String |
ATTR_DEF_EXTENSION_RECENT_SUBJECTS
extension of the attribute def name for recent subjects |
static java.lang.String |
USER_DATA_DEF
user data def extension |
static java.lang.String |
USER_DATA_VALUE_DEF
user data value def extension |
Constructor Summary | |
---|---|
GrouperUserDataUtils()
|
Method Summary | |
---|---|
static AttributeDefName |
grouperUserDataAttributeDefName()
return attribute def name for attribute type marker |
static AttributeDefName |
grouperUserDataAttributeDefName(boolean exceptionIfNotFound)
return attribute def name for attribute type marker |
static AttributeDefName |
grouperUserDataFavoriteAttributeDefNamesAttributeDefName()
return attribute def name for attribute favorite attributeDefNames |
static java.lang.String |
grouperUserDataFavoriteAttributeDefNamesName()
attribute def name of favorite attributeDefNames |
static AttributeDefName |
grouperUserDataFavoriteAttributeDefsAttributeDefName()
return attribute def name for attribute favorite attributeDefs |
static java.lang.String |
grouperUserDataFavoriteAttributeDefsName()
attribute def name of favorite attributeDefs |
static AttributeDefName |
grouperUserDataFavoriteGroupsAttributeDefName()
return attribute def name for attribute favorite groups |
static java.lang.String |
grouperUserDataFavoriteGroupsName()
attribute def name of favorite groups |
static AttributeDefName |
grouperUserDataFavoriteStemsAttributeDefName()
return attribute def name for attribute favorite stems |
static java.lang.String |
grouperUserDataFavoriteStemsName()
attribute def name of favorite stems |
static AttributeDefName |
grouperUserDataFavoriteSubjectsAttributeDefName()
return attribute def name for attribute favorite subjects |
static java.lang.String |
grouperUserDataFavoriteSubjectsName()
attribute def name of favorite subjects |
static java.lang.String |
grouperUserDataName()
attribute def name of marker attribute |
static AttributeDefName |
grouperUserDataPreferencesAttributeDefName()
return attribute def name for attribute preferences |
static java.lang.String |
grouperUserDataPreferencesName()
attribute def name of preferences |
static AttributeDefName |
grouperUserDataRecentAttributeDefNamesAttributeDefName()
return attribute def name for attribute recent attributeDefNames |
static java.lang.String |
grouperUserDataRecentAttributeDefNamesName()
attribute def name of recent attributeDefNames |
static AttributeDefName |
grouperUserDataRecentAttributeDefsAttributeDefName()
return attribute def name for attribute recent attributeDefs |
static java.lang.String |
grouperUserDataRecentAttributeDefsName()
attribute def name of recent attributeDefs |
static AttributeDefName |
grouperUserDataRecentGroupsAttributeDefName()
return attribute def name for attribute recent groups |
static java.lang.String |
grouperUserDataRecentGroupsName()
attribute def name of recent groups |
static AttributeDefName |
grouperUserDataRecentStemsAttributeDefName()
return attribute def name for attribute recent stems |
static java.lang.String |
grouperUserDataRecentStemsName()
attribute def name of recent stems |
static AttributeDefName |
grouperUserDataRecentSubjectsAttributeDefName()
return attribute def name for attribute recent subjects |
static java.lang.String |
grouperUserDataRecentSubjectsName()
attribute def name of recent subjects |
static java.lang.String |
grouperUserDataStemName()
stem name for user data attributes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String USER_DATA_DEF
public static final java.lang.String USER_DATA_VALUE_DEF
public static final java.lang.String ATTR_DEF_EXTENSION_MARKER
public static final java.lang.String ATTR_DEF_EXTENSION_FAVORITE_GROUPS
public static final java.lang.String ATTR_DEF_EXTENSION_RECENT_GROUPS
public static final java.lang.String ATTR_DEF_EXTENSION_RECENT_STEMS
public static final java.lang.String ATTR_DEF_EXTENSION_FAVORITE_STEMS
public static final java.lang.String ATTR_DEF_EXTENSION_RECENT_ATTIRBUTE_DEFS
public static final java.lang.String ATTR_DEF_EXTENSION_FAVORITE_ATTIRBUTE_DEFS
public static final java.lang.String ATTR_DEF_EXTENSION_RECENT_ATTRIBUTE_DEF_NAMES
public static final java.lang.String ATTR_DEF_EXTENSION_FAVORITE_ATTRIBUTE_DEF_NAMES
public static final java.lang.String ATTR_DEF_EXTENSION_RECENT_SUBJECTS
public static final java.lang.String ATTR_DEF_EXTENSION_FAVORITE_SUBJECTS
public static final java.lang.String ATTR_DEF_EXTENSION_PREFERENCES
Constructor Detail |
---|
public GrouperUserDataUtils()
Method Detail |
---|
public static java.lang.String grouperUserDataStemName()
public static java.lang.String grouperUserDataName()
public static AttributeDefName grouperUserDataAttributeDefName()
public static AttributeDefName grouperUserDataAttributeDefName(boolean exceptionIfNotFound)
exceptionIfNotFound
-
public static java.lang.String grouperUserDataFavoriteGroupsName()
public static AttributeDefName grouperUserDataFavoriteGroupsAttributeDefName()
public static java.lang.String grouperUserDataRecentGroupsName()
public static AttributeDefName grouperUserDataRecentGroupsAttributeDefName()
public static java.lang.String grouperUserDataRecentStemsName()
public static AttributeDefName grouperUserDataRecentStemsAttributeDefName()
public static java.lang.String grouperUserDataFavoriteStemsName()
public static AttributeDefName grouperUserDataFavoriteStemsAttributeDefName()
public static java.lang.String grouperUserDataRecentAttributeDefsName()
public static AttributeDefName grouperUserDataRecentAttributeDefsAttributeDefName()
public static java.lang.String grouperUserDataFavoriteAttributeDefsName()
public static AttributeDefName grouperUserDataFavoriteAttributeDefsAttributeDefName()
public static java.lang.String grouperUserDataRecentAttributeDefNamesName()
public static AttributeDefName grouperUserDataRecentAttributeDefNamesAttributeDefName()
public static java.lang.String grouperUserDataFavoriteAttributeDefNamesName()
public static AttributeDefName grouperUserDataFavoriteAttributeDefNamesAttributeDefName()
public static java.lang.String grouperUserDataRecentSubjectsName()
public static AttributeDefName grouperUserDataRecentSubjectsAttributeDefName()
public static java.lang.String grouperUserDataFavoriteSubjectsName()
public static AttributeDefName grouperUserDataFavoriteSubjectsAttributeDefName()
public static java.lang.String grouperUserDataPreferencesName()
public static AttributeDefName grouperUserDataPreferencesAttributeDefName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |